/* 「GWスペシャル」専用CSS */

html {
	background-color:#FF0;
}
body {
	-webkit-text-size-adjust:none;
	font-family:HiraKakuProN-W3;
	line-height:1.25;
	font-size:18px;
	background-color:#FF0;
}
/* マーキー */
marquee {
	background-color:#F00;
	font-size:16px;
	color:#FFF;
	padding:2px 0;
}
/* メインリンク */
.menuLink li {
	border-bottom:solid 1px #C0C0C0;
	text-align:left;
	/*line-height:1.1;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;*/
	background:-webkit-gradient(linear, left top, left bottom, color-stop(50%,#FFF), color-stop(100%,#EFEFEF));
	background-color:#FFFFFF;
}
.menuLink li a {
	display:block;
	text-decoration:none;
	padding:8px 16px 8px 8px;
	/*white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	background:url(img/trainav.png) right center no-repeat;*/
	background:url(img/arrow.png) right center no-repeat;
}
/* 更新日 */
.daytext {
	font-size:14px;
	color:#000;
}
/* 機種名 */
.daytext2 {
	font-size:14px;
	color:#F00;
}
/* 仕切り項目 */
.bnTitleP {
	background:-webkit-gradient(linear, left top, left bottom, from(#03F), to(#00197F));
	background-color:#03F;
	color:#FFF;
	font-size:18px;
	text-align:center;
	padding:6px 0;
}
.bnTitleS {
	background:-webkit-gradient(linear, left top, left bottom, from(#390), to(#194C00));
	background-color:#390;
	color:#FFF;
	font-size:18px;
	text-align:center;
	padding:6px 0;
}
/* アンカーボタン */
.anchorBox {
	margin:16px 0;
	/*padding:8px 0;*/
	text-align:center;
	font-size:16px;
	float:none;
}
.anchorLink {
	margin:0px 6px;
	width:120px;
	text-align:center;
	background:-webkit-gradient(linear, left top, left bottom, from(#FFCC00), to(#FF8C00));
	background-color:#F90;
	/*border:solid 1px #999;*/
	-webkit-box-shadow:0px 0px 5px #BFBF00;
	box-shadow:0px 0px 5px #BFBF00;
	border-radius:8px;
	display:inline-block;
}
.anchorLink a {
	color:#00F;
	display:block; 
	padding:4px 8px;
	border-radius:8px;
}
.contentsBox {
	padding:16px 8px;
}
.footer {
	/*margin-top:8px;*/
	padding:10px 0;
	border-top:solid 2px #FC0;
	text-align:center;
	font-size:16px;
	
}


