/* ガチ実戦in三重年越し39時間オールナイト特別編 専用CSS */

html {
	/* 背景色の指定 */
	background-color: #000;
	/* 背景画像の指定
	background-image: url(img/hade-bg.jpg);
	background-repeat: repeat; */
}


body {
	-webkit-text-size-adjust: none;
	font-family: HiraKakuProN-W3;
	line-height: 1.25;
	font-size: 18px;
	color:#FFF;
	background-color: #000;
}


.iPhoneBody {
	background-color: #000;
}


/* リスト部分全体 */
.iPhoneULIndex li {
	padding: 0 10px;
	overflow: hidden;
	background-color: transparent;
	border-bottom: solid 1px #D9D9D9;
}


.iPhoneUL a,
.iPhoneULIndex a,
.iPhoneDL a {
	/* リスト部分の「>」この画像の変更 */
	text-decoration: none;
	color: #39F;
	/*-webkit-tap-highlight-color: rgba(2, 109, 236, 0.9);*/
	display: block;
	padding: 15px 0;
	background: url(img/trainav.png) right center no-repeat;
}

/* マーキー */
marquee {
	background-color: #686261;
	font-size: 14px;
	color: #FFF;
	/*text-align: center;*/
	padding-top: 6px;
	padding-bottom: 2px;
}

/* テキスト */
.text {
	font-size: 16px;
	text-align: left;
	padding: 2px 8 4 8;
}

/* 文言あおり */
.text-s {
	font-size: 14px;
	padding: 8px 4 8 4;
	color: #999;
}

/* 文言あおり */
.aori-s {
	font-size: 14px;
	padding: 2px 0 0 0;
	color: #000;
}

.aori04 {
	font-size: 16px;
	text-align: center;
	color: #FFF;
	padding-top: 6px;
	padding-bottom:6px;
	background-color:#FFF;
}

.aori04 a {
	color:#0000FF;
	display: block;
	font-size: 16px;
}

.aori05 {
	font-size: 16px;
	text-align: center;
	color: #FFF;
	padding-top: 8px;
	padding-bottom:6px;
	background-color:#FFF;
}

.aori05 a {
	display: block;
	font-size: 16px;
}

/* 質問フォーム */
body form {
	text-align: center;
	font-size: 16px;
	padding-top: 10px;
}


/* 質問フォームボタン */
/*.submit_button {
	color: #FF0;
	font-size: 18px;
	text-align: center;
	border: outset 2px #FB0;
	border-top: 2px solid #FC0;
	border-right: 2px solid #F90;
	border-bottom: 2px solid #F90;
	border-left: 2px solid #FC0;
	border-radius: 8px;
	padding: 4px 0;
	width: 280px;
	背景色にグラデーションをかける
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FF6600), to(#FF6600));
	background-color: #FF6600;
}*/
.submit_button {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,48,25,1)), color-stop(100%,rgba(207,4,4,1)));
	/*background-color:#F60;*/
	color:#FFF;
	font-size:20px;
	line-height:16px;
	text-align:center;
	border:outset 2px #999;
	padding:6px 0;
	margin-top:4px;
	width:280px;
}

.submit_button a {
	display: block;
	font-size: 20px;
	color: #FF0;
	text-decoration:none;
	padding-top: 2px;
	padding-bottom: 2px;
}

.jissen-d {
	color: #FFF;
	padding:6px;
	text-align:center;
	font-size:18px;
	text-shadow:0 1px 1px #000;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(238,115,0,1)), color-stop(100%,rgba(255,241,0,1)));
	/*background-color:#FFFF00;*/
}
.jissen-t {
	margin-bottom:20px;
}
.jissen-t a {
	line-height:1.1;
}
.jissen-t a img {
	border-style:none;
	text-decoration: none;
}
.tenpo {
	padding: 5px;
	background-color: #FFF;
	font-size: 22px;
	text-align:center;
}
.name {
	padding:4px 0;
	color: #fc58fc;
	font-size:14px;
	text-align:center;
    border:3px solid #FFF;
	line-height:120%;
}
.anker{
	padding: 5px;
	background-color: #333;
	font-size: 22px;
	text-align:center;
}
.name-a {
	padding:4px 0;
	color: #fc58fc;
	font-size:14px;
	text-align:center;
    border:3px solid #333;
	line-height:120%;
}