@charset "shift_jis";
/*********************************************/
/*　　　　　　　特集ページ用CSS　　　　　　　*/
/*********************************************/
* {
	margin:0;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
html {
	background-color:#FFEDC3;
	background-image:url(img/bg.png);
	background-repeat:repeat-y;
	background-size:100% auto;
	-moz-background-size:100% auto;
	background-position:center top;
}
body {
	background-color:transparent;
	color:#333;
	font-size:16px;
}
/*** マーキー ***/
marquee {
	margin-bottom:4px;
	padding:6px 0;
	background-color:#000;
	color:#FFF;
	font-size:16px;
	line-height:1.0;
}
/*** TOPリンクリスト ***/
.iPhoneBody {
	background-color:transparent;
}
.panel {
	display:none;
	position:absolute;
	width:100%;
}
.active {
	display:block;
}
.iPhoneULIndex li {
	padding:0 10px;
	border-bottom:solid 1px #8E7E59;
	overflow:hidden;
	background-color:transparent;
	line-height:1.1;
}
.iPhoneULIndex li:last-child {
	border-bottom:solid 4px #8E7E59;
}
.iPhoneULIndex a {
	text-decoration:none;
	display:block;
	padding:15px 14px 15px 0;
	background:url(img/trainav.png) right center no-repeat;
}
/*** リード ***/
.lead {
	padding:16px 8px;
	text-align:left;
}
/*** 見出し ***/
.sectionTitle {
	padding:8px 0;
	background-color:#8E7E59;
	color:#FFF;
	text-align:center;
	border-bottom:solid 1px #8E7E59;
	font-size:18px;
	line-height:1.0;
}






