@charset "UTF-8";
/*************************
 RESTA実験室02
 *************************/

.ttl03 .i-block{
	font-size:18px;
}

.contents_box{
	margin-bottom:50px;	
}

.contents_box .float{
	margin-bottom:30px;
}

.contents_box .float:last-child{
	margin-bottom:0;
}

.contents_box .float .detail dt{
	font-size:18px;
	font-weight:bold;
	margin-bottom:15px;	
}

.pattern{
	margin-bottom:50px;	
}

.jisseki_box img{
	margin-bottom:10px;
}

@media screen and (min-width:641px){
.float:after{
	content:"";
	display:block;
	clear:both;
}

.float .half{
	float:left;
	width:48%;
}

.float .half:first-child{
	margin-right:4%;	
}

.float .jisseki_box{
	float:left;
	width:45%;
}

.float .yajirushi{
	float:left;
	width:10%;
	text-align:center;
	padding-top:90px;
}

.jisseki .half{
	width:48%;
}
.float-r .half{
	float:right;	
}

.float-r .half:first-child{
	margin-right:0;	
}

.float-r .half:last-child{
	margin-right:4%;	
}
}

@media screen and (max-width:640px){

.ttl03 .i-block{
	font-size:16px;
}

.float figure{
	text-align:center;
	margin-bottom:20px;
}

.float .detail dt{
	font-size:16px;
}

.jisseki figcaption{
	text-align:left;	
}

.float .jisseki_box{
	margin-bottom:20px;
}

.float figure{
	margin-bottom:20px;
}

.float figure:last-child{
	margin-bottom:0;	
}

.yajirushi{
	margin-bottom:20px;
	text-align:center;
}

.yajirushi img{
	transform:rotate( 90deg );	
}
	
}