/* コラム「和泉純の釘解説」専用CSS */


/*****↓使用中↓******/

html {
	background-color: #FFF;
}


body {
	-webkit-text-size-adjust: none;
	font-family: HiraKakuProN-W3;
	line-height: 1.25;
	font-size: 18px;
	background-color: #FFF;
}


.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: #00F;
	display: block;
	padding: 15px 14px 15px 0;
	background: url(img/trainav.png) right center no-repeat;
}


/* 毎週○曜日更新 */
.update {
	font-size: 14px;
	text-align: center;
	padding: 4px 0;
	border-bottom: solid 1px #D9D9D9;
}


/* プロフィールリンク */
.proflink {
	/*background-color: #FFF;*/
	font-size: 16px;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: solid 1px #D9D9D9;
	/* 背景色を半透明に
	background-color: rgba(255, 255, 255, 0.5); */
}


.proflink a {
	text-decoration: none;
	color: #00F;
	/*display: block;
	padding: 4px 15px;*/
}


/* 更新日 */
.daytext {
	background-color: transparent;
	font-size: 14px;
	color:#000;
	/*text-align: center;*/
}


/* 仕切り項目（バックナンバー） */
.bnTitle {
	background-color: #000066;
	font-size: 18px;
	text-align: center;
	color: #FFF;
	border-bottom: solid 1px #D9D9D9;
	padding-top: 6px;
	padding-bottom: 6px;
}


/* コラム本文 */
.columntext {
	font-size: 16px;
	padding: 20px 8px;
	line-height: 1.5;
}


/* コラム内タイトル */
.columnTitle {
	font-size: 18px;
	text-align: center;
	color:#F00;
	padding: 10px 0;
	border-bottom: solid 2px #99FF66;
}


/* プロフィールページ内 */
.profTitle {
	background-color: #99FFFF;
	font-size: 18px;
	text-align: center;
	padding: 6px 0;
}


.proftext {
	font-size: 14px;
	padding: 20px 8px;
	line-height: 1.5;
}

/* 仕切り項目（バックナンバー） */
.bnTitle {
	background-color: #000066;
	font-size: 18px;
	text-align: center;
	color: #FFF;
	border-bottom: solid 1px #D9D9D9;
	padding-top: 6px;
	padding-bottom: 6px;
}



/*****↑使用中↑******/
