@charset "utf-8";
h1 {
	margin-top: 5px;
}
h1 img {
	width: 100%;
	height: auto;
}
h1 p {
	display: none;
}
#rentacarWrapper {
	line-height: 1.5em;
	width: 95%;
	margin: auto auto 20px;
}
#rentacarWrapper .textarea {
	margin: 15px auto;
}
#rentacarWrapper h2 {
	margin-top: 10px;
	background: #e3e3e3;
	border: 1px solid #bfbfbf;
	border-radius: 6px;/* CSS3草案 */
	-webkit-border-radius: 6px;/* Safari,Google Chrome用 */
	-moz-border-radius: 6px;/* Firefox用 */
}
#rentacarWrapper h2 a {
	padding: 10px 20px 10px 20px;
	display: block;
}
#rentacarWrapper h2 a.open {
	background: url(http://www.orion-tour.co.jp/hokkaido/choice/hotel_list/img/cont_open_icon.png) no-repeat;
	background-size: 20px auto;
	background-position: 97% center;
}
#rentacarWrapper h2 a.close {
	background: url(http://www.orion-tour.co.jp/hokkaido/choice/hotel_list/img/cont_close_icon.png) no-repeat;
	background-size: 20px auto;
	background-position: 97% center;
}
#rentacarWrapper div {
	padding:0px 0px 10px;
}

#rentacarWrapper ul {
	border: 1px solid #bfbfbf;
	border-radius: 6px;/* CSS3草案 */
	-webkit-border-radius: 6px;/* Safari,Google Chrome用 */
	-moz-border-radius: 6px;/* Firefox用 */
	margin-top:10px;
}

#rentacarWrapper li{
	border-bottom: 1px solid #bfbfbf;
	padding:5px;
}

#rentacarWrapper li:last-child{
	border-bottom:none;
	text-align:center;
}

#rentacarWrapper li dl{
	display:table;
}


#rentacarWrapper li dt{
	display:table-cell;
	padding:5px 0px;
	width:60px;
	text-align:center;
	color:#fff;
	font-size:12px;
	border:1px solid #3665B3;
	background:#2da1d4;
	vertical-align:middle;
}

#rentacarWrapper li dd{
	display:table-cell;
	padding-left:10px;
}


#rentacarWrapper li a{
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #eeecec));
	background:-moz-linear-gradient(top, #ffffff 5%, #eeecec 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #eeecec 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #eeecec 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #eeecec 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #eeecec 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeecec',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:arial;
	font-weight:bold;
	padding:6px 0px;
	text-align:center;
	width:80%;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}

#rentacarWrapper li a img{
	margin:0px 0px 3px 8px;
	}

#rentacarWrapper li a:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #eeecec), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #eeecec 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #eeecec 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #eeecec 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #eeecec 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #eeecec 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeecec', endColorstr='#ffffff',GradientType=0);
	background-color:#eeecec;
}

#rentacarWrapper li a:active {
	position:relative;
	top:1px;
}