@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; */
	position: relative;
}
.NewsDisp li .arrow-right{ position: absolute; right: 8px; top: 8px;}

.NewsImg{
	width:35%;
	border:1px solid #CCC;
	float:left;
}
.NewsImg img{
	padding:2px;
	border:1px solid #dbdbdb;
}
.NewsTxt{
	width:62%;
	float:right;
	margin:0 0 0 5px;
}
.NewsTxt h3 a{
	text-decoration:underline;
	display: block;
	width: 100%;
	margin-bottom: 5px;
}


/* 詳細 */
#VOLTT{
	background-color:#ffc24c;
	height:30px;
	font-size:14px;
	text-align:center;
	color:#FFF;
	margin:10px 0 0 0;
	line-height:30px;
	padding:3px 10px;
	border-radius:5px 5px 0 0;
	text-shadow:0px 0px 3px #aa5c00;
}
#DetailTop{
	border:solid #ffc24c;
	border-width:0 4px 4px;
	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;
}


/* テキスト */
.txtTT{
	font-size:14px;
	color:#613d17;
	border-bottom:2px dotted #e2dbc5;
	border-top:2px dotted #e2dbc5;
	padding:10px 5px;
	margin:0 0 5px;
	line-height:1.2em;
	font-weight: normal;
	text-align:center;
}
.block{
	padding:0px 0 10px;
}
.blockTxt{

	padding:10px;
	line-height:1.4em;
}



.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;
}
