@charset "UTF-8";

/***********************SEARCH STYLE **********************************/

/*
#top-artists{
	width: 1px;
	height: 1px;
}
*/
body{
	background: #333333;
}

body#searchResult {
	overflow-x : hidden ;
/*	background: #333333; */
}

#top-artists {
	padding-top: 70px;
	margin: 0;
	background: #333;
	position: relative;
}

#top-artists #top-artists-menu {
	padding: 0 0 0 35px ;
	margin:0;
	display: block;
	opacity: 1;
}

#top-artists #top-artists-frame-wrap #top-artists-search {
	padding: 0 ;
}

#top-artists #top-artists-menu #top-artists-menu-body form{
	width: auto;
	height: auto;
	padding: 0;
	background:none;
}

#top-artists #top-artists-menu #top-artists-menu-body form .freeword{
	width: 194px;
	height: 29px;
	display: block;
	float: left;
	padding: 0 30px 0 10px;
	background: url(../images/common/search.png) no-repeat 0 0;
}
#top-artists #top-artists-menu #top-artists-menu-body form #freeword {
	height: 100%;
	width: 100%;
	border: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #999;
	outline: none;
	background: none;
}

/*五十音検索*/
#top-artists #top-artists-menu #a-n {
	float: left;
	margin-left: 95px;
}
#top-artists #top-artists-menu #a-n input[type=radio] {
	display: block;
	visibility:hidden;
	float: left;
	margin-left: 7px;
	width: 30px;
	height: 30px;
}

#top-artists #top-artists-menu #a-n label {
	float: left;
	margin-left: -30px;
	width: 30px;
	height: 30px;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	border-radius: 15px;
	background: url(../images/common/circle.png) no-repeat 0 0 #333333;
}

#top-artists #top-artists-menu #a-n input[type=radio]:checked + label {
	background-position: 0 -30px;
	color: #333;
}

#top-artists #top-artists-menu p.clear_search {
	float: left;
	padding:4px 4px 3px;
	margin-top: 3px;
	margin-left: 8px;
	font-size: 11px;
}

#top-artists #top-artists-menu p.clear_search:hover {
	background: #666;
	border-radius: 3px;
}

/*性別検索*/
#top-artists #top-artists-menu #sex {
	float: left;
	margin-top: 7px;
	margin-left: 10px;
}
#top-artists #top-artists-menu #sex input[type=radio] {
	display:none;
	float: left;
}

#top-artists #top-artists-menu #sex label {
	display:inline;
	border-right: 1px solid #fff;
	color: #fff;
	float: left;
	font-size: 11px;
	height: 14px;
	padding: 0 12px;
	position: relative;
	cursor:pointer;
	text-align: center;
}

#top-artists #top-artists-menu #sex label span {
	margin-top: -4px;
	padding: 0 5px;
	line-height: 26px;
	height: 24px;
	display: block;
}

#top-artists #top-artists-menu #sex input[type=radio]:checked + span,
#top-artists #top-artists-menu #sex label span:hover {
	background: #666;
	border-radius: 3px;
}

/*セクション検索*/
#top-artists #top-artists-menu #selectSection {
	float: left;
	width:97px;
	height: 14px;
	margin-top: 7px;
	padding-left:12px;
	z-index: 10;
	position: relative;
}

#top-artists #top-artists-menu #selectSection input[type=radio] {
	display:none;
}

#top-artists #top-artists-menu #selectSection .select {
	background: #666;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	padding: 10px;
	width:180px;
	position: relative;
	left: -113px;
}

#top-artists #top-artists-menu #selectSection legend {
	color:#CCC;
	display: block;
}

#top-artists #top-artists-menu #selectSection label {
	color: #FFF;
	display: block;
	float: none;
	font-size: 13px;
	height: auto;
	margin: 0;
	padding: 0;
	cursor: pointer;
	width:185px;
	text-indent: 1em;
}

#top-artists #top-artists-menu #selectSection input#search-category-all + label{
	font-size: 11px;
	width:87px;
 	text-indent: 0em;
	padding:0 12px 0 0;
}

#top-artists #top-artists-menu #selectSection input#search-category-all + label span{
	display:block;
	padding: 4px 5px;
	margin-top: -4px;
}

#top-artists #top-artists-menu #selectSection:hover label span{
	background: #666;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

#top-artists #top-artists-menu #selectSection label:hover {
	text-decoration: underline;
}

#top-artists #top-artists-menu #selectSection > div {
	display:none;
}

#top-artists #top-artists-menu #selectSection:hover > div {
	display:block;
}

/*詳細検索*/
#top-artists #top-artists-menu #selectDetail {
/*	float: left;
	width:77px;*/
	margin-top: 7px;
	padding-left:12px;
	color:#FFF;
	font-size:11px;
	z-index: 5;
}

#top-artists #top-artists-menu #selectDetail ul.select {
	width: 777px;
/*	margin-top:34px;*/margin-top:15px;
	text-align: right;
	float: right;
}

#top-artists #top-artists-menu #selectDetail ul li{
	display:inline-block;
	border-right: 1px solid #fff;
	margin: 0 0 0 12px ;
	position:relative;
	height: 14px;
}

#top-artists #top-artists-menu #selectDetail ul li.last{
	border-right: none;
}

#top-artists #top-artists-menu #selectDetail input[type=radio] {
	display:none;
}

#top-artists #top-artists-menu #selectDetail div.toggle {
	width:777px;
	margin-left: -700px;
	display: none;
}

#top-artists #top-artists-menu #selectDetail ul li .toggle {
	position:absolute;
	top:17px;
	left:0;
	height:390px;
	width:100px;
	text-align: left;
	padding:10px;
	background: #666;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	overflow: visible;
	display: none;
}

#top-artists #top-artists-menu #selectDetail ul li#birth_year .toggle {
	height:250px;
}

#top-artists #top-artists-menu #selectDetail ul li#height .toggle {
	height:350px;
}


#top-artists #top-artists-menu #selectDetail ul li#hobby .toggle,
#top-artists #top-artists-menu #selectDetail ul li#ability .toggle {
	width:220px;
}

#top-artists #top-artists-menu #selectDetail ul li .toggle label {
	color: #FFF;
	display: block;
	font-size: 11px;
	height: auto;
	margin: 0;
	padding: 0;
	cursor: pointer;
	width:100%;
}

#top-artists #top-artists-menu #selectDetail legend{
	padding:0 12px 0 0;
	height: 14px;
}

#top-artists #top-artists-menu #selectDetail fieldset {
	margin:-4px 0 0;
	padding:0;
	height: 14px;
}

#top-artists div.accordion{
	cursor: pointer;
}

#top-artists #top-artists-menu #selectDetail .accordion_h legend span {
	display:block;
	margin:  0 0 ;
	padding: 0 5px;
	line-height: 2.2;
}

#top-artists #top-artists-menu #selectDetail .accordion_h:hover legend span {
	background: #666;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

#top-artists #top-artists-menu #selectDetail li#search_interview,
#top-artists #top-artists-menu #selectDetail li#search_official,
#top-artists #top-artists-menu #selectDetail li#search_blog {
	vertical-align: top;
}
#top-artists #top-artists-menu #selectDetail li#search_interview span,
#top-artists #top-artists-menu #selectDetail li#search_official span,
#top-artists #top-artists-menu #selectDetail li#search_blog span {
	padding: 0px;
    display: block;
	margin: -4px 12px 0 0 ;

}
#top-artists #top-artists-menu #selectDetail li#search_interview span a,
#top-artists #top-artists-menu #selectDetail li#search_official span a,
#top-artists #top-artists-menu #selectDetail li#search_blog span a {
	height: 14px;
    display: block;
	padding: 4px 5px;
}

#top-artists #top-artists-menu #selectDetail li span a:hover {
	background: #666;
	border-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

/*サムネル高さを揃える*/

#top-artists #top-artists-frame-wrap #top-artists-search #top-artists-woman li,
#top-artists #top-artists-frame-wrap #top-artists-search #top-artists-man li,
#top-artists #top-artists-frame-wrap #top-artists-search #top-artists-all li {

/* min-height: 133px;*/
height: 173px;
margin: 0 0 0px 13px;
}

#top-artists #top-artists-frame-wrap #top-artists-search #top-artists-woman li div.image-box,
#top-artists #top-artists-frame-wrap #top-artists-search #top-artists-man li div.image-box,
#top-artists #top-artists-frame-wrap #top-artists-search #top-artists-all li div.image-box{
	display: table-cell;
	vertical-align: middle;
	height: 96px;
	background: #FFF;
	line-height: 0;
}

#top-artists #top-artists-frame-wrap #top-artists-search #top-artists-woman li a span small,
#top-artists #top-artists-frame-wrap #top-artists-search #top-artists-man li a span small,
#top-artists #top-artists-frame-wrap #top-artists-search #top-artists-all li a span small {
	color: #b2b2b2;
	display: block;
	font-size: 9px;
}

#top-artists #top-artists-frame-wrap #top-artists-search li a ,
#top-artists #top-artists-frame-wrap #top-artists-search li a:hover,
#top-artists #top-artists-frame-wrap #top-artists-search li a img:hover{
    text-decoration: none;
	background: none;
	border: none;
}

p.noresult{
	text-align: center;
	padding: 50px 0;
	color: #EEEEEE;
	margin-left: 32px;
}

div.searchQuery {
	margin: 16px 0 0 ;
	background: #262626;
	padding: 5px;
	border-radius: 16px;
	display: none;
}

div.searchQuery p{
	color: #DDD;
	font-size: 12px;
}

div.searchQuery p a{
	color: #DDD;
	text-decoration: underline;
	font-size: 10px;
	padding:1px 5px;
	margin-left: 5px;
	border-radius: 3px;
}