@charset "utf-8";

/* common
----------------------------------------------------------------*/
html {
	height:auto;
}
body {
	font-size:13px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Sans-Serif;
	*font-family:"メイリオ", "ＭＳ Ｐゴシック", Meiryo;
	font-size:8pt;
	color:#000;
	margin:0;
	padding:5px;
	background:none;
	height:auto;
}
h1, h2, h3, h4, h5, h6, p, address, caption {
	margin:0;
	padding:0;
	border:none;
	font-style:normal;
	font-weight:normal;
	font-size:9t;
	line-height:100%;
	text-align:left;
}
ul, ol, li, dl, dt, dd, th, td, table, form {
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
	text-align:left;
	list-style-type:none;
}
table {
	border-collapse:collapse;
}
th {
	font-weight:bold;
}
input {
	display:none;
}
.clearfix {
	zoom:100%;
	overflow:visible;
}

/* decoration style [other]
----------------------------------------------------------------*/
.price {
	color:#F00;
	font-weight: bold;
}
.red {color:#F00;}
.orange {color:#F60;}
.yellow {color:#FF0;}
.green {color:#0F0;}
.blue {color:#00F;}
.deep_blue {color:#009;}
.black {color:#000;}
.white {color:#FFF;}
.bold {font-weight:bold;}
.italic {font-style:italic;}
.txt_center {text-align:center;}
.txt_right {text-align:right;}
.f_left {float:left;}
.clear {clear:both;}
.mrg_t10 {margin-top:10px;}
.mrg_b5 {margin-bottom:5px;}

/* wrapper
----------------------------------------------------------------*/
#wrapper,
#wrapper.wrap_rsv {
	background:none;
	position:static;
	height:auto;
	min-height:inherit;
}
#container {
	padding-bottom:0;
	width: auto;
}
/* header
----------------------------------------------------------------*/
#header,
#navi,
#pankuzu,
#login,
#footer,
.print_none {
	display:none;
}
/* contents ttl
----------------------------------------------------------------*/
.contents h3 {
	font-size:123.1%;
	font-weight:bold;
}
h3.ttl_h3_01 {
	font-size:12pt;
	line-height:normal;
	background:none;
	height:auto;
	margin-bottom:5px;
	padding-left:5px;
	border:none;
	border-left:#b3b3b3 solid 5px;
}
h4.ttl_h4_01 {
	line-height:normal;
	background:none;
	height:auto;
	margin-bottom:2px;
	padding-left:5px;
	border:none;
	border-left:#b3b3b3 solid 5px;
}

/* contents box
----------------------------------------------------------------*/
.contents_box {
	margin-bottom:10px;
}

/* reserve
----------------------------------------------------------------*/
#reserve table {
	width:100%;
	margin-top:5px;
	margin-bottom:15px;
}
#reserve th,
#reserve td {
	padding:5px;
	border: 1px solid #666;
}
#reserve th {
	color:#FFF;
	background:#999;
	width:25%;
}
#reserve .print_only {
	display:block;
	margin-bottom:15px;
}

/* car detail
----------------------------------------------------------------*/
#cardetail_leftbox {
	float:none;
	width:auto;
}
#cardetail_rightbox {
	display:none;
}
#cardetail_option {
	width:auto;
	margin:0;
	float:none;
	font-size:95%;
}
#cardetail_option h4 {
	color:#df7500;
	font-size:12pt;
	border-bottom:#b3b3b3 dashed 1px;
	margin-bottom:5px;
	padding-bottom:5px;
}
#cardetail_option ul {
	display:none;
}
#cardetail_leftbox th, #cardetail_leftbox td {
	padding:5px;
	border:#c6c6c6 1px solid;
}
#cardetail_leftbox input {
	display:inline;
}
#cardetail_leftbox td.ttl_detail_01,
#cardetail_leftbox td.ttl_detail_02 {
	color:#FFF;
	background:#999;
	line-height:normal;
	height:auto;
	padding:2px 5px;
}
#cardetail_leftbox td.text18 {
	font-size:8pt;
}




