@charset "utf-8";
/* CSS Document */
#SubTT{
	border-bottom:3px double #633922;
	padding:7px 7px 7px 10px;
	margin:0 0 2px;
	background-image: url(../../index/images/whiteB.png),-moz-linear-gradient(left top , #e7e4db 0% , #fefefe 100%);
	background-image: url(../../index/images/whiteB.png),-webkit-gradient(linear, left top, left bottom, color-stop(0, #e7e4db),  color-stop(1, #fefefe));
	background-repeat:repeat-x,repeat;
	background-size:1px , 100%;
	background-position:left 1px,left top;
	font-size:14px;
}

.sub_TT{
	background-image: url(../../common/images/whiteB.png),-moz-linear-gradient(center top, #e5e5e5 0% , #fefefe 100%);
	background-image: url(../../common/images/whiteB.png),-webkit-gradient(linear, left top, left bottom, color-stop(0, #e5e5e5),  color-stop(1, #fefefe));
	background-repeat:repeat-x,repeat;
	background-size:1px , 100%;
	background-position:left 1px,left top;
	font-size:14px;
	height:45px;
	line-height:45px;
	border-top:1px solid #c3c3c5;
	border-left:1px solid #c3c3c5;
	border-right:1px solid #c3c3c5;
	border-bottom:1px solid #d72e32;
	color:#272727 !important;
	text-shadow:1px 1px 0 #FFF;
	padding:0 0 0 10px;
	margin:5px 3px 0;
	border-radius:5px 5px 0 0;
}

#mainImages{
	height: auto;
	border-bottom:1px solid #c3c3c3;
	margin:0 !important;
}

/* contents */
#contents{
	width:100%;
}
.f11{
	font-size:11px !important;
}
.price{
	background-color:#fffdc1;
	margin:0 5px;
	padding:7px;
	text-align: right;
	margin:5px 0 0 0;
}
.price span{
	color:#F00;
	font-weight: bold;
	font-size:18px;
	margin:0 0 0 10px;
}
/* 基本情報 */
.carDtlTable {
	margin:0 3px 0;
	font-size:0.9em;
	/*border-collapse: separate;
	border-spacing: 2px 2px;*/
	margin:0px 3px 5px;
	border-bottom:1px solid #c3c3c5;
	border-left:1px solid #c3c3c5;
	border-right:1px solid #c3c3c5;
	border-radius:0 0 5px 5px;
}
.carDtlTable th{
	line-height:1.4em;
	font-weight:bold;
	width:40%;
	background-image:-moz-linear-gradient(left top, #ffdcdc 0% , #fff2f2 100%);
	background-image:-webkit-gradient(linear, left top, right top, color-stop(0, #ffdcdc),  color-stop(1, #fff2f2));
	color:#6b4125;
	text-shadow:0 1px #FFF;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:7px 0;
	text-align:center;
}
.carDtlTable td{
	padding-left:5px;
	border-top:1px solid #ccc;
}
/* カラー */
#color {
	padding:0px;
	border-bottom:1px solid #c3c3c5;
	border-left:1px solid #c3c3c5;
	border-right:1px solid #c3c3c5;
	border-radius:0 0 5px 5px;
	margin:0px 3px 5px;
}
#color li {
	text-align:left;
	line-height:1.5em;
	border-bottom:1px dashed #c2c2c4;
	padding:7px;
}
#color li:last-child{
	border-bottom:none;
}

.Red{
	color:#d5000f;
	margin:0 7px 0 0;
}


/* 問い合せ
a.mailBt,a.telBt{
	position:relative;
	background:-moz-linear-gradient(left top ,#FFF 0% ,#f7f5f5 10% , #dfdfdf 100%);
	background:-webkit-gradient(linear, left top, left bottom,color-stop(0, #FFF),color-stop(0.1, #f7f5f5), color-stop(1, #dfdfdf));
	border:1px solid #d5d5d5;
	box-shadow:1px 1px 0 #999;
	width:95%;
	display: table;
	color:#603824;
	margin:10px auto;
	border-radius: 5px;  
	-webkit-border-radius: 5px;  
	-moz-border-radius: 5px;
	text-shadow:0 1px #FFF;
	height:55px;
}
.MailIcon,.TelIcon,.MailTxt,.TelTxt{
	display:table-cell;
	height:55px;
}
.MailIcon,.TelIcon{
	width:20%;
	text-align:center;
	vertical-align: bottom;
}
.MailTxt,.TelTxt{
	width:80%;
	vertical-align: middle;
	padding:5px 0 0 0;
}
a.mailBt span,a.telBt span{
	font-weight:bold;
	color:#6c3808;
}
.mailTxt2{
	color:#e84e6f !important;
	font-size:16px;
}
.telTxt2{
	color:#e56c00 !important;
	font-size:16px;
}
.mailTxt3,.telTxt3{
	font-size:12px;
} */
a.mailBt{
	border-radius:5px;
	background-color:#ffda32;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow:0px 2px 0px rgba(187,157,21,1);
	height:45px;
	line-height:45px;
	text-decoration: none;
	font-size:14px;
	font-weight: bold;
	width:95%;
	text-align:center;
	margin:auto;
	display: block;
}

a.telBt{
	border-radius:5px;
	background-color:#ea4c32;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow:0px 2px 0px rgba(139,39,23,1);
	height:45px;
	line-height:45px;
	text-decoration: none;
	font-size:14px;
	font-weight: bold;
	width:95%;
	text-align:center;
	margin:10px auto;
	display: block;
	color:#FFF;
	text-shadow:1px 1px #c74619;
}

