/* コラム「ぶっちゃけ大五郎」専用CSS */


/*****↓使用中↓******/

html {
	background-color: #660066;
}


body {
	-webkit-text-size-adjust: none;
	font-family: HiraKakuProN-W3;
	line-height: 1.25;
	font-size: 18px;
	color: #FFF;
	background-color: #660066;
}


.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: #FF0;
	display: block;
	padding: 15px 14px 15px 0;
	background: url(img/trainav.png) right center no-repeat;
}


/* サブタイトル */
.subtitle {
	background-color: transparent;
	font-size: 14px;
	color:#FFF;
	text-align: center;
	padding-bottom: 10px;
}


/* 毎週○曜日更新 */
.update {
	background-color: transparent;
	font-size: 14px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 8px;
	border-bottom: solid 1px #D9D9D9;
}


/* 質問フォーム */
body form {
	text-align: center;
	font-size: 14px;
	padding-top: 10px;
}


/* 質問フォームボタン */
.submit_button {
	background-color: #FFF;
	color: #00F;
	font-size: 14px;
	text-align: center;
	border: outset 2px #999;
	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: 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:#FFF;
	/*text-align: center;*/
	padding-top: 0;
	padding-bottom: 0;
}


/* 仕切り項目（バックナンバー） */
.bnTitle {
	background-color: #CC99CC;
	color:#000;
	font-size: 18px;
	text-align: center;
	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;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 2px #CC99CC;
}


/* プロフィールページ内 */
.profTitle {
	background-color: #99FFFF;
	font-size: 18px;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
}


.proftext {
	font-size: 14px;
	padding: 20px 8px;
	line-height: 1.5;
}

.newcolum {
	text-align:center;
	margin:10px 0;
	width:100%;
}
.newcolum p {
	/*background: -moz-linear-gradient(top,#d952d9 0%,#c202a5);
	background: -webkit-gradient(linear, left top, left bottom, from(#d952d9), to(#c202a5));*/
	background-color:#fbdcfb;
	border-top: 3px solid #ee9bee;
	border-left: 3px solid #ee9bee;
	border-right: 3px solid #c85dc8;
	border-bottom: 3px solid #c85dc8;
	color:#111;
	font-size:16px;
	width: 90%;
	padding: 0px;
	text-align:center;
	margin:0 auto;
	margin-bottom:4px;
	padding:0px;
}
.newcolum p a {
	display: block;
	text-decoration:none;
	/*text-shadow: 0px 0px 5px rgba(255,225,135,1);*/
	color:#000000;
	font-size:18px;
	/*font-weight:bold;*/
	padding: 10px 0 6 0;
}
/*****↑使用中↑******/
