/* タイラの40時間年越し実戦ライブ中継 専用CSS */


/*****↓使用中↓******/

html {
	/* 背景色の指定 */
	background-color: #FFF;
	/* 背景画像の指定
	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:#F60;
	background-color: transparent;
}


.iPhoneBody {
	background-color: transparent;
}


/* リスト部分全体 */
.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;
}


/* テキスト */
.text {
	/*background-color: #FFF;*/
	font-size: 16px;
	text-align: left;
	color: #6600FF;
	padding: 2px 8 4 8;
	/* 背景色を半透明に
	background-color: rgba(255,255,0,0.5); */
	/* 背景色にグラデーションをかける */
	/*background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFFFCC));*/
	/*background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(50%, #FF9), to(#FFF));*/
}


.text-bg {
	background-color: #CCCCFF;
	font-size: 16px;
	text-align: left;
	color: #000;
	padding: 6px 8 6 8;
	/* 背景色を半透明に
	background-color: rgba(255,255,0,0.5); */
	/* 背景色にグラデーションをかける */
	/*background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFFFCC));*/
	/*background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(50%, #FF9), to(#FFF));*/
}




/* 文言あおり */
.aori {
	/*background-color: #FFF;*/
	font-size: 16px;
	text-align: center;
	color: #FF0000;
	padding-top: 2px;
	padding-bottom: 2px;
}

.aori a {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}



/*****↑使用中↑******/






/* 毎週○曜日更新 */
.update {
	background-color: #F90;
	font-size: 14px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}


/* 質問フォーム */
body form {
	text-align: center;
	font-size: 16px;
	padding-top: 10px;
}


/* 質問フォームボタン */
.submit_button {
	background-color: #FFC;
	color: #39F;
	font-size: 16px;
	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(#FFF), to(#FF9)); */
}



/* プロフィールリンク */
.proflink {
	/*background-color: #FFF;*/
	font-size: 16px;
	text-align: center;
	padding-top: 0;
	padding-bottom: 14px;
	border-bottom: solid 1px #D9D9D9;
	/* 背景色を半透明に
	background-color: rgba(255,255,0,0.5); */
	/* 背景色にグラデーションをかける */
	/*background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFFFCC));*/
	/*background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(50%, #FF9), to(#FFF));*/
}


.proflink a {
	text-decoration: none;
	color: #39F;
	display: block;
	padding: 2px 0;
}


/* 更新日 */
.daytext {
	background-color: transparent;
	font-size: 14px;
	color:#F60;
	padding-top: 0;
	padding-bottom: 0;
}


/* 仕切り項目（バックナンバー） */
.bnTitle {
	background-color: #FF9;
	font-size: 18px;
	text-align: center;
	border-bottom: solid 1px #D9D9D9;
	padding-top: 6px;
	padding-bottom: 6px;
}


/* コラム内タイトル */
.columnTitle {
	font-size: 18px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 2px #FC0;
	/* 背景色にグラデーションをかける */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FF9), to(#FFF));
}


/* コラム本文 */
.columntext {
	font-size: 16px;
	padding: 20px 8px;
	line-height: 1.5;
}


/* プロフィールページ内 */
.prof {
	text-align: center;
	padding: 30px;
	padding-top: 4px;
}


.profTitle {
	font-size: 16px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	/* 背景色にグラデーションをかける */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FF9), to(#FFF));
}

/*
.prof img {
	margin-bottom: 12px;
	text-align: center;
}
*/

.proftext1 {
	background-color: #C9F;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	padding: 2px;
}


.proftext2 {
	font-size: 14px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 12px;
}


.proftext3 {
	font-size: 14px;
	text-align: center;
	margin: 12px;
	padding: 8px;
	border: solid 2px #90F;
}

