@charset "utf-8";

@import url("../css/base.css");


h3{
	clear:both;
	background-color:#DEE9FA;
	padding:5px;
	color:#3366CC;
	margin:20px 0;
	text-indent:7px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	border-left-style: solid;
	border-left-color: #C1D5F5;
}

h3.top{	margin:0px 0 20px 0;}

#rental ul#tokutyou li{ float:left; margin-right:13px;}
#rental ul#tokutyou li.end{ float:left; margin-right:0px;}

#rental #haiti{ text-align:center; display:block;}
#rental ul#haiti li{ display:inline;  margin-right:13px;}
.mianImg{ margin:0 0 10px 0;}

/* --------------------------------------------------

spec

-------------------------------------------------- */

#rental table{ background-color:#FFFFFF;}
#rental th{ text-align:center;　}
#rental th.up{
	background-color:#B5B9DA;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;

}
#rental th.upRight{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B5B9DA;}
#rental th.side{
	background-color:#4551A3;
	font-weight: bold;
	color: #FFFFFF;
	white-space:nowrap;
	padding:5px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;

}
#rental td.gray{
	background-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EAEAEA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#rental td{
	text-align:center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
}
#rental td.head{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;}
	
	
.how{

	background-color:#f7f7f7;
	border: 1px solid #CCCCCC;
	margin-top:20px;
	margin-bottom:0px;
	margin-left:5px;
	padding:20px 30px 20px 30px;
}



.how dt{
padding-bottom:5px;
	font-weight:bold;
}

.how dd{
	float: left;
	width: 50%;
	line-height: 120%;
}

