@charset "UTF-8";
/*************************
価格表03

 *************************/

.sekou{
	margin-bottom:50px;
}

.sekou .yajirushi{
	text-align:center;
}

.kei{
	text-align:right;
	margin-bottom:20px;
}

.kei span{
	font-size:22px;
	font-weight:bold;
	margin-left:10px;
}


@media screen and (min-width:641px){

.ttl01{
	margin-bottom:50px;
}

.sekou .s-img{
	float:left;
	width:45%;
}

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

}

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

.sekou .s-img:first-child{
	margin-bottom:20px;
}

.yajirushi{
	margin-bottom:20px;
}

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

.table01 th span{
	display:block;
}

}