/* コラム「しのけんのもっと喰うならやらねば!」専用CSS */


/*****↓使用中↓******/

html {
	/* 背景色の指定 */
	background-color: #000;
	/* 背景画像の指定 */
	background-image: url(colum/img/bg.png);
	background-repeat: repeat;
}


body {
	-webkit-text-size-adjust: none;
	font-family: HiraKakuProN-W3;
	line-height: 1.25;
	font-size: 18px;
	background-color: transparent;
}


.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: #a26bd6;
	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: #000;
	font-size: 14px;
	color: #FFF;
	/*text-align: center;*/
	padding-top: 4px;
	padding-bottom: 4px;
}


/* 毎週○曜日更新 */
.update {
	background-color: #666;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}


/* 質問フォーム */
body form {
	text-align: center;
	font-size: 14px;
	padding-top: 4px;
}


/* 質問フォームボタン */
.submit_button {
	/* background-color: #E8EDF5; */
	color: #FFF;
	font-size: 14px;
	text-align: center;
	border: outset 2px #a26bd6;
	border-radius: 8px;
	padding: 4px 0;
	width: 280px;
	/*背景色にグラデーションをかける */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#a26), to(#000));
}


/* 質問フォーム背景 */
.body_male {
	background-color: #000;
	color: #000;
	text-align: center;
	/*padding-top: 4px;*/
	padding-bottom: 6px;
}



/* プロフィールリンク */
.proflink {
	/*background-color: #FFF;*/
	font-size: 16px;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: solid 1px #000;
	/* 背景色を半透明に */
	background-color: rgba(255, 255, 255, 0.5);
}


.proflink a {
	text-decoration: none;
	color: #000;
	/*display: block;
	padding: 4px 15px;*/
}


/* 更新日 */
.daytext {
	background-color: transparent;
	font-size: 14px;
	color:#FFF;
	/*text-align: center; */
	padding-top: 0;
	padding-bottom: 0;
}


/* バックナンバーリンク */
.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;
}

/*****↑使用中↑******/
