@charset "utf-8";
/* ===================================================================

CSS information

=================================================================== */
#main{
	padding-bottom: 25px;
}
h2{
	margin-bottom: 10px;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size: 200%;
line-height: 1;
color: #d93932;
}

/* ----------------------------------------------------
	#pager
---------------------------------------------------- */
#main .category{
	margin-bottom: 15px;
	text-align: center;
}
#main .category li{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 3px;
	line-height: 1;
	color: #333;
	background: #ececec;
}
#main .category li.active{
	background: #d3d3d3;
/* 	padding: 7px 15px 5px; */
}
#main .category li a{
	display: block;
	padding: 7px 15px 5px;
	color: #d93932;
}
#main .moreview{
	margin: 20px 0;
	text-align: center;
}
#main .moreview a{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: auto;
	padding: 5px 0 5px 25px;
	border-top: 1px dashed #d93932;
	border-bottom: 1px dashed #d93932;
	font-size: 14px;
	color: #d93932;
	text-align: center;
	background: url(../img/icn_arrow_01.png) no-repeat 5px center;
}
#main .moreview a:hover{
	text-decoration: none;
}
#main .moreview a span {
	font-size: 10px;
	padding: 0 0 0 10px;
}


/* ----------------------------------------------------
	.talent_list ※talent_group.html MEMBERでも使用
---------------------------------------------------- */
#main .talent_list{
	margin: 0 -5px 40px;
	*zoom: 1;
}
#main .talent_list:before,
#main .talent_list:after{
	content: " ";
	display: table;
	clear: both;
}
#main .talent_list li{
	line-height: 1.6em;
	width: 180px;
	margin: 10px 9px;
	float: left;
	color: #666;
	background-color: #fff;
	-moz-box-shadow: 0px 0px 5px rgba(000,000,000,0.2),;
	-webkit-box-shadow: 0px 0px 5px rgba(000,000,000,0.2);
	box-shadow: 0px 0px 5px rgba(000,000,000,0.2);
}
#main .talent_list li img{
	width: 100%;
	height: 180px;
}
#main .talent_list li a{
	display: block;
	padding-bottom: 10px;
}
#main .talent_list li a:hover{
	background-color: #fff;
	-moz-box-shadow: 0px 0px 5px rgba(000,000,000,0.6),;
	-webkit-box-shadow: 0px 0px 5px rgba(000,000,000,0.6);
	box-shadow: 0px 0px 5px rgba(000,000,000,0.6);
}
#main .talent_list li div{
	margin: 0 13px;
}
#main .talent_list li .neme_jp{
	margin-top: 12px;
	font-size: 117%; /* 14px */
	line-height: 1.3;
	color: #d93932;
}
#main .talent_list li .neme_en{
	font-size: 91%; /* 11px */
	line-height: 1.3;
}
#main .talent_list li .intro{
	margin-top: 35px;
	line-height: 1.5;
}

#main #talent_group.talent_list{
	margin-bottom: 15px;
}


/* ----------------------------------------------------
	
---------------------------------------------------- */
#main .ttl.group{
	margin: 25px 0 8px;
}

@media screen and (max-width: 480px) {
	#main .category{
		margin-bottom: 15px;
		text-align: center;
		display: table;
		table-layout: fixed;
		width: 100%;
	}
	#main .category li{
		display: table-cell;
		line-height: 1;
		color: #333;
		background: #ececec;
	}
	#main .category li.active{
		background: #d3d3d3;
		padding: 0 0 0 0;
	}
	#main .category li a{
		display: block;
		padding:15px 0;
		text-align: center;
		color: #d93932;
		border-left: 1px solid #fff; 
	}

	#main .talent_list{
		margin: 0;
	}
	#main .talent_list li{
		width: 45%;
		margin: 6px;
		float: none;
		display: inline-block;
		-moz-box-shadow: 0px 0px 5px rgba(000,000,000,0.2),;
		-webkit-box-shadow: 0px 0px 5px rgba(000,000,000,0.2);
		box-shadow: 0px 0px 5px rgba(000,000,000,0.2);
		vertical-align: top;
	}
	#main .talent_list li a{
		display: block;
		padding-bottom: 10px;
	}
	#main .talent_list li a img{
		width: 100%;
		height: auto;
	}


}
