@charset "utf-8";
/* CSS Document */

#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:1px dotted #c2af9e;
	cursor:pointer;
	background-image:url(../../common/images/Arrow.gif);
	background-repeat:no-repeat;
	background-position:97% 50px;
}
.NewsImg{
	float:left;
	margin:0 0px 0 0;
}
.NewsImg img{
	padding:2px;
	border:1px solid #dbdbdb;
}

.NewsTxt{
	float:left;
	margin:0 0 0 5px;
}
.NewsDisp li h3{
	background-color:#fffdc1;
	padding:3px 10px;
	font-weight:bold;
	margin:0 0 3px;
}
.NewsDisp li h3 a{
	font-size:14px;
}
.NewsDisp li p{
	padding:0 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:240px;
	height:180px;
	margin:10px auto 0;
}
.block{
	border-top:3px dotted #ffe4c1;
	padding:10px 0 10px;
	margin:10px 0 0 0;
}
.blockTxt{
	padding:0 10px 5px;
	line-height:1.4em;
}

.MoreBt{
	margin:10px auto;
	width:95%;
	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%;
	height:40px;
	border:1px solid #cdcdcd;
	line-height:40px;
	font-size:15px;
	border-radius:5px 5px;
	text-shadow:1px 1px 0 #FFF;
	font-weight:bold;
	color:#545454;
	text-align:center;
}
/*　　*/
.DetailIn_img{
	width:240px;
	margin:0 auto 5px;
}
.DetailIn{
	padding:0;
	border:1px solid #e4dfce;
	border-radius:5px;
	background-color:#f4eee3;
	display:none;
}
.DetailIn li{
	margin:0 0 0;
	border-top:1px dashed #e4dfce;
	padding:10px 0;
}
.DetailIn li:first-child{
	border-top:none;
}
