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

about.css
	
//////////////////////////////////////////////////////////////////////////////*/
#main{
	background:url(../img/price/main.jpg) no-repeat center center;
	background-size:cover;
}
#conents{
	width:980px;
	margin:0 auto;
	padding:80px 0 100px 0;
	line-height:2;
}
#conents h2{
	font-size:20px;
	text-align:center;
	color:#000000;
}

#conents .price-list{
	width:100%;
	border-top:solid 1px #E1E1E1;
}
#conents .price-list th{
	padding-right:15px;
	text-align:left;
}
#conents .price-list th,
#conents .price-list td{
	border-bottom:solid 1px #E1E1E1;
	padding:16px 10px;
}

#rental{
	margin-top:80px;
}
#rental .rental-list{
	overflow:hidden;
}
#rental .rental-list li{
	margin-top:30px;
	width:25%;
	float:left;
}
#rental .rental-list dt{
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
	border-right:5px solid #fff;
	border-left:5px solid #fff;
}
#rental .rental-list dd{
	margin-top:15px;
	font-size:14px;
	line-height:1.6;
	text-align:center;
}
#rental .rental-list img{
	width:100%;
	height:auto;
}

#rule{
	border:none;
	border-top:dashed 1px #aaa;
	padding-top:80px;
	margin:80px 0;
}
#rule h2{
	margin-bottom:40px;
}
#rule h3{
	margin-top:50px;
	margin-bottom:10px;
}
#rule li{
	padding-left: 1.5em;
	text-indent: -1.5em;
	line-height:1.4;
	font-size:14px;
	margin-bottom:10px;
}
#rule li:first-letter{
	padding-right:0.5em;
	color:#00A0E9;
}

#cancel{
	width:100%;
	font-size:13px;
	text-align:center;
	margin-bottom:20px;
}
#cancel th,
#cancel td{
	font-weight:normal;
	line-height:1;
	padding:12px 0;
	border:solid #aaa 1px;
	width:20%;
}

/* Responsive Styles
   ========================================================================== */
@media only screen and (max-width: 768px) {
#conents{
	width:90%;
	margin:0 auto;
	padding:60px 0 80px 0;
}
#rental .rental-list li{
	width:50%;
}
}

@media only screen and (max-width: 481px) {
#conents .price-list th{
	padding-right:0;
	text-align:left;
	display:block;
}
#conents .price-list td{
	display:block;
}
#conents .price-list th{
	border-bottom:none;
	padding:16px 5px 0 5px;
}
#conents .price-list td{
	border-bottom:solid 1px #E1E1E1;
	padding:0 5px 16px 5px;
}
}