﻿@charset "utf-8";
/* ベーススタイル *****************************************************************/ 
html {
	font-size: 62.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
	margin: auto;
	padding: 0;
	line-height: 1.4;
	color: #666;
	font-size: 14px;
	font-size: 1.4rem; /* =14px */
}
.main {
	width: 960px;
	margin: 10px auto;
	position: relative;
	border-radius: 5px;
}
.wrapper {
	width: 960px;
	margin: 0 auto;
}
.menu_block {
	position: relative;
	display: inline-block;
	padding: 10px 0;
	width: auto;
	width: 100%;
	color: #fff;
	text-align: center;
	z-index: 0;
	background: rgb(3,115,138);
	background: -moz-linear-gradient(top, rgb(3,115,138) 0%, rgb(4,142,170) 20%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(3,115,138)), color-stop(20%, rgb(4,142,170)));
	background: -webkit-linear-gradient(top, rgb(3,115,138) 0%, rgb(4,142,170) 20%);
	background: -o-linear-gradient(top, rgb(3,115,138) 0%, rgb(4,142,170) 20%);
	background: -ms-linear-gradient(top, rgb(3,115,138) 0%, rgb(4,142,170) 20%);
	background: linear-gradient(to bottom, rgb(3,115,138) 0%, rgb(4,142,170) 20%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03738a', endColorstr='#048eaa', GradientType=0 );
}
.block {
	width: 100%;
	float: left;
	background: #fff;
	color: #777;
	margin: 5px 0;
	border-radius: 5px;
}
.block_margin {
	margin: 2%;
	display: table;
	width: 96%;
	height: 100%;
}
.leftblock {
	width: 33%;
	float: left;
	height: 100%;
	padding: 1%;
}
.leftblock h2 {
	color: #fff;
	font-weight: normal;
	font-size: 2.2rem;
}
.topwrap {
	padding: 20px;
	float: left;
	background: -moz-linear-gradient(top,  #29ace5 0%, #2193c8 7%, #0f7fba 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#29ace5), color-stop(7%,#2193c8), color-stop(100%,#0f7fba)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #29ace5 0%,#2193c8 7%,#0f7fba 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #29ace5 0%,#2193c8 7%,#0f7fba 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #29ace5 0%,#2193c8 7%,#0f7fba 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #29ace5 0%,#2193c8 7%,#0f7fba 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29ace5', endColorstr='#0f7fba',GradientType=0 ); /* IE6-9 */
	box-shadow: rgba(199, 199, 199, 0.65098) 0px 2px 0px 1px;
	-webkit-box-shadow: rgba(199, 199, 199, 0.65098) 0px 2px 0px 1px;
	-moz-box-shadow: rgba(199, 199, 199, 0.65098) 0px 2px 0px 1px;
	border-radius: 5px;
}
.rightblock {
	width: 63%;
	float: left;
	height: 100%;
	padding: 1%;
}
.rightblock h3 {
	color: #fff;
	font-weight: normal;
	font-size: 2.2rem;
}
.list_block {
	width: 100%;
	float: left;
	background: #fff;
}
/* スクロールナビ *********************************************************************/
.scroll_navi {
	position: relative;
}
.scroll_navi a {
	width: 60px;
	height: 60px;
	display: block;
	padding: 0;
	background: #88ccef;
	position: fixed;
	bottom: 35px;
	right: 15px;
	border-radius: 60px;
	z-index: 9999;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 0px;
}
.scroll_navi span {
	color: #fff;
	display: none\9;
}
.scroll_navi img {
	display: none;
	display: block\9;
	margin-top: 15px;
	width: 50px;
}
.scroll_navi span::after {
	position: absolute;
	top: 50%;
	top: -50%\9;
	right: 39%;
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	margin-top: -4px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* ヘッダー ********************************************************************/
header {
	width: 100%;
	height: 70px;
	border-top: 5px solid #05b4ff;
	border-bottom: 5px solid #03004c;
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 96%, #d8d8d8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(96%, #ffffff), color-stop(100%, #d8d8d8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 93%, #d8d8d8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #ffffff 96%, #d8d8d8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 96%, #d8d8d8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #ffffff 96%, #d8d8d8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8', GradientType=0 ); /* IE6-9 */
}
.header_title {
	width: 50%;
	float: left;
	margin-top: 5px;
	position: relative;
}
.add_bookmark {
	position: absolute;
	top: 26px;
	left: 350px;
}
.header_logo {
	margin-top: 2px;
	float: left;
}
.header_logo_mark {
	margin: 4px 10px 0 0;
	float: left;
	width: 12%;
}
.header_subtitle {
	margin: 3px 10px 0 0;
	float: left;
}
header nav {
	width: 50%;
	float: right;
	margin-top: 22px;
}
.global_navi li {
	padding: 13px 10px;
	float: left;
}
/* フッター **************************************************************************/
footer {
	margin-top: 3%;
	float: left;
	width: 100%;
	background: #0e7ac4;
}
/* フッターインフォメーション */
.footer_info {
	width: 90%;
	float: left;
	margin: 2% 5%;
}
.footer_info p {
	float: left;
}
/* フッターナビ */
.footer_navi {
	width: 100%;
	float: left;
	text-align: center;
	background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* IE10+ */
	background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0 ); /* IE6-9 */
	border-top: 1px solid #ccc;
}
.footer_navi ul {
	margin: 0 auto;
	padding: 0 30px
}
.footer_navi li {
	float: left;
	padding: 10px;
}
.footer_navi li a, .footer_navi li a:hover, .footer_navi li a:visited {
	color: #333;
}
.footer_menu {
	width: 100%;
	float: left;
	background: #1d2d3c;
	text-align: center;
}
.footer_menu ul {
	float: left;
	margin: 0 10px;
	padding: 10px 0 10px 30px;
	text-align: left;
}
.footer_menu li {
	/*background: #fff;
	color: #0e7ac4;*/
	color: #fff;
}
.footer_copyright {
	width: 100%;
	float: left;
	background: #295d72;
}
.footer_copyright p {
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	color: #fff;
}
.under_navi {
	float: left;
	width: 100%;
	margin: 20px 0;
}
.under_navi button {
	width: 100%;
	margin: 0 auto;
	font-weight: bold;
}
.footer_menu_btn li {
	float: left;
	margin: 3px;
}
.footer_menu_btn li a {
	background: rgb(94,113,127);
	background: -moz-linear-gradient(top, rgb(94,113,127) 0%, rgb(29,45,60) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(94,113,127)), color-stop(100%, rgb(29,45,60)));
	background: -webkit-linear-gradient(top, rgb(94,113,127) 0%, rgb(29,45,60) 100%);
	background: -o-linear-gradient(top, rgb(94,113,127) 0%, rgb(29,45,60) 100%);
	background: -ms-linear-gradient(top, rgb(94,113,127) 0%, rgb(29,45,60) 100%);
	background: linear-gradient(to bottom, rgb(94,113,127) 0%, rgb(29,45,60) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e717f', endColorstr='#1d2d3c', GradientType=0 );
	border: 1px solid #566879;
	border-radius: 3px;
	padding: 5px 10px;
	float: left;
	color: #fff;
	font-size: 1.2rem;
}
/* トップイメージ ********************************************************************/
.top_sign_board_bg {
	width: 100%;
	/*background: url('/img/bg.jpg') no-repeat center center;
	background-size: 100% auto;*/
	background: #0e7ac4;
	display: table;
	border-bottom: 5px solid #000;
	background-position: 0 78%;
}

@media only screen and (max-width:1024px) {
.top_sign_board_bg {
	background-position: 0 65%;
}
}
.top_sign_board_bg2 {
	width: 100%;
	background: url('/img/bg.jpg') no-repeat center center;
	background-size: 100% auto;
	display: table;
	border-bottom: 5px solid #000;
	background-position: 0 75%;
}

@media only screen and (max-width:1024px) {
.top_sign_board_bg2 {
	background-position: 0 45%;
}
}
.top_sign_board {
	background: linear-gradient(
    -45deg,
    rgba(0,191,255,1) 0%,
    rgba(147,112,219,1) 30%,
    rgba(147,112,219,0.5) 70%,
    rgba(0,191,255,1) 100%
  );
	background: url('/img/bg2.jpg') no-repeat center center;
	background-size: 100% auto;
	float: left;
	height: 100%;
	width: 100%;
}
.sign_board_bg {
	width: 100%;
	background: url('/img/bg.jpg') no-repeat center;
	background-size: cover;
	display: table;
}
.sign_board {
	width: 100%;
	background: url('/img/track_bg.png') no-repeat center;
	background-size: 100% auto;
	float: left;
}
.title_board_dummy {
	display: inline-block;
	/*height: 100px;
	width: 100%;*/
}
.title_board_dummy2 {
	display: inline-block;
	height: 150px;
}
.title_board {
	width: 90%;
	margin: 0 auto 10px;
	list-style: none;
	font-size: 0;
}
.title_board li {
	height: 128px;
	width: 423px;
	display: inline-block;
	vertical-align: top; /* li要素を上端揃えに */
	border: 2px solid #FFFFFF;
	background: rgba(0, 0, 0, 0.7);
	position: relative;
}
.title_board_text {
	color: #FFFFFF;
	padding: 15px;
	font-weight: 600;
	font-size: 1.4rem;
}
.text_20 {
	font-size: 2.0rem;
}
.logo {
	width: 100%;
	height: 100%;
}
.favorite {
	position: absolute;
	bottom: 0;
	right: 0;
}
.favorite img {
	width: 122px;
	height: 22px;
}
/* カテゴリナビ */
.track_category_navi {
	margin: 10px 0;
	padding: 0;
	float: left;
	border: 2px solid #094e7d;
	background-color: #094e7d;
	border-radius: 6px;
	box-shadow: rgba(128, 128, 128, 0.65098) 0px 0px 4px 3px inset;
	-webkit-box-shadow: rgba(128, 128, 128, 0.65098) 0px 0px 4px 3px inset;
	-moz-box-shadow: rgba(128, 128, 128, 0.65098) 0px 0px 4px 3px inset;
}
.track_category_navi > li {
	width: 12.5%;
	height: 90px;
	float: left;
	background: #094e7d;
}
.track_category_navi > li > button, .track_category_navi > li > button:link, .track_category_navi > li > button:visited {
	width: 100%;
	height: 100%;
	padding: 10px 5px;
	font-size: 1.1rem;
	border: 2px solid #094e7d;
	line-height: 1.3;
	font-weight: bold;
	background: -moz-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f8f9), color-stop(50%, #e5ebee), color-stop(51%, #d7dee3), color-stop(100%, #f5f7f9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9', GradientType=0 ); /* IE6-9 */
	border-radius: 6px;
}
.track_category_navi > li > button:hover, .track_category_navi > li > button:active {
	margin-top: 1px;
	color: #000;
	background: rgba(225, 225, 225, 0.9);
}
@-moz-document url-prefix() {
 .track_category_navi > li > button, .track_category_navi > li > button:link, .track_category_navi > li > button:visited {
 padding: 10px 2px;
}
}
.track_category_navi > li > button > span {
	display: inline-block;
	padding: 0;
	color: #0e7ac4;
}
.search_block_margin {
	width: 98%;
	margin: 1%;
	height: 100%;
	float: left;
}
/* サーチボックス ********************************************************************/

/* 在庫数／絞り込み検索結果表示 */
.top_search_title {
	display: inline-block;
	vertical-align: bottom;
}
.track_count_area {
	display: inline-block;
}
.track_count_number {
	font-family: 'HelveticaNeueBold';
	font-size: 3.5rem;
	margin: 0 5px;
	display: inline-block;
	color: #000;
}
.track_count_number_max {
	font-family: 'HelveticaNeueBold';
	font-size: 3.5rem;
}
/* 並び替えボックス */
.sort_box {
	float: right;
	margin: 15px 0 10px 0;
}
/* トラック在庫検索 */
.top_search {
	width: 255px;
	/*width: 92%;*/
	padding: 4%;
	float: left;
	background: #fff;
	border-radius: 3px;
	background: rgb(239,239,239);
	background: -moz-linear-gradient(top, rgb(239,239,239) 0%, rgb(239,239,239) 1%, rgb(255,255,255) 1%, rgb(255,255,255) 99%, rgb(239,239,239) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(239,239,239)), color-stop(1%, rgb(239,239,239)), color-stop(1%, rgb(255,255,255)), color-stop(99%, rgb(255,255,255)), color-stop(100%, rgb(239,239,239)));
	background: -webkit-linear-gradient(top, rgb(239,239,239) 0%, rgb(239,239,239) 1%, rgb(255,255,255) 1%, rgb(255,255,255) 99%, rgb(239,239,239) 100%);
	background: -o-linear-gradient(top, rgb(239,239,239) 0%, rgb(239,239,239) 1%, rgb(255,255,255) 1%, rgb(255,255,255) 99%, rgb(239,239,239) 100%);
	background: -ms-linear-gradient(top, rgb(239,239,239) 0%, rgb(239,239,239) 1%, rgb(255,255,255) 1%, rgb(255,255,255) 99%, rgb(239,239,239) 100%);
	background: linear-gradient(to bottom, rgb(239,239,239) 0%, rgb(239,239,239) 1%, rgb(255,255,255) 1%, rgb(255,255,255) 99%, rgb(239,239,239) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#efefef', GradientType=0 );
	height: 630px;
}
.select_form {
	float: left;
	margin: 0.887%;
}
.select_form li {
	float: left;
	line-height: 1.6rem;
	text-align: right;
}
.select_form li span {
	width: 104px;
	float: left;
	padding: 5px 0;
	vertical-align: middle;
}
.select_box {
	width: 140px;
	margin-left: 2px;
}
.top_search_btn button {
	width: 100%;
	float: left;
	margin: 20px 0;
}
/* 絞り込み検索 */
.tree_title {
	width: 960px;
	margin: 10px auto;
	padding: 10px 20px;
	background: #fff;
}
.search_box {
	position: relative;
	display: inline-block;
	padding: 10px 0;
	width: auto;
	width: 100%;
	color: #fff;
	text-align: center;
	background: #0e7ac4;
	z-index: 0;
}
.search_box:after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -30px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 30px 30px 0 30px;
	border-color: #0e7ac4 transparent transparent transparent;
	z-index: -1;
}
.search_box form {
	float: left;
	position: relative;
	margin-left: -20px;
}
.select_spencer {
	padding: 5px 5px 0 10px;
	text-align: center;
}
.search_all_count {
	position: absolute;
	top: 0;
	right: 20px;
	color: #fff;
	margin: 10px 10px;
	top: 0;
}
.search_btn {
	width: 100%;
}
.search_btn button {
	min-width: 30%;
	margin: 25px auto;
}
/* メンバーログイン **********************************************************************************/
.member_login {
	width: 100%;
	background: #048eaa;
	display: table;
	background: -moz-linear-gradient(top,  #29ace5 0%, #2193c8 7%, #0f7fba 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#29ace5), color-stop(7%,#2193c8), color-stop(100%,#0f7fba)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #29ace5 0%,#2193c8 7%,#0f7fba 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #29ace5 0%,#2193c8 7%,#0f7fba 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #29ace5 0%,#2193c8 7%,#0f7fba 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #29ace5 0%,#2193c8 7%,#0f7fba 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29ace5', endColorstr='#0f7fba',GradientType=0 ); /* IE6-9 */

}
.member_login ul {
	width: 100%;
	float: left;
	margin: 5px 0;
}
.member_login li {
	height: 33px;
	padding: 0 10px 2px;
	float: left;
}
.member_login li span {
	margin-top: 6px;
	padding: 0 10px;
	color: #fff;
	float: left;
}
.member_login li button {
	margin-top: -6px;
}
.member_login input[type="text"] {
	width: 170px;
	padding: 1px 0;
}
.member_login input[type="password"] {
	width: 170px;
	padding: 1px 0;
}
.member_login input[type="checkbox"] {
	width: 50px;
	margin-top: 2px;
}
/*for IE9*/
.member_login input[type="text"] {
	width: 170px\9;
}
.member_login input[type="checkbox"] {
	width: 50px\9;
}
/* 車両一覧関連 **********************************************************************************/

/* 1週間以内に登録された車両 **/
.top_new_title {
	width: 100%;
	float: left;
}
.top_new_title h3 {
	width: 55%;
	float: left;
	font-size: 2.2rem;
	color: white;
}
.top_new_title_btn {
	margin: 12px 0;
	width: 40%;
	float: right;
}
.top_narrow_result {
	float: right;
}
.top_narrow_result li {
	float: left;
	margin-left: 5px;
}
.top_narrow_result_head {
	width: 97.1%;
	z-index: 2;
}
.top_narrow_result_box {
	width: 100%;
	float: left;
	height: 585px;
	overflow-y: scroll;
	background: #fff;
}
.top_narrow_result_img {
	width: 25%;
}
.top_narrow_result_maker {
	width: 25%;
}
.top_narrow_result_modelyear {
	width: 25%;
}
.top_narrow_result_type {
	width: 37.5%;
}
.top_narrow_result_formdetail {
	width: 37.5%;
}
.top_narrow_result_capacity {
	width: 25%;
}
td.top_narrow_result_capacity {
	text-align: right;
}
.top_narrow_result_number {
	width: 72%;
	text-align: center
}
.top_narrow_result_number button {
	min-width: 50%;
	margin: auto;
}
.top_narrow_result_img img {
	border: 1px solid #d2d2d2;
	width: 100%;
}
.bottom_border {
	border-bottom: #e5e5e5 1px solid;
}
/* トラック車両一覧 */
.track_list_tr {
	border-bottom: 1px solid #e5e5e5;
}
.track_list_img {
	width: 15%;
}
td.track_list_img {
	position: relative;
}
.track_list_maker {
	width: 15%;
}
.track_list_modelyear {
	width: 19%;
}
.track_list_form {
	width: 13%;
}
.track_list_formdetail {
	width: 12%;
}
.track_list_mileage {
	width: 12%;
}
td.track_list_mileage {
	text-align: right;
}
.track_list_vehicle_inspection {
	width: 12%;
	text-align: center;
}
.track_list_capacity {
	width: 12%;
}
td.track_list_capacity {
	text-align: right;
}
.track_list_number {
	width: 15%;
	text-align: center;
}
.track_list_number a {
	width: 70%;
}
.track_list_img img {
	border: 1px solid #d2d2d2;
	width: 100%;
}
.pagenation {
	width: 100%;
	float: left;
	margin: 20px 0;
}
.pagenation ul {
	display: table;
	margin: 5px auto;
}
.pagenation ul li {
	float: left;
	margin: 5px;
}
.pagenation ul li .btn {
	box-shadow: rgba(148, 148, 148, 0.65098) 0px 0px 19px 0px inset;
	-webkit-box-shadow: rgba(148, 148, 148, 0.65098) 0px 0px 19px 0px inset;
	-moz-box-shadow: rgba(148, 148, 148, 0.65098) 0px 0px 19px 0px inset;
	background: #dedede;
}
.pagenation ul li .btn_white {
	box-shadow: rgba(87, 87, 87, 0.65098) 0px 2px 2px 0px;
	-webkit-box-shadow: rgba(87, 87, 87, 0.65098) 0px 2px 2px 0px;
	-moz-box-shadow: rgba(87, 87, 87, 0.65098) 0px 2px 2px 0px;
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f1f1f1), color-stop(51%, #e1e1e1), color-stop(100%, #f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0 ); /* IE6-9 */
}
.pagenation ul li .btn_white:hover, .btn_white:active {
	color: #333;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: -moz-linear-gradient(top, #e1e1e1 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1e1e1), color-stop(100%, #efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e1e1e1 0%, #efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e1e1e1 0%, #efefef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e1e1e1 0%, #efefef 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e1e1e1 0%, #efefef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#efefef', GradientType=0 ); /* IE6-9 */
}
/* 会員企業一覧／トラック買取 */
.member_list_section_01 {
	width: 25%;
}
.member_list_section_02 {
	width: 35%;
}
.member_list_section_03 {
	width: 13%;
}
.member_list_section_04 {
	width: 13%;
}
.member_list_section_05 {
	width: 24%;
	text-align: center;
}
.member_detail_info {
	width: 92%;
	height: 100%;
	border: solid 1px;
	margin: 10px auto;
	padding: 5px 5px 5px 5px;
	border-radius: 3px;
}
.member_detail_info > li {
	word-break: break-all;
}
.member_detail_info > li {
	width: 100%;
}
.member_list_area_btn {
	width: 60%;
}
.member_list_narrow li {
	float: left;
	margin: 5px 5px 20px 0;
}
/* ラベル */
.list_label_1 {
	font-size: 1.1rem;
	background: #00ccff;
	border: 1px solid #fff;
	padding: 2px 4px;
	position: absolute;
	top: 5px;
	left: 5px;
	text-align: center;
	border-radius: 3px;
	color: #fff;
}
.list_label_2 {
	font-size: 1.1rem;
	background: #00cc00;
	border: 1px solid #fff;
	padding: 2px 4px;
	position: absolute;
	bottom: 5px;
	right: 5px;
	text-align: center;
	border-radius: 3px;
	color: #fff;
}
/* 車両詳細 **************************************************************************/
.track_detail_bg {
	background: -moz-linear-gradient(top, #f7f7f7 1%, #f7f7f7 98%, #ececec 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f7f7f7), color-stop(98%, #f7f7f7), color-stop(100%, #ececec)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f7f7f7 1%, #f7f7f7 98%, #ececec 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f7f7f7 1%, #f7f7f7 98%, #ececec 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f7f7f7 1%, #f7f7f7 98%, #ececec 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f7f7f7 1%, #f7f7f7 98%, #ececec 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ececec', GradientType=0 ); /* IE6-9 */
	border-radius: 5px;
	border: 1px solid #ddd;
	border-top: 5px solid #0e7ac3;
	float: left;
	width: 100%;
}
.track_detail_info {
	width: 92%;
	height: 100%;
	float: left;
	margin: 1% 4%;
}
.track_detail_info > li {
	word-break: break-all;
}
.track_detail_info > li > div > a {
	display: block;
	margin-top: 10px;
}
.track_detail_info > li > div > span {
	font-family: HelveticaNeueBold;
	display: block;
	margin-top: 5px;
}
.track_detail_info > li > div > span.ft_23 {
	display: inline-block;
	margin-right: 10px;
}
.track_detail_info > li > div > span.ft_35 {
	display: inline-block;
}
.track_detail_info > li > button {
	float: left;
	width: 100%;
}
.track_detail_info_btn {
	margin-top: 0;
}
.track_detail_info_url {
	height: 60px;
}
.track_detail_info_mailer {
	text-align: right;
	margin: 10px 0 25px;
}
#photoBox {
	padding: 20px 0;
	float: left;
}
.track_detail_list {
	width: 100%;
	float: left;
	margin: 40px 0;
	border: 1px solid #ddd;
}
.track_spec {
	display: table;
	width: 100%;
}
ul.track_spec li {
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
	border-bottom: 1px #CCCCCC solid;
}
.track_spec_title {
	font-weight: bold;
	text-align: right;
	background-color: #ebf0fa;
	white-space: nowrap;
	width: 125px;
}
.track_spec_contents {
	width: 148px;
}
.comment {
	width: 780px;
	border-bottom: 1px #CCCCCC solid;
}

.track_equip_list {
    width: 100%;
    float: left;
    margin: 40px 0;
    border: 1px solid #ddd;
}

.track_equip {
    display: table;
    width: 100%;
    box-sizing: border-box;
}

ul.track_equip li {
    display: block;
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding: 10px;
    border-bottom: 1px #CCCCCC solid;
    font-size: 1.6rem;
}
.track_detail_info_file {
	width: 100%;
	list-style: none;
}
.track_detail_info_file li {
	font-size: 2.2rem;
	display: inline-block;
	vertical-align: middle; /* li要素を上端揃えに */
	margin: 2%;
}
td.align_right {
	text-align: right;
}
.track_list_price {
	margin-top: 10px;
	padding: 4px;
	border: 2px solid #dddddd;
	font-size: 18px;
	text-align: right;
}
/* 新規車両登録 **************************************************************************/
.track_register_btn {
	width: 100%;
	margin: 30px 0;
	float: left;
}
.track_register_btn button {
	margin: 0 auto;
}
.track_register {
	width: 100%;
	float: left;
}
.track_register li {
	float: left;
	padding: 5px 0 5px;
	margin-right: 10px;
}
.track_register input {
	float: left;
	margin-top: 4px;
}
.track_register label {
	float: left;
	margin-bottom: 3px;
}
.track_register span {
	float: left;
	margin-top: -10px;
}
.registration_form td > input {
	max-width: 180px;
}
.registration_form td > input.url_form {
	max-width: 80%;
}
.input_long {
	width: 98%;
}
.registration_form th {
	width: 15%;
}
.track_register_txt {
	width: 60px;
}
.register_img {
	padding: 80px;
	margin: 20px 0 15px;
	background: #f5f5f5;
	border: 1px solid #d2d2d2;
	float: left;
	font-size: 2.0rem;
}
div#map_canvas {
	border: 1px solid #ccc;
	height: 280px;
	margin: 0 auto;
	text-align: center;
	width: 500px;
}
.remarks {
	width: 400px\9;
}
/* 車両詳細画像 **************************************************************************/
.photo_area {
	width: 100%;
	text-align: center;
	margin: 10px;
}
div#main_photo {
	width: 530px;
	height: 404px;
	margin: 3px 0px 0px 3px;
	float: left;
}
div#main_photo img {
	width: 530px;

}
ul#right_photo li {
	width: 130px;
	height: 97px;
	float: left;
	margin: 3px 0px 0px 3px;
	border: 1px solid #cfcfcf;
}
ul#right_photo img {
	width: 131px;
	}
.photoNotice {
	text-align: center;
	font-size: 1.6rem;
	width: 98%;
	margin: 20px 0;
	float: left;
}
ul#subphotos_bottom li {
	width: 129px;
	height: 97px;
	float: left;
	margin: 3px 0px 0px 3px;
	max-height: 97px;
	border: 1px solid #ddd;
}
ul#subphotos_bottom img {
	width: 130px;
	height: 97px;
}
ul#subphotos_bottom li.photoNotice {
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: center;
	font-size: 16px;
	overflow: hidden;
	background: #f1f1f1;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {/*width:100%;*/
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 800px;
	height: 640px;
	margin: auto;
	background: #ffffff;
	border: 8px solid #0e7ac4;
	zoom: 1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index: 98;
	box-shadow: rgb(255, 255, 255) 0px 0px 0px 5px;
	-webkit-box-shadow: rgb(255, 255, 255) 0px 0px 0px 5px;
	-moz-box-shadow: rgb(255, 255, 255) 0px 0px 0px 5px;
}
.flexslider .slides {
	background: #ffffff;
	margin-top: 40px;
	width: 800px;
	height: 600px;
}
.flexslider .slides img {
	width: 800px;
	
	background: #ffffff;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.flexslider .slides {
	zoom: 1;
}
.carousel li {
	margin-right: 5px;
}
.flex-direction-nav {
	list-style: none;
}
.flex-direction-nav a {
	text-decoration: none;
	background: rgba(255,255,255,0.6);
	padding: 8px;
}
.view-close {
	position: absolute;
	top: 0;
	width: 100%;
	height: 60px;
	text-align: right;
	z-index: 99;
	font-weight: bold;
	font-size: 40px;
	line-height: 40px;
	background-color: #0e7ac4;
	color: #FFFFFF;
}
.view-close a {
	text-decoration: none;
	margin: 10px 10px 0 0;
	float: right;
}
.flex-prev {
	position: absolute;
	top: 320px;
	left: 0;
	z-index: 99;
	font-weight: bold;
	font-size: 40px;
	border-radius: 0 5px 5px 0;
}
.flex-next {
	position: absolute;
	top: 320px;
	right: 0;
	z-index: 99;
	font-weight: bold;
	font-size: 40px;
	border-radius: 5px 0 0 5px;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
}
/* Control Nav */
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -50px;
	text-align: center;
	margin-bottom: 20px;
}
.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-paging li a {
	width: 15px;
	height: 15px;
	display: block;
	background: #ccc;
	background: rgba(33, 29, 29, 0.50);
	cursor: pointer;
	text-indent: -9999px; /*-webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; */
}
.flex-control-paging li a:hover {
	background: #1aa;
	background: rgba(0,66,255,0.7);
}
.flex-control-paging li a.flex-active {
	background: #1aa;
	background: rgba(0,66,255,0.7);
	cursor: default;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	opacity: 0.7;
	cursor: pointer;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}
