@charset "utf-8";
/* -------------------------------------
   作品名・著者名から検索する
 ------------------------------------  */
 #SKYM_GM_title_base #SKYM_GM_title_frame div.search div.select_publisher p.select_category{
	background: #ff0000;
	width: 72px;
	float: left;
	font-weight: bold;
	background: url(../images/parts/sokuyomi/skym_common_pict_publisher.gif) no-repeat 0 48%;
	padding: 0 0 0 18px;
	height: 100%;
	color: #0a243f;
	margin: 0;
}

#SKYM_GM_title_base #SKYM_GM_title_frame div.search div.select_publisher{
    border-bottom: dashed 1px #a59d89;
    padding: 10px 5px 0 5px;
	height: 100%;
}
#SKYM_GM_title_base #SKYM_GM_title_frame div.search div.select_publisher:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#SKYM_GM_title_base #SKYM_GM_title_frame div.search div.select_publisher img,
#SKYM_GM_title_base #SKYM_GM_title_frame div.search div.select_publisher select{
    vertical-align: middle;
	float: left;
}
#SKYM_GM_title_base #SKYM_GM_title_frame div.search div.select_publisher ul{
	height: auto;
	width: 790px;
	padding: 0 0 5px 0;
	float: left;
}
#SKYM_GM_title_base #SKYM_GM_title_frame div.search div.select_publisher ul:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
#SKYM_GM_title_base #SKYM_GM_title_frame div.search div.select_publisher ul li{
/*
	float: left;
	padding: 0 4px 0 4px;
	margin: 0 0 5px 0;
	border-right: 1px solid #333;
	width: 6em;
	text-align: center;
*/
    display: -moz-inline-box; /* For FireFox 2 */
    display: inline-block;    /* For FireFox 3 & Chrome & Safari */
    /display: inline;         /* For IE */
    /zoom: 1;                 /* For IE */
    border-style: solid;
    border-width: 0 1px 0px 0px ;
    border-color: #333;
    margin:0 15px 5px 0;
    padding:0 15px 0 0;
}
#SKYM_GM_title_base #SKYM_GM_title_frame div.search div.select_publisher ul li span.selected_publisher{
    background: #dbd3ae;
	color: #333335;
	font-weight: bold;
	height: 100%;
	width: 100%;
	display: inline;
	margin: 0;
	padding: 0;
}
#SKYM_GM_title_base #SKYM_GM_title_frame  div.search div.select_publisher ul li.noborder{
	border: none;
}
#SKYM_GM_title_base #SKYM_GM_title_frame div.search div.select_publisher ul li a{
	font-weight: bold;
	text-decoration: none;
}




#SKYM_GM_title_base a:link{
    color: #0099cc;
    text-decoration: underline;
}
#SKYM_GM_title_base a:visited{
    color: #990099;
    text-decoration: underline;
}
#SKYM_GM_title_base a:hover{
    color: #ffcc00;
    text-decoration: underline;
}
#SKYM_GM_title_base h2{
    color:            #ffffff;
    background-color: #09223d;
}


/* 検索0件時、スペース確保用 */
#SKYM_GM_title_base div.no_result{
    padding-bottom: 500px ;
}


/* form部品 */
#SKYM_GM_title_base input.button_search{
    border: none;
    width:  122px;
    height: 22px;
    background: transparent 0 0 no-repeat url("../images/parts/sokuyomi/search_btn_soku_off.gif");
    vertical-align: middle;
}



/* ページャー */
#SKYM_GM_title_base div.pager{
    margin: 0 auto 20px auto;
    height: 23px;
    text-align: center;
}
#SKYM_GM_title_base div.pager div{
    display: -moz-inline-box; /* For FireFox 2 */
    display: inline-block;    /* For FireFox 3 & Chrome & Safari */
    /display: inline;         /* For IE */
    /zoom: 1;                 /* For IE */
    height:       23px;
    /vertical-align: bottom;  /* For IE */
}
#SKYM_GM_title_base div.pager a,
#SKYM_GM_title_base div.pager span{
    display:      block;
    overflow:     hidden;
    margin-right:  3px;
    padding:       4px 0;
    width:        23px;
    height:       13px;
    line-height:  13px;
    text-align:   center;
    font-size:    11px;
    font-weight:  bold;
}
#SKYM_GM_title_base div.pager .jump{
    width:        58px;
}
* html #SKYM_GM_title_base div.pager .jump{ /* for IE */
    padding-top: 5px;
    padding-bottom: 3px;
}
#SKYM_GM_title_base div.pager a:link,
#SKYM_GM_title_base div.pager a:visited{
    border:           solid 1px #9d9146;
    text-decoration:  none;
    color:            #0099cc;
    background-color: #ffffff;
}
#SKYM_GM_title_base div.pager a:hover{
    border:           solid 1px #9d9146;
    text-decoration:  none;
    color:            #ffffff;
    background-color: #0099cc;
}
#SKYM_GM_title_base div.pager span.current{
    border:           solid 1px #827739;
    color:            #ffffff;
    background-color: #9d9146;
}
#SKYM_GM_title_base div.pager span.disabled{
    border:           solid 1px #9d9146;
    color:            #999999;
    background-color: #ffffff;
}





#SKYM_GM_title_frame{
    border-style: solid;
    border-width: 0 1px 3px 1px ;
    border-color: #09223d;
    padding:      22px 19px 5px 19px;
}
* html #SKYM_GM_title_frame {/* For IE6 */
    padding-bottom: 25px;
}




#SKYM_GM_title_frame div.search{
    margin-bottom: 20px;
    border:        solid 4px #9d9146;
    padding:       10px 20px 10px 15px;
}

#SKYM_GM_title_frame div.search span.search_type{
	font-weight: bold;
	margin: 5px;
}

#SKYM_GM_title_frame div.search span.selected{
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	padding: 2px;
	color: #333333;
	background-color: #dbd3ae;
}

#SKYM_GM_title_frame div.search div.ages_genders{
    border-bottom: dashed 1px #a59d89;
    padding: 0px 5px 10px 5px;
}
#SKYM_GM_title_frame div.search div.ages_genders img{
    vertical-align: middle;
}
#SKYM_GM_title_frame div.search div.ages_genders a{
    margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
	font-weight: bold;

}


#SKYM_GM_title_frame div.search div.search_conditions{
    border-bottom: dashed 1px #a59d89;
    padding: 10px 5px;
}
#SKYM_GM_title_frame div.search div.search_conditions div.breakline{
	margin-top: 8px;
}
#SKYM_GM_title_frame div.search div.search_conditions img{
    vertical-align: middle;
	margin-left: 10px;
}
#SKYM_GM_title_frame div.search div.search_conditions img.head{
    vertical-align: middle;
	margin-left: 0px;
}
#SKYM_GM_title_frame div.search div.search_conditions select{
    vertical-align: middle;
    margin: 0 24px 0 24px;
    border: solid 1px #bbb279;
    padding: 1px 0 1px 1px;
}
#SKYM_GM_title_frame div.search div.search_conditions input.checkbox{
    vertical-align: middle;
    margin: 0 20px 0 10px;
}
#SKYM_GM_title_frame div.search div.search_conditions img.button_view_all{
    margin-left: 10px;
}
#SKYM_GM_title_frame div.search div.search_conditions img.button_view_series{
    margin-left: 10px;
}
#SKYM_GM_title_frame div.search div.search_conditions img.button_view_list{
    margin-left: 20px;
}
#SKYM_GM_title_frame div.search div.search_conditions a{
    margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
	font-weight: bold;
}


#SKYM_GM_title_frame div.search form.search_by_words{
    text-align: center;
}
#SKYM_GM_title_frame div.search form.search_by_words div.search_by_words{
    /*display: inline-block;    /* For FireFox 3 & Chrome & Safari */
    /display: inline;         /* For IE */
    /zoom: 1;                 /* For IE */
    margin: 10px auto 0 auto;
    padding: 6px 10px 5px 13px;
    height:  23px;
    background: transparent no-repeat center center url("../images/parts/sokuyomi/skym_title_bg_search_box.gif");
}

* html #SKYM_GM_title_frame div.search form.search_by_words div.search_by_words{ /* for IE */
    padding-top:  4px;
    height:      25px;
}
#SKYM_GM_title_frame div.search form.search_by_words div.search_by_words label{
    vertical-align:   middle;
    padding:          3px 9px;
    font-weight:      bold;
    color:            #ffffff;
    background-color: #09223d;
}
#SKYM_GM_title_frame div.search form.search_by_words div.search_by_words input.textbox{
    vertical-align: middle;
    border:         solid 1px #c9bf87;
    padding:        3px;
    width:        182px;
}
#SKYM_GM_title_frame div.search form.search_by_words div.search_by_words input.button_search{
    margin-left: 10px;
}
#SKYM_GM_title_frame div.search form.search_by_words img{
    vertical-align: middle;
    margin-left: 5px;
}
* html #SKYM_GM_title_frame div.search form.search_by_words img{/* for IE */
    vertical-align: top;
    margin-top: 20px;
}
#SKYM_GM_title_frame div.search form.search_by_words input.checkbox{
    vertical-align: middle;
    margin-left: 5px;
}
* html #SKYM_GM_title_frame div.search form.search_by_words input.checkbox{/* for IE */
    vertical-align: top;
    margin-top: 17px;
}

#SKYM_GM_title_frame div.search_result_info{
    border-top:    solid 3px #09223d;
    border-bottom: solid 3px #09223d;
    padding: 7px 10px;
    line-height: 20px;
    font-weight: bold;
    color: #09223d;
}
#SKYM_GM_title_frame div.search_result_info span.error{
    color: #ff0000;
}
#SKYM_GM_title_frame div.search_result_info h1{
    display: inline;
    font-weight: bold;
}
