/* 「年末年始スペシャル」専用CSS */


/*****↓使用中↓******/

html {
	/* 背景色の指定 */
	background-color: #C00;
}


body {
	-webkit-text-size-adjust: none;
	font-family: HiraKakuProN-W3;
	line-height: 1.25;
	font-size: 18px;
	color: #FFF;
	background-color: #C00;
	/* 背景画像の指定 */
	background-image: url(img/bg.png);
	background-repeat: repeat;
}


marquee {
	background-color: #CC9933;
	font-size: 16px;
	color: #FFF;
	/*text-align: center;*/
	padding: 4px 0;
}


.period {
	background-color: #CC9933;
	font-size: 16px;
	text-align: center;
	padding: 4px 0;
}


.iPhoneULIndex li {
	padding: 0 10px;
	overflow: hidden;
	background-color: transparent;
	border-bottom: solid 1px #CC9933;
}


.iPhoneULIndex a {
	/* リスト部分の「>」この画像の変更 */
	text-decoration: none;
	color: #FF0;
	/*-webkit-tap-highlight-color: rgba(2, 109, 236, 0.9);*/
	display: block;
	padding: 12px 0;
	background: url(img/trainav.png) right center no-repeat;
}


.iPhoneULIndex a img {
	width: 64px;
	display: block;
	float: left;
	margin-bottom: 12px;
}


.menu {
	/*font-size: 16px;*/
	color: #FF0;
	margin-left: 68px;
	margin-right: 12px;
	line-height: 1.0;
}


.caption {
	font-size: 12px;
	color: #FFF;
	margin-left: 68px;
	margin-right: 12px;
}

/*****↑使用中↑******/
