@charset "shift_jis";
/*********************************************/
/*　　　　　　　特集ページ用CSS　　　　　　　*/
/*********************************************/
html, body {
	background-color:#E4F9E2;
	background-image:url(img/bg.png);
	background-repeat:repeat;
	color:#000;
	font-size:17px;
}
/*** マーキー ***/
marquee {
	padding:4px 0;
	background-color:#FF3;
	color:#000;
	font-size:16px;
	line-height:1.0;
}
/*** 更新情報 ***/
.newinfo {
	padding:6px;
	font-size:14px;
	text-align:center;
	background-color:#FF3;
	color:#000;
}
.newinfo a {
	font-size:16px;
}
/*** TOPリンクリスト ***/
.iPhoneBody {
	background-color:transparent;
}
.panel {
	display:none;
	position:absolute;
	width:100%;
}
.active {
	display:block;
}
.iPhoneULIndex li {
	padding:0 10px;
	border-bottom:solid 1px #FF3;
	overflow:hidden;
	background-color:transparent;
}
.iPhoneULIndex a {
	text-decoration:none;
	display:block;
	padding:15px 14px 15px 0;
	background:url(img/trainav.png) right center no-repeat;
}
.iPhoneULIndex li.nolink {
	text-decoration:none;
	padding:15px 10px 15px 10px;
	background:none;
	color:#666;
}
/*** 画像サイズ ***/
.iPhoneULIndex li img {
	width:60px;
	margin-right:4px;
	margin-bottom:2px;
}
/*** 画像と文字を縦方向の中央揃えにする ***/
ul p {	
	display:table-cell;
	vertical-align:middle;
}
/*** リード ***/
.lead {
	color:#000;
	font-size:12px;
	line-height:1.1;
	text-align:left;
}
.small {
	font-size:17px;
}
/*** リンクボタン ***/
.linkButton {
	margin:2px 16px;
	text-align:center;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#FD0), color-stop(100%,#FA0));
	background-color:#FD0;
	border:outset 2px #999;
	-webkit-border-radius:8px;
	border-radius:8px;
	font-size:18px;
	line-height:18px;
}
.linkButton a {
	display:block;
	padding:8px 0;
	border-radius:8px;
	color:#00F;
}
.linkButton_nonlink {
	margin:2px 16px;
	padding:8px 0;
	color:#666;
	font-size:18px;
	line-height:18px;
	border:outset 2px #999;
	background:none;
	background-color:#CCC;
	-webkit-border-radius:8px;
	border-radius:8px;
	-moz-opacity:0.6;
	opacity:0.6;
}
