/* コラム「タイラのホップ・ステップ・チャンプ」専用CSS */


/*****↓使用中↓******/

html {
	/* 背景色の指定 */
	background-color: #000;
	/* 背景画像の指定
	background-image: url(img/bg.png);
	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: transparent;
}



/* リスト部分全体 */
.iPhoneULIndex li {
	padding: 0 10px;
	overflow: hidden;
	background-color: #000;
	/* 背景色を半透明に
	background-color: rgba(255, 255, 255, 0.5); */
	border-bottom: solid 1px #333;
}


.iPhoneUL a,
.iPhoneULIndex a,
.iPhoneDL a {
	text-decoration: none;
	color: #FF0;
	display: block;
	padding: 15px 14px 15px 0;
	background: url(img/trainav.png) right center no-repeat;
}


/*.iPhoneULIndex li:first-child,
.iPhoneULIndex li:last-child {
	border-bottom:none;
}*/

li.bn {
	border-bottom:none;
}


/* マーキー */
marquee {
	background-color: #c20000;
	font-size: 16px;
	color: #FFF;
	/*text-align: center;*/
	padding: 6 0 6 0px;
}


/* 質問フォームボタン */
.submit_button {
	/* background-color: #E8EDF5; */
	color: #FFF;
	font-size: 16px;
	text-align: center;
	border: outset 2px #350203;
	border-radius: 8px;
	padding: 4px 0;
	width: 90%;
	/*背景色にグラデーションをかける */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#350203), to(#c20000));
}


/* 質問フォーム背景 */
.body_male {
	background-color: #000;
	color: #000;
	text-align: center;
	/*padding-top: 4px;*/
	padding-bottom: 6px;
}


/* BBSリンク */
.bbslink {
	font-size: 18px;
	text-align: center;
	padding: 8px;
}


.bbslink a {
	font-size: 18px;
	text-align: center;
	/*背景色にグラデーションをかける */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#9e0202), to(#c20000));
	border: outset 2px #c20000;
	border-radius: 8px;

	text-decoration: none;
	color: #FFF;
	display: block;
	padding: 6px 4 4;
	margin: 2px 0;
	width: 90%;
}



/* プロフィールリンク */
.proflink {
	/*background-color: #FFF;*/
	font-size: 16px;
	text-align: center;
	padding: 4 0 4 0px;
	background-color:#999999;
}


.proflink a {
	text-decoration: none;
	color: #663300;
}


/* 更新日 */
.daytext {
	background-color: transparent;
	font-size: 14px;
	color:#FFF;
	/*text-align: center; */
	padding: 4 0 4 0px;
}

.daytext02 {
	background-color: transparent;
	font-size: 14px;
	color: #F00;
	padding: 4 0 4 0px;
}

.daytext03 {
	background-color: transparent;
	font-size: 14px;
	color:#FFF;
	padding: 4 0 4 0px;
}

.daytext04 {
	background-color: transparent;
	font-size: 14px;
	color:#999;
	/*text-align: center; */
	padding: 2 0 2 0px;
}

.daytext05 {
	background-color: transparent;
	font-size: 14px;
	color:#FFF;
	/*text-align: center; */
	padding: 2 0 2 0px;
}
.daytext06 {
	background-color: transparent;
	font-size: 14px;
	color:#FFF;
	/*text-align: center; */
	padding: 2 10 2 10px;
}
.daytext07 {
	background-color: transparent;
	font-size: 14px;
	color:#999;
	/*text-align: center; */
	padding: 2 10 2 10px;
}


/* バックナンバーリンク */
.bnlink {
	/*background-color: #FFF;*/
	font-size: 16px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #D9D9D9;
	/* 背景色を半透明に
	background-color: rgba(255, 255, 255, 0.5); */
}


.bnlink a {
	text-decoration: none;
	color: #6600CC;
	display: block;
	padding: 10px 10px;
}


/* 仕切り項目（バックナンバー） */
.bnTitle {
	/* background-color: #999; */
	font-size: 18px;
	text-align: center;
	color: #FFF;
	/* 背景色にグラデーションをかける */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#666));
	/*border-bottom: solid 1px #D9D9D9;*/
	padding-top: 6px;
	padding-bottom: 6px;
}


/* コラム本文 */
.columntext {
	background-image: url(column/img/bg.png);
	font-size: 16px;
	color: #FFF;
	padding: 20px 8px;
	line-height: 1.5;
}


/* コラム内タイトル */
.columntitle {
	background-color: #F00;
	color: #FFF;
	font-size: 22px;
	text-align: center;
	/*line-height: 10px;*/
	padding: 4px 8px;
}


.columntitle img {
	vertical-align: middle;
	margin-right: 8px;
}


.columntitle2 {
	background-color: #000;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	/*line-height: 18px;*/
	padding-top: 4px;
	padding-bottom: 4px;
}


/* プロフィールページ内 */
.profTitle {
	background-color: #F90;
	color: #609;
	font-size: 18px;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
}


.proftext1 {
	background-color: #939;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}


.proftext2 {
	/*background-color: #C9F;*/
	/*color: #FFF;*/
	font-size: 14px;
	text-align: center;
	/*padding-top: 1px;*/
	padding-bottom: 8px;
}


#profimg {
	float: left;
	padding: 8px;
	text-align: center;
	vertical-align: top;
	width: 1px;
}


/* 旅打ちバナー */
.tabi-jigoku4 {
	/*background-color: #FFF;*/
	font-size: 18px;
	text-align: center;
	padding: 8px;
	background-color: #430000;
	/* 背景色にグラデーションをかける */
	/*background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#222));*/
}


.tabi-jigoku4 a {
	/*text-decoration: none;*/
	display: block;
}


/* 雑誌あおり（TOPのみ） */
.magazin {
	background-color: #fdf0cf;
	color:#000000;
	font-size: 16px;
	padding: 8px;
	height: 100px;
}
.magazin img {
	margin-right: 8px;
	display: block;
	float: left;
}

.tokusetu {
	background-color: #fdf0cf;
	color:#000000;
	font-size: 18px;
	padding: 8px;
	text-align: center;
}



.lead_title {
  font-size: 20px;
  color: #fff;
  padding: 8px 3px 5px;
  text-align: center;
  background-color:#c20000;
}


/* 内ページ（本文） */
.petext {
	font-size: 16px;
	padding: 20px 8px;
	line-height: 1.5;
}


/* リンク非表示 */
.hihyouji {
	font-size: 18px;
	padding: 15px 10px 15px 10px;
    color: #999;
    text-align: center;
}

/* TOPページ見出し */
.sm01Title {
	background-color: transparent;
	font-size: 14px;
	text-align: center;
	padding: 2px;
}

table.table {
	width:96%;
    border:1px solid #666;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
	font-size:18px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
table.table th {
    border:1px solid #666;
    color:#FFF;
    /*background-color:#333;*/
	font-size:12px;
    text-align:center;
    padding:2px;
}
table.table td {
    border:1px solid #666;
	color:#000;
	text-align:center;
    padding:2px;
	font-size:16px;
}
table.table td[bgcolor*="#CCCCCC"] {
	font-size:14px;
}

/*お知らせ */
.osirase-title {
	/*background-color: #FFF;*/
	font-size: 18px;
	text-align: center;
	padding: 4 0 4 0px;
	background-color: #F00;
}
.osirase-text {
	font-size: 16px;
	text-align: left;
	padding: 8px;
	background-color: #FFF;
	color:#000000;
}
