@charset "utf-8";
#wrapper {
	background:url(../IMGs/performance/content_bg.jpg) no-repeat top #fff;
}
#nav .nav_performance a {
	background-image:url(../IMGs/performance/nav.jpg);
	background-position:0 0;
}
.top_text {
	background:#fff;
	border:1px solid #c5dadb;
	font-size:13px;
	line-height:1.7;
	color:#3e3a39;
	padding:25px;
	margin-bottom:20px;
}
.clear_box:after {
	content:"";
	clear:both;
	display:block;
}
.performance {
	margin-bottom:40px;
}
.performance_box {
	float:left;
	width:218px;
	margin-right:13px;
	margin-bottom:30px;
	padding-right:13px;
	border-right:1px solid #ddd;
}
.performance_box_right {
	margin-right:0;
	padding-right:0;
	border:none;
}
.performance_box img {
	margin-bottom:10px;
}
.performance_box .text {
	font-size:12px;
}

.performance_box a {
	text-decoration: none;
	color: #333;
}
.performance_box .text a {
	color:#595757;
}

.page_title_line {
	font-weight:bold;
	padding-bottom:5px;
	border-bottom:5px solid #aaa;
	margin:30px 0 15px;
}
.details_description .page_title_line {
	border-bottom:2px dotted #aaa;
	margin:30px 0 15px;
}

.details {
	margin-bottom:150px;
}
.details .text {
	line-height:1.4;
}
.gallery:after {
	content:"";
	clear:both;
	display:block;
}
.imgL {
	margin-bottom:20px;
}
.imgS {
	float:left;
	margin-right:18px;
}
.imgS_right {
	margin-right:0;
}
.details_description {
	margin-bottom:100px;
}
.details_description .text {
	font-size:12px;
	margin-bottom:20px;
}

.float_left {
	width: 350px;
	float: left;
}

.text.right {
	margin-top:30px;
	width: 350px;
	float: right;
}

/* ############# 20150603 ############# */

.performance_box .text strong {
	margin-bottom:5px;
	display:block;
}

/* #################################### */



/*-------------------------SP------------------------*/
@media screen and (max-width: 767px){
	#main{
		padding: 0 15px;
	}
	.details{
		margin-bottom: 60px;
	}
	.top_text{
		padding: 15px;
	}
	.details_description{
		margin-bottom: 30px;
	}
	.performance_box{
		width: 100%;
		float: none;
		margin-right: 0;
		padding-right: 0;
		border-right: 0;
	}
	.performance_box .text{
		font-size: 13px;
		line-height: 1.5;
	}
	.performance_box img{
		width: 100%;
		height: auto;
	}
	.details_description iframe{
		width: 100%;
		height: auto;
	}
}