@charset "utf-8";

/*------------------------
=01 default style reset
=02 layout
=03 module head
=04 module foot
=05 module list
=06 module item list
=07 module search
=08 module pager
=09 module item info
=10 module news
=11 module contents
------------------------*/


/* =01 default style reset
------------------------*/

/*______ 主な要素のリセット ______*/

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dl, dt, dd, p, form, input,
header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
	margin:0;
	padding:0;
	font-size:100%;
}


/*______ 文字サイズのリセット ______*/

body {
	line-height:1.0;
	-webkit-text-size-adjust:none;
}

/*______ HTML5の新要素をブロックレベルにする ______*/

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
	display:block;
}


/*______ 画像、リスト、表のリセット ______*/

img {
	border: 0;
	vertical-align: bottom;
}

ul, ol {
	list-style: none;
}

table {
	border-spacing: 0;
	empty-cells: show;
}



/* =02 layout
------------------------*/

body {
	font-family: Arial, san-serif;
	font-size: 14px;
	line-height: 1.6;
}

a {
 color: #333;
}

h1{
	text-align: center;
	width: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

/* =03 module head
------------------------*/

.list-header .head{
	line-height:44px;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#1a1a1a), to(#000));
	position:relative;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

.page-heading {
	color:#fff;
	font-size:16px;
	width:140px;
	text-align:center;
	text-overflow:ellipsis;
	text-shadow:1px 1px #000;
	overflow:hidden;
	margin:0 auto;
}

.nav-page {
	width:100%;
	position:absolute;
	top:0;
	left:0;
	margin: 0px;
	padding: 0px;
}

.nav-page-left {
	position:absolute;
	top:0;
	left:10px;
	margin: 0px;
	padding: 0px;
}

.nav-page a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	text-shadow:1px 1px #000;
	border:1px solid #000;
	background-color:#000;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#555), to(#1a1a1a));
	-webkit-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:0 1px #666;
	box-shadow:0 1px #666;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
}



/* =04 module foot
------------------------*/

footer {
	margin-top: 10px;
}

.footer-nav li {
	color:#000;
	font-weight:bold;
	height:44px;
	line-height:44px;
	border-top:1px solid #000;
	background-color:#fff;
}

.footer-nav li:last-child {
	border-bottom:1px solid #000;
}

.footer-nav a {
	text-decoration:none;
	text-overflow:ellipsis;
	display:block;
	overflow:hidden;
	white-space:nowrap;
	padding:0 10px;
	background:url(img/icon_next.png) no-repeat 290px center;
	-webkit-background-size:15px 15px; 
	background-size:15px 15px; 
}

.copyright {
	margin:0;
	color:#000;
	text-align:center;
}



/* =05 module list
------------------------*/

/*______ 共通 ______*/

.list {
	padding:5px;
	margin:5px 5px 15px 5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background:url(img/dot_bg.gif) repeat;
}

.list .title {
	color:#808080;
	font-size:150%;
	font-weight:bold;
	padding:0 0 5px 5px;
}


/*______ 車両一覧 ______*/

.list-nav li.item {
 	border-top:1px solid #ccc;
 	background-color:#fff;
}

.list-nav li.item:first-child {
	 border-top:none;
	 -webkit-border-top-right-radius:8px;
	 -webkit-border-top-left-radius:8px;
	 border-top-right-radius:8px;
	 border-top-left-radius:8px;
}

.list-nav li.item:last-child {
	 -webkit-border-bottom-left-radius:8px;
	 -webkit-border-bottom-right-radius:8px;
	 border-bottom-right-radius:8px;
	 border-bottom-left-radius:8px;
}

.list-nav li.item a.info {
	text-decoration:none;
	overflow:hidden;
	display:block;
	padding:8px;
	background:url(img/icon_next.png) no-repeat 276px center;
	-webkit-background-size:15px 15px; 
	background-size:15px 15px; 
}

.list-nav li.item .delete{
	width:20px;
	height:20px;
	display:inline-block;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 5px 5px 5px;
}

.list-nav li.item a.delete{
	background:url(img/btn_delete.gif) no-repeat 0 0;
}

.list-nav li.item a.delete:hover{
	background-position:0 -20px;
}


.list-nav li.item .icon {
	float:left;
	padding-right:6px;
}

.list-nav li.item p{
	font-size:80%;
}

/*
.list-nav li.item .access {
	color:#07a84c;
	font-weight:bold;
	font-size:90%;
	text-align:left;
	margin:0 0 5px 0;
	padding:0 0 0 3px;
	background:#f4fff9;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
}*/

.list-nav li.item .price {
	font-weight:bold;
}

.list-nav li.item p.access {
	font-size:110%;
	line-height: 1.2em;
	margin-bottom: 10px;
}

.list-nav li.item .price span {
	font-size:120%;
}

.list-nav li.item .block {
	float:left;
}

.list-nav li.item .block:after {
	content:'';
	display:block;
	clear:both;
}


/*______ オプション ______*/

.list_option {
	padding:10px 0;
	margin:0 10px;
}

.list_option:after {
	content: '';
	display: block;
	clear: both;
}

.list_option ul{
	text-align:left;
	margin:0 -3px 0 0;
}

.list_option li{
	width:128px;
	color:#259acf;
	font-size:80%;
	text-align:center;
	border:1px solid #259acf;
	padding:3px;
	margin:0 3px 5px 0;
	display:inline-block;
}


/* =06 module item list
------------------------*/

/*______ タブ ______*/

.list-tab {
	width:300px;
	padding-bottom:5px;
}

.list-tab ul:after {
	 content:'';
	 display:block;
	 clear:both;
}

.list-tab li {
	width:100px;
	padding:2px 0;
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#000));
	float:left;
}

.list-tab li:first-child {
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
	-webkit-border-top-left-radius:8px;
	border-top-left-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	border-top-bottom-radius:8px;
}

.list-tab li:last-child {
	width:120px;
	-webkit-border-bottom-right-radius:8px;
	border-bottom-right-radius:8px;
	border-top-right-radius:8px;
	border:1px solid #000;
}

.list-tab li a {
	color:#fff;
	font-size:100%;
	font-weight:bold;
	text-align:center;
	text-shadow:1px 1px #000;
	text-decoration:none;
	line-height:18px;
	height:18px;
	display:block;
}


/* =07 module search
------------------------*/

.search {
	padding:0 0;
	margin:0 5px;
}

.search:after {
	content:'';
	display:block;
	clear:both;
}

.search h2{
	font-size:90%;
	height:25px;
	color:#fff;
	padding:5px 0 0 30px;
	background:#1a1a1a url(img/icon_search.png) no-repeat 5px 50%;
	border:1px solid #000;
	border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.search h2 a{
	color:#fff;
}

.search .narrow{
	margin:0 0 20px 0;
	padding:5px;
	border:1px solid #ccc;
	border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.search dl{
	font-size:90%;
	margin:10px 0 0 0;
}

.search dt {
	color:#1a1a1a;
	font-weight:bold;
}

.search dd{
	padding:0 0 5px 0;
	margin:0 0 5px 0;
	border-bottom:1px dotted #ccc;
}

.search dd input{
	margin:0 3px 3px 0;
	padding:2px;
	position:relative;
	top:1px;
}

.search dd.row label{
	width:43%;
	float:left;
}
	
.search dd label{
	margin:5px 20px 0 0;
	display:block;
}

.search dd:after {
	content:'';
	display:block;
	clear:both;
}

.search .submit{
	text-align:center;
	margin:10px 0;
}

.search .submit input {
	padding:5px;
	font-size:14px;
}

.search .submit input[type="submit"] {
	width:150px;
	color:#fff;
	text-shadow:-1px -1px #666;
	padding:5px 10px;
	border:1px solid #666;
	border-radius:8px;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#ccc), to(#878787));
	-webkit-border-radius:8px;
}


/* =08 module pager
------------------------*/

.pager {
	margin:15px 0 10px 0;
}

.pager p{
	font-weight:bold;
	margin:0 0 10px 0;
}

.pager p span{
	color:#cc0000;
}

.pager:after {
	 content:'';
	 display:block;
	 clear:both;
}

.pager .page {
	float:left;
	font-size:110%;
	height:25px;
	line-height:25px;
	text-align:center;
}

.pager .page span {
	color:#fff;
	font-weight:bold;
	background-color:#1a1a1a;
	-webkit-border-radius:4px;
	border-radius:4px;
	margin-top: 0;
	margin-right: 4px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
}

.pager .page a {
	text-decoration:none;
	font-weight:bold;
	background-color:#fff;
	-webkit-border-radius:4px;
	border-radius:4px;
	margin-top: 0;
	margin-right: 4px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
}



/* =09 module item info
------------------------*/

.detail_item {
	padding:10px 0;
	margin:0 10px;
	border-bottom:1px solid #999;
}

.detail_item .block {
	float:left;
}

.detail_item:after {
	content:'';
	display:block;
	clear:both;
}

.detail_item .title {
	color:#333333;
	font-weight:bold;
	text-align:left;
	font-size: 120%;
}

.detail_item p{
	font-size:90%;
}

.detail_item .catch {
	color:#1a1a1a;
	font-size:100%;
	font-weight:bold;
	text-align:left;
	margin:0 0 5px 0;
	padding:0 0 0 3px;
	background:#f4fff9;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
}

.detail_item .price {
	font-size:100%;
	font-weight:bold;
}

.detail_item .price span {
	font-size:160%;
	color:#333333;
}


/*______ オプション ______*/

.detail_option {
	padding:10px 0;
	margin:0 10px;
}

.detail_option h3{
	color:#1a1a1a;
	border-left:5px solid #0088cc;
	padding:0 0 0 10px;
	margin:10px 0;
}

.detail_option:after {
	content: '';
	display: block;
	clear: both;
}

.detail_option ul{
	text-align:left;
	margin:0 -3px 0 0;
}

.detail_option li{
	width:138px;
	color:#333333;
	padding:3px;
	margin:0 3px 5px 0;
	display:inline-block;
}


/*______ 画像 ______*/

.detail_capture {
	margin:10px 10px 10px 10px;
	border-bottom:1px solid #999;
}

.jCarousel {
	margin: 0 auto;
	margin-bottom: 15px;
	text-align: center;
	-webkit-transition: margin 0.5s ease-in-out;
	transition: margin 0.5s ease-in-out;
	test-align: center;
}


/*______ 車両詳細 ______*/

.detail_info {
	margin:0 10px;
}

.detail_info h3{
	color:#1a1a1a;
	border-left:5px solid #0088cc;
	padding:0 0 0 10px;
	margin:10px 0;
}

.detail_info:after {
	content:'';
	display:block;
	clear:both;
}

.detail_info table{
	width:100%;
	background:#ccc;
	border-collapse:separate;
	border-spacing:1px;
	border:none;
}

.detail_info table th,
.detail_info table td{
	font-size:85%;
	width:25%;
	line-height:150%;
	padding:5px;
	border:1px solid #fff;
}

.detail_info table th{
	text-align:center;
	background:#f8f8f8;
}

.detail_info table td{
	background:#fff;
}


/*______ 状態 ______*/

.detail_state {
	margin:0 10px;
}

.detail_state h3{
	color:#1a1a1a;
	border-left:5px solid #0088cc;
	padding:0 0 0 10px;
	margin:10px 0;
}

.detail_state:after {
	content:'';
	display:block;
	clear:both;
}

.detail_state .state {
	padding:5px;
	background:url(img/dot_bg.gif) repeat;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.detail_state .state dl {
	padding:5px 10px;
	background-color:#fff;
	-webkit-border-radius:8px;
	border-radius:8px;
}
	
.detail_state .state dt{
	font-size:85%;
	font-weight:bold;
	margin:0 0 5px 0;
}

.detail_state .state dt span{
	color:#0088cc;
}

.detail_state .state dd{
	margin:0 0 10px 0;
}


/*______ ボタン ______*/

.btn_inquiry {
	padding:3px 0;
	margin:20px 0;
	border:1px solid #a30000;
	-webkit-border-radius:8px;
	border-radius:8px;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#cc0000), to(#a30000));
}

.btn_inquiry a {
	color:#fff;
	font-size:130%;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	text-shadow:-1px -1px #a30000;
	line-height:34px;
	height:34px;
	display:block;
}



/* =10 module news
------------------------*/

/*______ お知らせ一覧 ______*/

.list-news:after {
	content:'';
	display:block;
	clear:both;
}

.list-news li {
	padding:10px;
 	border-bottom:1px solid #ccc;
 	background-color:#fff;
}

.list-news li span{
	color:#0088cc;
	display:block;
}

.list-news li:first-child {
	 border-top:none;
	 -webkit-border-top-right-radius:8px;
	 -webkit-border-top-left-radius:8px;
	 border-top-right-radius:8px;
	 border-top-left-radius:8px;
}

.list-news li:last-child {
	 -webkit-border-bottom-left-radius:8px;
	 -webkit-border-bottom-right-radius:8px;
	 border-bottom-right-radius:8px;
	 border-bottom-left-radius:8px;
}

.list-news li a {
	text-decoration:none;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	display:block;
	padding:8px;
	background:url(img/icon_next.png) no-repeat 276px center;
	-webkit-background-size:15px 15px; 
	background-size:15px 15px; 
}


/* =11 module contents
------------------------*/

.contents_text {
	font-size: 100%;
	margin:0 5px;
	padding:5px 0 0 0;
}

.contents_text span {
	color:#fff;
	font-size:90%;
	font-weight:bold;
	padding:2px;
	background-color:#cc0000;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.contents_error {
	font-size:100%;
	margin:0 5px;
	padding:5px0 0 0;
	color:#cc0000;
}

.contents_comp {
	color:#000;
	font-size:100%;
	text-align:center;
	margin:0 5px;
	padding:30px 0;
}

.contents-form .button {
	padding:3px 0;
	margin:10px 0 7px 0;
	border:1px solid #666;
	-webkit-border-radius:8px;
	border-radius:8px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#878787));
}

.contents-form .button a {
	font-size:120%;
	color:#fff;
	font-weight:bold;
	text-shadow:-1px -1px #666;
	line-height:34px;
	height:34px;
	text-decoration:none;
	display:block;
	text-align:center;
}

.require {
	color:#fff;
	font-weight:bold;
	font-size:11px;
	vertical-align:text-bottom;
	padding:3px;
	background-color:#cc0000;
	-webkit-border-radius:4px;
	border-radius:4px;
}

.contents-form {
	padding:5px;
	margin:5px 5px 10px 5px;
	background:url(img/dot_bg.gif) repeat;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.contents-form dl {
	padding:5px 10px;
	background-color:#fff;
	-webkit-border-radius:8px;
	border-radius:8px;
}

.contents-form dt {
	font-weight:bold;
}

.contents-form dd {
	margin-bottom:10px;
}

.contents-form input {
	width:150px;
	font-size:14px;
	padding:5px;
}

.contents-form dd textarea {
	width:250px;
	height:100px;
}

.contents-form .block {
}

.contents-form .block:after {
	content: '';
	display:block;
	clear:both;
}

.contents-form .submit{
	text-align:center;
	margin:10px 0;
}

.contents-form .submit input {
	padding:5px;
	font-size:14px;
}

.contents-form .submit input[type="submit"] {
	width:150px;
	color:#fff;
	text-shadow:-1px -1px #666;
	padding:5px 10px;
	border:1px solid #666;
	border-radius:8px;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#ccc), to(#878787));
	-webkit-border-radius:8px;
}
.box {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

.box h3 {
	margin: 0px;
	padding: 0px;
}

.box p {
	padding: 0px;
	margin-top: 10px;
}
.box table td {
	padding-top: 10px;
}
.box p.telc {
	background-color: #e4e3e2;
	text-align: center;
}