@charset "Shift_JIS";
/* 
	rental.css
*/


/* body */
body{}
/* contents */
#contents ul.breadCrumb{
	padding-top: 9px;
	margin-bottom: 17px;
}

#contents ul.breadCrumb li{
	font-size: 80%;
}

#contents ul.breadCrumb li a{
	color: #245ea7;
	text-decoration: none;
}

#contents ul.breadCrumb li a:hover{
	text-decoration: underline;
}
/* main */
#main{
	font-size: 117%;
	width: 744px;
}

#main h2{
	padding-top: 3px;
	margin-bottom: 7px;
}

#main .mainBox .thumb-img{
	width: 65px;
	margin-left: 10px;
	float: left;
}

#main .mainBox .thumb-img li{
	margin-bottom: 10px;
	line-height: 0;
}

#main .productArea .mainBox h3.sub{
	background: url(../img/sub_bg.gif) no-repeat left;
	color: #044daa;
	font-size: 105%;
	padding: 7px 16px;
}

#main .productArea{
	margin: 0 10px 40px;
	width: 724px;
}

#main .productArea .mainBox{
	border-bottom: 1px #c2e3ff solid;
}

#main .productArea .mainBox h3.sub{
	background: url(../img/sub_bg.gif) no-repeat left;
	color: #044daa;
	padding: 7px 16px;
}

#main  .productArea .mainBox .subBlock h3.sub{
	width: 500px;
}

#main .productArea .mainBox .text{
	width: 413px;
}

#main .productArea .mainBox dl dt{
	background-color: #effbff;
	padding: 3px;
	width: 240px;
}

#main .productArea .mainBox dl dd{
	line-height: 1.5;
}

#main .productArea .mainBox table{
	border: 1px #30cdff solid; 
	color: #044daa;
	width: 320px;
}
 
#main .productArea .mainBox table th{
	background-color: #c9ebff;
	border-bottom: 1px #30cdff solid;
	border-right: 1px #30cdff solid;
	padding: 4px;
	text-align: left;
	width: 182px;
}
 
#main .productArea .mainBox table td{
	border-bottom: 1px #30cdff solid;
	text-align: right;
	padding: 4px 0;
}

#main .rentalTimeArea{
	background: url(../img/rental/rental_time_bg.gif) no-repeat;
	height: 142px;
	padding-top: 21px;
}

#main .rentalTimeArea p{
	text-align: center;
	font-size: 92%;
	line-height: 1.5;
}

#main .procedureArea{
	margin: 0 20px;
}

#main .procedureArea dl dt{
	color: #044daa;
	height: 17px;
	padding: 4px 0 4px 32px;
}

#main .procedureArea dl dd{
	line-height: 1.5;
}

#main .procedureArea dl.procedure01 dt{
	background: url(../img/procedure01.png) no-repeat;
}

#main .procedureArea dl.procedure02 dt{
	background: url(../img/procedure02.png) no-repeat;
}

#main .procedureArea dl.procedure03 dt{
	background: url(../img/procedure03.png) no-repeat;
}

#main .procedureArea dl.procedure04 dt{
	background: url(../img/procedure04.png) no-repeat;
}

#main .procedureArea dl.procedure05 dt{
	background: url(../img/procedure05.png) no-repeat;
}
/* 20150430’Ç‰Á */
.t_title{
	font-size:24px;
	color:#FFF003;
	text-align: center;
	margin-bottom:20px;
	font-weight:bold;
	background: #DD0030;
	padding:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.sub_text{
	position: absolute;
	top: 5px;
	right: 25px;
}

.mb20{
	position : relative;
}