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

/* for main navigation ==================================*/

/* 現在ページ表示 */
#main_nav li#service a {
	background-image:url(../img/common/nav_on.jpg);
	background-repeat:repeat-x;
}


/* for left contents ==================================*/

/* サービス概要 */
ul#service01 li {
	background-image: url(../img/service/arrow_orange.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	line-height: 1.5em;
	height: 35px;
}
.entry {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #96C84F;
	padding-bottom: 20px;
}
.entry h4 {
	margin-bottom: 10px;
	clear: both;
}
ul#service02 li {
	background-image: url(../img/service/arrow_glay.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	height: 35px;
	margin-left: 20px;
}
/* 車両画像 */
.entry h4#zoomtitle {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #96C84F;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
div.entry h5 {
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	background: #F18F22;
	margin-bottom: 10px;
	clear: both;
	color: #FFFFFF;
}
.entry h6 {
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	border-bottom: 2px dotted #96C84F;
}

.entry ul#car_pic {
	width: 470px;
	margin-bottom: 10px;
	display: block;
	float: left;
	margin-top: 10px;
}
.entry ul#car_pic li {
	float: left;
	padding-right: 5px;
}
/* プラン例 */
div.plan01,
div.plan02 {
	width: 470px;
	float: left;
	margin-bottom: 20px;
	clear:both;
}
.plan01 img {
	float: left;
}
.plan01 p {
	margin-left: 10px;
	width: 280px;
	display: block;
	float: left;
}
.plan01 p img {
	margin-top: 15px;
}
div.plan02 p {
	float: left;
	width: 280px;
}
div.plan02 img {
}
div.plan02 p img {
	margin-top: 15px;
}
dl.notice dt {
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 0.96em;
}
dl.notice dd {
	line-height: 1.5em;
	font-size: 0.96em;
}

/* 配車について */
.entry p span#notice {
	display: block;
	margin-top: 15px;
}
.entry img#reserve_form {
	float: right;
}
.entry .plan02 .clear_both {
	clear: both;
	margin-top: 15px;
	width: 470px;
}
