@charset "utf-8";

header div.MV{
	min-width: 1000px;
	padding-top: 24.3%;
	background: url(../img/rent/rent_mv.jpg) no-repeat top center;
	background-size: 100% auto;
	position: relative;
}
header div.MV p.mvTtl{
	padding-top: 9%;
}

#contents{
	background: url(../commons/img/bg01.png) repeat;
}

div.rent{
	width: 1000px;
	margin: 0 auto;
	padding: 73px 0 113px;
}
div.rent h3{
	font-size: 30px;
	padding-bottom: 15px;
	background: url(../commons/img/border_btm.png) no-repeat;
	background-position: left bottom;
}
div.rent div.rentBox{
	width: 1088px;
	margin: 48px auto 0;
	background: url(../img/rent/rent_img.png) no-repeat top right;
	padding: 22px 0 37px;
}
div.rent div.rentBox h4{
	font-size: 22px;
}
div.rent div.rentBox div.tenant{
	width: 408px;
	height: 132px;
	margin: 51px 0 75px;
	border: 1px solid #c0c0c0;
	background: rgba(255,255,255,0.8);
}
div.rent div.rentBox div.tenant p{
	line-height: 132px;
	font-size: 16px;
	color: #e60012;
	text-align: center;
}
div.rent div.rentBox p.outline{
	font-size: 18px;
	line-height: 30px;
}
div.rent div.rentBox p.detail{
	font-size: 14px;
	line-height: 26px;
	margin-top: 10px;
}
div.rent div.rentBox p.detail span.FS{
	font-size: 12px;
}

div.rent table.rent01{
	margin-top: 139px;
}
div.rent table.rent01 th{
	width: 181px;
	height: 141px;
	background: #003366;
	color: #fff;
	line-height: 141px;
	font-size: 20px;
}
div.rent table.rent01 td{
	width: 783px;
	background: #fff;
	padding-left: 36px;
}
div.rent table.rent01 td span.underline{
	display: block;
	width: 729px;
	padding-left: 16px;
	border-bottom: 1px dotted #999999;
	padding-bottom: 8px;
	font-size: 19px;
}
div.rent table.rent01 td p{
	padding-left: 16px;
	margin-top: 10px;
	font-size: 16px;
	line-height: 30px;
}


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

header div.MV{
	min-width: 320px;
	padding-top: 30%;
	background: url(../img/rent/rent_mv.jpg) no-repeat top center;
	background-size: 125% auto;
	position: relative;
}
header div.MV p.mvTtl{
	position: absolute;
	top: 50%;
	left: 50%;
	transform : translate(-50%,-50%);
	width: 100%;
	padding-top: 0;
}
header div.MV p.mvTtl img{
	width: 80%;
	height: auto;
}

div.rent{
	width: 94%;
	margin: 0 auto;
	padding: 30px 0 50px;
}
div.rent h3{
	font-size: 30px;
	position: relative;
}
div.rent div.rentBox{
	width: 100%;
	margin: 48px auto 0;
	background: url(../img/rent/rent_img.png) no-repeat center bottom;
	padding: 22px 0 98%;
	background-size: 95% auto;
}
div.rent div.rentBox h4{
	font-size: 22px;
}
div.rent div.rentBox div.tenant{
	width: 94%;
	height: 132px;
	margin: 30px auto 30px;
	border: 1px solid #c0c0c0;
	background: rgba(255,255,255,0.8);
}
div.rent div.rentBox div.tenant p{
	line-height: 132px;
	font-size: 15px;
	color: #e60012;
	text-align: center;
}
div.rent div.rentBox p.outline{
	font-size: 18px;
	line-height: 30px;
}
div.rent div.rentBox p.detail{
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
}
div.rent div.rentBox p.detail span.FS{
	font-size: 12px;
}

div.rent table.rent01{
	width: 100%;
	margin-top: 50px;
}
div.rent table.rent01 th{
	display: block;
	width: 100%;
	height: 50px;
	background: #003366;
	color: #fff;
	line-height: 50px;
	font-size: 20px;
}
div.rent table.rent01 td{
	display: block;
	width: 100%;
	background: #fff;
	padding: 15px 0;
}
div.rent table.rent01 td span.underline{
	display: block;
	width: 90%;
	padding-left: 10px;
	border-bottom: 1px dotted #999999;
	padding-bottom: 8px;
	font-size: 19px;
	margin: 0 auto;
}
div.rent table.rent01 td p{
	width: 90%;
	padding-left: 0;
	margin: 10px auto 0;
	font-size: 16px;
	line-height: 30px;
}


}
