@charset "utf-8";
/* CSS Document */

.TopTT{
	text-align:center;
	background-image:url(../../index/images/dot.png);
	background-repeat:repeat-x;
	background-size:80px;
	background-position:left center;
	margin:15px 10px 5px;
}
.TopTT span{
	background-color:#FFF;
	padding:0 7px;
}



#BackBt{
	width:60px;
	height:18px;
	line-height:18px;
	display:block;
	background: url(/sp/index/images/whiteB.png),-moz-linear-gradient(left top , #dadada 0% , #cdcdcd 100%);
	background: url(/sp/index/images/whiteB.png),-webkit-gradient(linear, left top, left bottom, color-stop(0, #dadada), color-stop(1, #cdcdcd));
	background-repeat: repeat-x, repeat;
	background-position: left top, left top;
	background-size: 1px,100%;
	border:1px solid #cdcdcd;
	font-size:15px;
	border-radius:5px 5px;
	text-shadow:1px 1px 0 #FFF;
	font-weight:bold;
	color:#545454;
	text-align:center;
	padding:5px 10px;
	float:right;
}
/* イベント */
.NewsDisp{
	margin:0 0 0px;
	padding:5px 0 0 0;
}
.NewsDisp li{
	padding:5px 5px 8px;
	border-bottom:2px solid #e2dbc5;
	cursor:pointer;
	background-image:url(../../common/images/Arrow.gif);
	background-repeat:no-repeat;
	background-position:97% center;
}
.NewsImg{
	width:35%;
	border:1px solid #CCC;
	float:left;
	padding:2px;
}
.NewsImg img{
}
.NewsTxt{
	width:55%;
	float:left;
	margin:0 0 0 5px;
}
.NewsTxt h3 a{
	text-decoration:underline;
}


/* 詳細 */
#DetailTop{
	background-color:#FFF;
	padding:5px 0 0 0;
	border-radius:0 0 5px 5px;
}
.DetailTopImg{
	width:95%;
	margin:0 auto;
}

.DetailIn_img{
	width:255px;
	margin:0 auto 5px;
}
.DetailIn{
	margin:0;
	padding:0;
}
.DetailIn li{
	margin:0 0 0;
	border-top:1px solid #c2af9e;
	padding:10px 0;
}
.DetailIn li:first-child{
	border-top:none;
}
#nousha_data{
	width:95%;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	margin:15px auto 20px;
}
#nousha_data th{
	background-image: url(../../../newcar/images/detail/kihon_Th.gif);
	background-repeat: repeat-y;
	padding:5px ;
	width:60px;
	border-top:1px solid #FFF;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align:center;
}
#nousha_data td{
	padding:5px;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align:left;
	background-color:#FFF;
}
.eventTxt{
	margin:10px 5px 0;
}
.eventTxt dt{
	background-image:url(/common/images/arrow_icon_pink.gif);
	background-repeat:no-repeat;
	background-position:5px center;
	padding:0 0 0 15px;
	font-weight:bold;
	border-bottom:1px solid #CCC;
	font-size:14px;
}
.eventTxt dd{
	margin:5px 0 25px;
	padding:0 0 0 15px;
}
.MoreBt{
	background:-moz-linear-gradient(left top ,#ffffff 0% , #b6b6b6 5% , #686868 100%) !important;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff),color-stop(0.05, #b6b6b6), color-stop(1, #686868)) !important;
	height:40px;
	line-height:40px;
	color:#FFF;
	font-weight:bold;
	width:95%;
	margin:5px auto;
	display:block;
	border-radius:5px;
	text-align:center;
	text-shadow:0 1px #333;
	font-size:13px;
}

/* 詳細 */
/* 納車式詳細 */
.EventTT_h3{
	text-align:center;
	padding:5px;
	border-bottom:2px solid #900;
}
#DetailImg{
	width:80%;
	margin:5px auto;
}
#ImgArea{
	width:80%;
	margin:5px auto 0;
}
.EventText{
	width:95%;
	margin:5px auto 5px;
}
.BackBt{
	width:150px;
	height:18px;
	line-height:18px;
	padding:3px 0;
	border:1px solid #616161;
	border-radius:3px;
	float:right;
	display:block;
	text-align:center;
	color:#616161;
	margin:0 5px 20px 0;
}
