@charset "utf-8";
/* CSS Document */

/*レンタル料金
----------------------------------------------------*/
#open_time .left{
	float:left;
	width:245px;
}

#open_time .right{
	float:right;
	width:300px;
	padding:10px;
	background:#FFEDEE;
}

.rental{
	background:#C9C9C9;
}

.rental th{
	background:#F2F2F2;
	font-weight:normal;
	border:1px #FFF solid;
	text-align:center;
	padding:5px;
}

.rental td{
	background:#FFF;
	padding:5px;
	text-align:right;
}

.rental .td1{
	text-align:center;
}

.rental .td2{
	text-align:left;
}

.rental .th1{
	background:#B2E5E5;
}

.rental .th2{
	background:#FFF6CC;
}
.rental .th3{
	background:#FFEDEE;
}

.rental .th4{
	background:#E5EFFF;
}
.rental .th5{
	background:#FFEDEE;
}

#changefree{
	background:url(../images/changefree.gif) no-repeat;
	padding:10px 0 10px 90px;
	min-height:60px;
}
