@charset "utf-8";

/*--- リセット ---*/
body, div, span, p, h1, h2, h3, h4, h5, h6,
form, fieldset, legend, /*input, select, option, textarea, */
table, th, td,
ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
}

/*--- タグ ---*/
body {
/*	background-color: #ececec;*/
	background-color: #fff;
	color: #333;
/*	font-size: 14px;*/
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;/*, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Geneva,Arial, Verdana, sans-serif;*/
	font-size: 15px;
}


input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

input, button, textarea, select {
	font-size: 100%;
}

h1 { font-size:    2em; }
h2 { font-size:  1.5em; }
h3 { font-size: 1.17em; }
h4 { font-size:    1em; }
h5 { font-size: 0.83em; }
h6 { font-size: 0.67em; }

h2 {
    display: block;
    font-size: 1.5em;
    /*
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    */
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
    margin-top:0px;
    margin-bottom:0px;
}

.h2{
	margin-top:0px;
    margin-bottom:0px;
}

img {
	border-style: none;
}

a {
	color: #36c;
}

a:hover {
	color: #ff5c04;
}

input[type="radio"] {
    margin: 3px 3px 0px 5px;
}

label{
	font-weight:normal;
}

input[type="checkbox"] {
    margin: 3px 3px 3px 4px!important;
}

.checkbox{
	margin-top:5px;
	margin-bottom:5px;
}


/*--- container ---*/
#container {
}

/*--- 適合表 ---*/
#content .matching table {
	border-collapse: collapse;
	color: #555;
	font-size: 13px;
	margin: 0 auto 0px;
	table-layout: fixed;
/*	width: 778px;*/
	width:100%;
/*	min-width: 408px;*/
	/*
		word-break : break-all!important;
		word-wrap : break-word!important;
	table-layout: fixed;
	*/
}

#content .matching caption {
/*	background-color: #444;*/
	border-left : 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top  : 1px solid #ccc;
	color: #fff;
    font-size: 15px;
    font-weight: bold;
	padding: 5px 5px 5px 10px;
	text-align: left;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);

	background: #CACFD2;
	background: -moz-linear-gradient(top,  #CACFD2 0%, #939BA0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #CACFD2), color-stop(100%, #939BA0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #CACFD2 0%, #939BA0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #CACFD2 0%, #939BA0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #CACFD2 0%, #939BA0 100%); /* IE10+ */
	background: linear-gradient(top,  #CACFD2 0%, #939BA0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CACFD2', endColorstr='#939BA0',GradientType=0); /* IE6-9 */
	zoom: 1;
}

#content .matching caption span {
	line-height: 26px;
}

#content .matching caption span span.left {
	float: left;
}

#content .matching caption span span.right {
	float: right;
}

#content .matching caption span span a img {
	margin-left: 10px;
	vertical-align: middle;
}

#content .matching th,
#content .matching td {
	border: 1px solid #ccc;
	padding: 6px;
/*
	word-break : break-all ;
word-wrap : break-word!important;
*/
/*white-space:pre-wrap;*/
white-space:normal;
word-wrap: break-word;
}

#content .matching th {
	background-color: #eee;
/*	width: 80px;*/
}

#content .matching td.center {
	text-align: center;
	width: 220px;
}

#content .matching td.center img {
	max-width: 200px;
}

#content .matching td.no {
	color: #f60;
	font-weight: bold;
	word-wrap:break-word;
}

#content .matching table p {
	background: url("/store/img/marker.gif") no-repeat 0 0;
	height: 15px;
	line-height: 15px;
	padding-left: 20px;
}

#content .matching table p span {
	color: #999;
	font-size: 11px;
}

#content .matching table table {
	margin: 5px auto 0;
	width: 100%;
}

#content .matching table table th,
#content .matching table table td {
	border: none;
	padding: 0
}

#content .matching table ul {
	list-style: none;
}

#content .matching table li {
	display: inline;
}

#content .matching table table li img {
	margin: 1px;
}

/*--- header ---*/
#header {
	background-color: #fff;
/*	border-bottom: 1px solid #e0e0e0;
	height: 90px;*/
}

#header h1 {
	float: left;
	width: 240px;
}

#header h1 a {
	background: url("/store/img/logo.png") no-repeat center;
	display: block;
	height: 45px;
	overflow: hidden;
	text-indent: -9999px;
	width: 240px;
}

#header p {
	bottom: 0;
	font-size: 13px;
	position: absolute;
	right: 0;
}

#header p a {
	margin-left: 1em;
}

#header p a img {
	vertical-align: text-bottom;
}

#header p span {
	font-weight: bold;
	margin: 0 5px;
}

#title {
	margin-top: 14px;
	position: relative;
}


/*
#guide {
	background: url("/store/img/menu.png") no-repeat 0 0;
	color: #fff;
	font-size: 13px;
	height: 32px;
	margin-top: 9px;
	width: 980px;
}

#guide ol {
	float: left;
	list-style: none;
}

#guide ul {
	float: right;
	list-style: none;
}

#guide li {
	float: left;
	height: 32px;
	line-height: 32px;
}

#guide ol li {
	background: url("/store/img/menu-icon.png") no-repeat 0 -32px;
	margin-left: 5px;
	padding-left: 20px;
}

#guide ol li.home {
	background: url("/store/img/menu-icon.png") no-repeat 10px 0;
	margin-left: 0;
	padding-left: 30px;
}

#guide ul li a {
	background: url("/store/img/menu.png") no-repeat 0 0;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

#guide ul li.help a    { background-position:    0px -32px; width: 100px; }
#guide ul li.account a { background-position: -100px -32px; width:  88px; }
#guide ul li.cart a    { background-position: -188px -32px; width:  89px; }
#guide ul li.help a:hover    { background-position: -277px -32px; }
#guide ul li.account a:hover { background-position: -377px -32px; }
#guide ul li.cart a:hover    { background-position: -465px -32px; }

#guide a {
	color: #fff;
	text-decoration: none;
}

#guide a:hover {
	text-decoration: underline;
}
*/
#plink{
	/*margin-left:15px;
	margin-right:15px;
	*/
	border-bottom:#eee 1px solid;
	margin-bottom:10px;
	/*
	margin-right:5px;
	*/
	background-color: #eee;
}

#plink li {
	float: left;
	height: 32px;
	line-height: 32px;
}
#plink ol {
	/*
	float: left;
	*/
	list-style: none;
	/*
	margin-left:-185px;
	*/
	clear: both;
}


#plink ol li {
/*	background: url("/store/img/menu-icon.png") no-repeat 0 -32px;*/
	margin-left: 5px;
/*	padding-left: 20px;*/
	font-size:14px;
	font-family: "meiryo","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",san-serif;
}

#plink ol li .glyphicon-home {
	margin-right: .5em;
}

#plink ol li.home {
	/*background: url("/store/img/menu-icon.png") no-repeat 10px 0;*/
	margin-left: 0;
	/*	padding-left: 30px;*/
}

#plink ol li a{
	font-size:14px;
	display:inline;
	font-family: "meiryo","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",san-serif;
	color: #777;
}

#plink ol li a:hover {
	color: #000;
	text-decoration: underline;
}

.dropdown-menu {
	padding-top:0px;
	padding-bottom:0px;
	min-width:200px;
}

.dropdown-title{background-color:#eee;padding: 10px 20px;border-bottom: 1px #999 solid;}
.dropdown-title h4{font-weight: 700;}
.dropdown-footer{background-color:#eee;border-top: 1px #999 solid;height:14px;}
.dropdown-cart{background-color:#eee;border-top: 1px #999 solid;height:60px;text-align:center;padding:5px}

.cart-image{margin:5px 10px; float:left;width:50px;}
.cart-text{margin-left:10px;margin-top:30px;}

/*--- content ---*/
#content {
/*	background: #ffffff;
/*	background: -moz-linear-gradient(top,  #ffffff 0%, #ececec 100%); /* FF3.6+ */
/*	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ececec)); /* Chrome,Safari4+ */
/*	background: -webkit-linear-gradient(top,  #ffffff 0%, #ececec 100%); /* Chrome10+,Safari5.1+ */
/*	background: -o-linear-gradient(top,  #ffffff 0%, #ececec 100%); /* Opera 11.10+ */
/*	background: -ms-linear-gradient(top,  #ffffff 0%, #ececec 100%); /* IE10+ */
/*	background: linear-gradient(top,  #ffffff 0%, #ececec 100%); /* W3C */
/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ececec',GradientType=0); /* IE6-9 */
/*	margin-top: 15px;*/
}

/*--- mode ---*/
#mode {
	font-size: 13px;
	margin-top: 20px;
	text-align: center;
}

#mode span {
	font-weight: bold;
	padding: 0 10px;
}

#mode a {
	border-right: 1px solid #888;
	color: #333;
	padding: 0 10px;
	text-decoration: none;
}

#mode a:hover {
	color: #f00;
	text-decoration: underline;
}

/*--- footer ---*/
/*
#footer {
	border-top: 3px solid #f39800;
	color: #606060;
	font-size: 11px;
	margin-top: 50px;
	padding: 0 0 20px;
}

#footer div.right {
	float: right;
}

#footer ul {
	float: right;
	list-style: none;
	margin-top: 13px;
}

#footer li {
	background: url("/store/img/footer-menu.png") no-repeat right 0;
	float: left;
	height: 15px;
	line-height: 15px;
	padding: 0 10px;
}

#footer li.last {
	background: none;
	padding-right: 0;
}

#footer li a {
	color: #606060;
	display: block;
	height: 15px;
	text-decoration: none;
}

* html #footer li a {
	white-space: nowrap;
	width: 0;
}

#footer li a:hover {
	color: #ff8041;
}

#footer li.contact a {
	background: url("/store/img/footer-menu.png") no-repeat 0 -45px;
	padding-left: 13px;
}

#footer li.contact a:hover {
	background-position: 0 -60px;
}

#footer li.login a {
	background: url("/store/img/footer-menu.png") no-repeat 0 -15px;
	padding-left: 13px;
}

#footer li.login a:hover {
	background-position: 0 -30px;
}

#footer p.iso {
	background-color: #f39800;
	clear: both;
	color: #fff;
	float: right;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.5em;
	margin-top: 5px;
	padding: 0 1em;
	white-space: nowrap;
}

#footer p.copyright {
	background: url("/store/img/footer.png") no-repeat 0 0;
	float: left;
	height: 29px;
	overflow: hidden;
	margin-top: 13px;
	text-indent: -9999px;
	width: 248px;
}

#footer p.address {
	float: right;
	line-height: 1.4em;
	padding-left: 84px;
}

#footer div.seal {
	clear: both;
	float: right;
}
*/



#footer { background-color: #f80; color: #fff; font-size: 11px; padding: 10px 20px 10px;margin-top:20px}
#footer p.copyright {
    background: url("/store/img/footer/logo_footer.png") no-repeat 0 0;
    background-size: cover;
    float: left;
    width: 100px;
    height: 20px;
    overflow: hidden;
    margin:5px 10px 0 0;
    text-indent: -9999px;
}
#footer p.address{ float: right; margin: 0; }


/*--- block ---*/
.block {
	margin: 0 auto;
	width: 980px;
}

/*--- paging ---*/
div.paging {
	color: #ccc;
	font-size: 13px;
	margin-bottom: 20px;
	text-align: center;
}

div.paging a,
div.paging span {
	padding: 0 2px;
}

div.paging span.current {
	color: #ff5c04;
	font-weight: bold;
}

div.paging a {
	text-decoration: none;
}

div.paging a:hover {
	text-decoration: underline;
}

/*--- guide-window ---*/
div.guide-window {
	background-color: #f2f2f2;
	border: 1px solid #ccc;
	font-size: 12px;
	/*left: 50%;*/
	right:5%;
	margin-left: 213px;
	position: absolute;
	top: 60px;
	width: 275px;

	-moz-box-shadow   : 0 5px 10px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
	box-shadow        : 0 5px 10px rgba(0, 0, 0, 0.25);

/*	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#999999');*/
}

div.guide-window h4 {
	padding: 10px;
}

div.guide-window ul {
	list-style: none;
}

/*--- help ---*/
#help-window {
/*	margin-left: 83px;*/
}

#help-window,
#account-window {
	padding-bottom: 20px;
}

#help-window ul,
#account-window ul {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding-bottom: 10px;
}

#help-window li,
#account-window li {
	padding: 10px 0 0 20px;
}

#help-window li a,
#account-window li a {
	color: #333;
	text-decoration: none;
}

#help-window li a:hover,
#account-window li a:hover {
	color: #36c;
	text-decoration: underline;
}

/*--- account ---*/
#account-window {
/*	margin-left: 171px;*/
}

/*--- cart ---*/
#cart-window {
/*	margin-left: 258px;*/
}

#cart-window ul {
	border-bottom: 1px solid #ccc;
}

#cart-window li {
	background-color: #fff;
	border-top: 1px solid #ccc;
	padding: 10px 0;
}

#cart-window .cart-image {
	float: left;
	text-align: center;
	width: 100px;
}

#cart-window .cart-text {
	float: left;
	width: 120px;
}

#cart-window .cart-nothing {
	text-align: center;
}

#cart-window .cart-button {
	padding: 10px;
}

#cart-window .cart-button a {
	border: 1px solid #090;
	color: #333;
	display: block;
	font-size: 12px;
	height: 25px;
	line-height: 25px;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	width: 118px;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	background: #00ff00;
	background: -moz-linear-gradient(top,  #00ff00 0%, #00cc00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00ff00), color-stop(100%, #00cc00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #00ff00 0%, #00cc00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #00ff00 0%, #00cc00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #00ff00 0%, #00cc00 100%); /* IE10+ */
	background: linear-gradient(top,  #00ff00 0%, #00cc00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00cc00',GradientType=0); /* IE6-9 */
	zoom: 1;

}

/*--- ステータス ---*/
#content #wrapper-container {
	position: relative;
}

#content #main-container {
/*	float: left;*/
	width: 778px;
}

#content #summary-container.floating {
	float: none;
	margin-left: 798px;
	position: fixed;
	right: auto;
	top: 0;
}

#content #summary-container.pinned-bottom {
	bottom: 0;
	top: auto;
}

#content #summary-container {
	background-color: #f2f2f2;
	border: 1px solid #ccc;
/*	float: left;*/
	font-size: 13px;
	margin-left: 20px;
	overflow: hidden;
	padding-bottom: 4px;
	position: absolute;
	top: 0px;
	right: 0;
	width: 180px;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#content #summary-container h2 {
	background: #2e4268 url("/store/img/summary/h2-bg.gif") repeat-x 0 0;
	border: none;
	color: #fff;
	font-size: 13px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);

	-moz-border-top-left-radius: 4px;
	-moz-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

#content #summary-car img {
	height: 120px;
	width: 160px;
}

#content #summary-product {
}

#content #summary-container dl {
	background-color: #fff;
}

#content #summary-container dt {
	border-top: 1px solid #ccc;
	font-weight: bold;
	padding: 10px;
}

#content #summary-container dd {
	text-align: center;
}

#content #summary-container dd span {
	display: block;
	margin-top: 10px;
	padding: 0 10px 10px;
	text-align: left;

	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%, #f2f2f2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0); /* IE6-9 */
	zoom: 1;
}

#content #summary-container dd span.custom {
	margin-top: 0;
	padding-bottom: 5px;
	background: #ffffff;
	filter: none;
}

#content #summary-container dd span.empty {
	height: 1em;
	margin: 0;
}

#content #summary-container dd span span {
	margin-top: 0;
	padding: 0;

	background: none;
	filter: none;
}

#content #summary-container dd #summary-price {
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	padding: 10px 10px 0;

	background: none;
	filter: none;
}

#content #summary-container dd #summary-button {
	text-align: center;
}

#content #summary-container dd .custom-guide {
	margin: 5px 0 10px 0;
	/*
	text-align: left;
	padding-left: 10px;
	*/
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%, #f2f2f2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0); /* IE6-9 */
	zoom: 1;
}

/*
#content #summary-container dd .custom-guide a {
	color: #36c;
	text-decoration: underline;
	font-size: 12px;
}
*/

#content #summary-container table {
	border-collapse: collapse;
	margin: 0 10px;
	width: 160px;
}

#content #summary-container th,
#content #summary-container td {
	padding: 2px 0;
	vertical-align: top;
}

#content #summary-container th {
	font-weight: normal;
	text-align: right;
	white-space: nowrap;
}

#content #summary-container td {
	text-align: left;
}

#content #summary-container td.img {
	padding-left: 4px;
	width: 45px;
}

#content #summary-container td img {
	height: 33.75px;
	width: 45px;
}

#content #summary-container .summary-goods th {
	text-align: left;
	white-space: normal;
}

#content #summary-container .summary-goods td {
	white-space: nowrap;
}

/*--- jquery alert ---*/
body #popup_container {
	color: inherit;
	font-family: inherit;
	font-size: 13px;
}

#popup_overlay {
	background-color: #000 !important;
}

#popup_message {
	padding: 0 !important;
}

#popup_message dl {
	list-style: disc outside none;
	padding-left: 1em;
}

#popup_message dt {
	display: list-item;
	font-weight: bold;
}

#popup_message dd {
	color: #555;
	padding-bottom: 1em;
}

#popup_message dd div {
	color: #8c8c8c;
	font-size: 11px;
	padding: 0.2em 0;
}


#menu { background-color: #eee;}
#menu a {display: block; text-align: center; padding: 10px 0; color: #777;}
.nav { font-size: 0.84em;}
.nav .en { font-size: 0.84em;}
.navbar { 
/*margin-bottom: 0;*/
	margin: 0px;font-family: "meiryo","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",san-serif;
	height:60px;
}
.navbar-default {background-color: #ffffff; border-width: 0;}
.navbar-brand {
	padding: 0;
	padding-left: 15px;
}
.navbar-default .navbar-brand {
	/* color: #ff8800;  */
	/* padding-top:7px; */
	/* padding-bottom:5px; */
	/* height: auto; */
	margin-top: -15px;
}
@media(max-width: 767px){
	.navbar-default .navbar-brand {
		margin-top: -5px;
	}
}
.navbar-default .navbar-brand img.header_logo_img {
	display: block;
	height: 50px;
}
.navbar-nav>li>a{ padding-top:7px;padding-bottom:5px}

#account{
	width: 300px;
    margin-left: auto;
    margin-right: 10px;
    text-align: right;
    margin-top: 5px;
	font-size: 0.84em;
}

#eleven-sns{
	line-height:20px;
}

/*--- clearfix ---*/
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}

.clearfix {
	display: inline-block;
}

.clearfix {
	display: block;
}
/*
.cart > .dropdown-menu{
	padding: 3px 20px;
	
}
*/

#fancybox-content, #fancybox-wrap {
 box-sizing: content-box;
}

.close{
	color:#333;
	font-weight:normal;
	opacity: 1;
}


#content .matching th.match-no-label {
	overflow:hidden;
}

#content .matching th.match-year-label {
	overflow:hidden;
}

#content .matching th.match-capa-label {
	overflow:hidden;
}

#content .matching th.match-model-label {
	overflow:hidden;
}

#content .matching th.match-grate-label {
	overflow:hidden;
}

#content .matching th.match-agree-label {
	overflow:hidden;
}

#content .matching th.match-pattern-label {
	overflow:hidden;
}

#content .matching th.match-noagree-label {
	overflow:hidden;
}

#content .matching th.match-notes-label {
	overflow:hidden;
}

#content .matching th.match-parts-label {
	overflow:hidden;
}

#content .matching th.match-noagree2-label {
	overflow:hidden;
}

#content .matching th.match-price-label {
	overflow:hidden;
}



#content .matching th.match-no-label:after {
	content:"　品番";
}

#content .matching th.match-year-label:after {
	content:"　年式";
}

#content .matching th.match-capa-label:after {
	content:"　定員";
}

#content .matching th.match-model-label:after {
	content:"　型式";
}

#content .matching th.match-grate-label:after {
	content:"　グレード";
}

#content .matching th.match-agree-label:after {
	content:"　形状";
}

#content .matching th.match-pattern-label:after {
	content:"　パターン";
}

#content .matching th.match-noagree-label:after {
	content:"　不可";
}

#content .matching th.match-notes-label:after {
	content:"　備考";
}

#content .matching th.match-parts-label:after {
	content:"　パーツ点数";
}

#content .matching th.match-noagree2-label:after {
	content:"　不可";
}

#content .matching th.match-price-label:after {
	content:"　価格";
}


@media(max-width: 1100px){
    .caution{text-align:left;}
    #sel-seat .list-thum{
		height: 50px;
    	margin-right: 50px;
    	float:right
	}
}


@media(max-width: 850px){
/*
    .caution{text-align:left;}
    #sel-seat .list-thum{
		height: 50px;
    	margin-right: 5px;
    	float:right
	}
*/
}


@media(max-width: 840px){
/*    .caution{text-align:left;}*/
}


@media(max-width: 800px){
/*
    #menu {padding:20px  0;}
    #menu ul {text-align: center;}
    #menu ul li {padding: 0 1vw; font-size: 2.5vw;}
    #menu .home {float: none; padding: 0 10px 10px;}
    .paging-pageno{display:none;}
    
    .paging-num{display:none!important;}
    
    .table-responsive{
	overflow-x: auto;
	}
	.table-responsive::-webkit-scrollbar {
	  height: 15px;
	}
	.table-responsive::-webkit-scrollbar-track {
	  border-radius: 5px;
	  background: #eee;
	}
	.table-responsive::-webkit-scrollbar-thumb {
	  border-radius: 5px;
	  background: #aaa;
	}
*/	
/*	
	#sel-seat::-webkit-scrollbar {
	  width: 15px;
	}
	#sel-seat::-webkit-scrollbar-track {
	  border-radius: 5px;
	  background: #eee;
	}
	#sel-seat::-webkit-scrollbar-thumb {
	  border-radius: 5px;
	  background: #aaa;
	}
	
	#sel-seat .list-thum{
		height: 50px;
    	margin-right: 5px;
    	float:right
	}
*/


}

@media(min-width: 768px){
	.help:hover .dropdown-menu{
	  display: block;
	}

	.account:hover .dropdown-menu{
	  display: block;
	}
	
	#gnavi-mb{
		display:none!important;
	}

	#content .matching th.match-no-label {text-indent: 0px;}
	#content .matching th.match-no-label:after {display: none;}
	
	#content .matching th.match-year-label {text-indent: 0px;}
	#content .matching th.match-year-label:after {display: none;}
	
	#content .matching th.match-capa-label {text-indent: 0px;}
	#content .matching th.match-capa-label:after {display: none;}
	
	#content .matching th.match-model-label {text-indent: 0px;}
	#content .matching th.match-model-label:after {display: none;}
	
	#content .matching th.match-grate-label {text-indent: 0px;}
	#content .matching th.match-grate-label:after {display: none;}
	
	#content .matching th.match-agree-label {text-indent: 0px;}
	#content .matching th.match-agree-label:after {display: none;}
	
	#content .matching th.match-pattern-label {text-indent: 0px;}
	#content .matching th.match-pattern-label:after {display: none;}
	
	#content .matching th.match-noagree-label {text-indent: 0px;}
	#content .matching th.match-noagree-label:after {display: none;}
	
	#content .matching th.match-notes-label {text-indent: 0px;}
	#content .matching th.match-notes-label:after {display: none;}
	
	#content .matching th.match-parts-label {text-indent: 0px;}
	#content .matching th.match-parts-label:after {display: none;}
	
	#content .matching th.match-noagree2-label {text-indent: 0px;}
	#content .matching th.match-noagree2-label:after {display: none;}

	#content .matching th.match-price-label {text-indent: 0px;}
	#content .matching th.match-price-label:after {display: none;}
	
	#content .matching th.match-manual-label {text-indent: 0px;}
	#content .matching th.match-manual-label:after {display: none;}

}


@media(max-width: 767px){
    /*
    #sel-seat .list-thum{
		height: 50px;
    	margin-right: 30px;
    	float:right
	}
	*/
	.navbar{height:70px;}
	/*.summary{width:auto;}*/
	#gnavi-mb{
	    background-color: #eee;
	    z-index: 9999!important;
	    position: relative;
	}
	/*
	#plink ol{margin-left:30px;}
	*/
	
	#content .matching th.match-no-label {text-indent: -70px;}
	#content .matching th.match-year-label {text-indent: -70px;}
	#content .matching th.match-capa-label {text-indent: -70px;}
	#content .matching th.match-model-label {text-indent: -70px;}
	#content .matching th.match-grate-label {text-indent: -71px;}
	#content .matching th.match-agree-label {text-indent: -70px;}
	#content .matching th.match-pattern-label {text-indent: -71px;}
	#content .matching th.match-noagree-label {text-indent: -70px;}
	#content .matching th.match-notes-label {text-indent: -70px;}
	#content .matching th.match-parts-label {text-indent: -85px;}
	#content .matching th.match-noagree2-label {text-indent: -70px;}
	#content .matching th.match-price-label {text-indent: -70px;}
	
	
	/*
	#content .matching th.match-no-label {text-indent: 0px;}
	#content .matching th.match-no-label:after {display: none;}
	
	#content .matching th.match-year-label {text-indent: 0px;}
	#content .matching th.match-year-label:after {display: none;}
	
	#content .matching th.match-capa-label {text-indent: 0px;}
	#content .matching th.match-capa-label:after {display: none;}
	
	#content .matching th.match-model-label {text-indent: 0px;}
	#content .matching th.match-model-label:after {display: none;}
	
	#content .matching th.match-grate-label {text-indent: 0px;}
	#content .matching th.match-grate-label:after {display: none;}
	
	#content .matching th.match-agree-label {text-indent: 0px;}
	#content .matching th.match-agree-label:after {display: none;}
	
	#content .matching th.match-pattern-label {text-indent: 0px;}
	#content .matching th.match-pattern-label:after {display: none;}
	
	#content .matching th.match-noagree-label {text-indent: 0px;}
	#content .matching th.match-noagree-label:after {display: none;}
	
	#content .matching th.match-parts-label {text-indent: 0px;}
	#content .matching th.match-parts-label:after {display: none;}
	
	#content .matching th.match-noagree2-label {text-indent: 0px;}
	#content .matching th.match-noagree2-label:after {display: none;}
	*/
}

@media(max-width: 500px){
    #menu ul li {padding: 0 0.5vw; font-size: 4vw;}
/*
    .summary{width:auto;}
    .search-button{text-align:center;}
    .sel-button{text-align:center;}
        
    #sel-seat .list-thum{
		height: 50px;
    	margin-right: 30px;
    	float:right
	}
*/
	.navbar{height:70px;}
}

/* loading */
#loading_box {
	width: 100%;
	height: 100%;
	background: #333;
	opacity: 0.6;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
}
#loading_box img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX( -50% ) translateY( -50% );
	width: 66px;
}

