/* コラム「石神タカシの人生地獄変」専用CSS */


/*****↓使用中↓******/

html {
	background-color: #333;
}


body {
	-webkit-text-size-adjust: none;
	font-family: HiraKakuProN-W3;
	line-height: 1.25;
	font-size: 18px;
	color: #FFF;
	background-color: #333;
}


.iPhoneBody {
	background-color: #333;
}


/* リスト部分全体 */
.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: #FF0;
	display: block;
	padding: 15px 14px 15px 0;
	background: url(img/trainav.png) right center no-repeat;
}


/* リンクボタン（TOPのみ） */
.toplink {
	background-color: #CCC;
	font-size: 18px;
	text-align: center;
	border: outset 2px #999;
	border-radius: 8px;
	margin: 20px 0;
	padding: 4px;
	width: 240px;
}


.toplink a {
	/*text-decoration: none;*/
	display: block;
	color: #00F;
	padding: 4px;
}


/* 質問フォーム */
body form {
	text-align: center;
	font-size: 14px;
	padding: 20px 0;
	/*padding-top: 10px;*/
}


/* 質問フォームボタン */
.submit_button {
	background-color: #CCC;
	color: #00F;
	font-size: 14px;
	text-align: center;
	border: outset 2px #999;
	border-radius: 8px;
	padding: 8px;
	/*width: 240px;*/
	/* 背景色にグラデーションをかける
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FF9)); */
}


/* 毎週○曜日更新 */
.update {
	font-size: 14px;
	text-align: center;
	padding-bottom: 4px;
}


/* プロフィールリンク */
.proflink {
	/*background-color: #FFF;*/
	font-size: 16px;
	text-align: center;
	padding: 4px 0;
	border-bottom: solid 1px #D9D9D9;
	/* 背景色を半透明に
	background-color: rgba(255, 255, 255, 0.5); */
	/* 背景色にグラデーションをかける */
	/*background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#222));*/
}


.proflink a {
	/*text-decoration: none;*/
	color: #FF0;
	display: block;
	padding: 2px 0;
}


/* 更新日 */
.daytext {
	background-color: transparent;
	font-size: 14px;
	color: #FFF;
	/*text-align: center;*/
	padding: 0;
}


/* 仕切り項目（バックナンバー） */
.bnTitle {
	background-color: #CCC;
	font-size: 18px;
	color: #000;
	text-align: center;
	border-bottom: solid 1px #D9D9D9;
	padding-top: 6px;
	padding-bottom: 6px;
}


/* コラムTOPタイトル */
.Title {
	background-color: #F00;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	/*text-shadow: 1px 1px 0 #000;*/
	border-bottom: solid 1px #D9D9D9;
	padding-top: 6px;
	padding-bottom: 6px;
}


/* コラム本文 */
.columntext {
	font-size: 16px;
	padding: 20px 8px;
	line-height: 1.5;
}


/* コラム内日付 */
.columnday {
	background-color: transparent;
	color: #333;
	font-size: 14px;
	text-align: center;
	/*line-height: 10px;*/
	padding-top: 10px;
	padding-bottom: 0;
}


/* コラム内タイトル */
.columntitle {
	background-color: transparent;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	/*line-height: 18px;*/
	padding: 10px 0;
	border-bottom: solid 2px #666;
}


/* プロフィールページ内 */
.profTitle {
	background-color: #CCC;
	color: #000;
	font-size: 18px;
	text-align: center;
	padding: 6px 0;
}


.proftext {
	font-size: 14px;
	padding: 20px 8px;
	line-height: 1.5;
}


.plofimg {
	text-align: center;
	font-size: 16px;
	padding-top: 20px;
	line-height: 1.5;
}

/*****↑使用中↑******/
