@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;
	display:block;
	background-color:#ffda32;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow:0px 2px 0px rgba(187,157,21,1);
	display:inline-block;
	padding:7px 10px;
	text-align:center;
	line-height:1em;
	text-decoration: none;
	font-weight:normal;
	float:right;
	margin:0 0 15px;
}

/* イベント */
.NewsDisp{
	border:solid #cfcfcf;
	border-width:0 1px 1px;
	padding:5px 5px;
}
.NewsDisp li{
	padding:5px 5px 8px;
	border-bottom:1px dotted #cccccc;
	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{
	border:solid #cfcfcf;
	border-width:0 1px 1px;
	padding:5px 5px;
}
#VOLTT{
	border-bottom:2px dotted #ff0000;
	padding:5px 2px;
	margin:0 0 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/main/link_bck.gif);
	background-repeat: repeat;
	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;
}
