@charset "utf-8";
/* ===================================================================
 style info : コンテンツエリア関係 他

=================================================================== */

/*----------------------------------------------------
	#main
----------------------------------------------------*/
.main_pro{
	line-height:200%;
	margin-bottom:40px;

}

.artist_photo{
	float:left;
	margin:0 20px 20px 0;
}

.artist_name{
	border-bottom:1px #024681 solid;
	padding-bottom:8px;
	margin-bottom:10px;
	display:block;
	font-size:20px;
	font-weight:bold;
}

.member h2{
	border-bottom:1px #024681 solid;
	padding-bottom:8px;
	margin-bottom:20px;
	font-size:20px;
	font-weight:normal;

}

.member_komoku{
	float:left;
	width:385px;
	margin:0 50px 40px 0;
}
.member h3{
	margin-bottom:5px;
	font-size:18px;

}
.member_komoku .link{
	margin-bottom:5px;

}

.report_komoku{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px #1d2f61 dotted;

}
.report_komoku h2{
	font-size:14px;
	border-bottom:1px #024681 solid;
	padding-bottom:8px;
	margin-bottom:10px;
	color:#7ea1e1;
}
.report_komoku .sns{
	float:right;
	position:relative;
}
.tweet,
.facebook{
	position:absolute;
	top:7px;
	line-height: 0;
}
.tweet{
	right:80px;
}
.facebook {
	right:0px;
}

.report_komoku .visual{
	float:left;
	width:500px;
}
.report_komoku .detail{
	float:right;
	width:310px;
}
.report_photo{
	width:850px;
}
.report_photo li{
	float:left;
	margin:0 10px 10px 0;
	width:130px;
	height:87px;
	overflow:hidden;
}

.report_photo li a:hover{
	 filter: alpha(opacity=50);
  -moz-opacity:0.50;
  opacity:0.50;
}

#slider .flexslider {
	background: none;
	border: none;
	margin-bottom: 20px;
}



@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 768px) {
	.report_komoku h2 a:hover {
		color: #7ea1e1;
	}
	.report_komoku h2 {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.report_komoku .sns {
		float: none;
		position: static;
		letter-spacing: -0.4em;
		margin-bottom: 15px;
	}
	.report_komoku .sns .tweet,
	.report_komoku .sns .facebook {
		letter-spacing: normal;
		display: inline-block;
		vertical-align: top;
		margin-right: 20px;
		position: static;
	}
	.report_photo {
		width: 100%;
	}
	.report_photo li {
		width: 48.4375%;
		height: auto;
		margin: 0 3.125% 10px 0;
	}
	.report_photo li:nth-child(2n) {
		margin-right: 0;
	}
	.report_photo li img {
		width: 100%;
		height: auto;
		vertical-align: top;
	}
}