/* コラム「shino-simu シノシミュ」専用CSS */


/*****↓使用中↓******/

html {
	background-color: #FF9;
}


body {
	-webkit-text-size-adjust: none;
	font-family: HiraKakuProN-W3;
	line-height: 1.25;
	font-size: 18px;
	background-color: #FF9;
}


.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: #060;
	display: block;
	padding: 15px 14px 15px 0;
	background: url(img/trainav.png) right center no-repeat;
}


/* 毎週○曜日更新 */
.update {
	background-color: #000;
	font-size: 14px;
	color:#FFF;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}


/* 質問フォーム */
body form {
	text-align: center;
	font-size: 14px;
	padding-top: 4px;
}


/* 質問フォームボタン */
.submit_button {
	background-color: #FFF;
	color: #060;
	font-size: 14px;
	text-align: center;
	border: outset 2px #C0C0C0;
	border-radius: 8px;
	padding: 4px 0;
	width: 280px;
	/* 背景色にグラデーションをかける
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#C9C)); */
}



/* プロフィールリンク */
.proflink {
	/*background-color: #FFF;*/
	font-size: 14px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	/*border-bottom: solid 1px #D9D9D9;*/
	/* 背景色を半透明に
	background-color: rgba(255,255,0,0.5); */
	/* 背景色にグラデーションをかける */
	/*background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFF99));*/
	/*background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(50%, #FF9), to(#FFF));*/
}


/* 更新日 */
.daytext {
	background-color: transparent;
	font-size: 14px;
	color:#000;
	padding-top: 0;
	padding-bottom: 0;
}


/* 仕切り項目（バックナンバー） */
.bnTitle {
	background-color: #060;
	font-size: 18px;
	text-align: center;
	color:#FFF;
	/*border-bottom: solid 1px #D9D9D9;*/
	padding-top: 6px;
	padding-bottom: 6px;
}


/* バックナンバーリンク */
.bnlink {
	background-color: #060;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	/*border-bottom: solid 1px #D9D9D9;*/
	/* 背景色を半透明に
	background-color: rgba(0, 102, 0, 0.5); */
	/* 背景色にグラデーションをかける */
	/*background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFF99));
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(50%, #FF9), to(#FFF));*/
}


/* コラム内タイトル */
.columnTitle {
	background-color: #000;
	font-size: 18px;
	text-align: center;
	color:#FFF;
	padding-top: 4px;
	padding-bottom: 4px;
}


.columnTitle_s {
	background-color: transparent;
	font-size: 14px;
	color:#999;
	padding-top: 0;
	padding-bottom: 0;
}


/* コラム本文 */
.columntext {
	font-size: 16px;
	padding: 20px 8px;
	line-height: 1.5;
}

/*****↑使用中↑******/
