/* コラム「派手好き店長」専用CSS */


/*****↓使用中↓******/

html {
	background-color: #FFFFCC;
}


body {
	-webkit-text-size-adjust: none;
	font-family: HiraKakuProN-W3;
	line-height: 1.25;
	font-size: 18px;
	background-color: #FFFFCC;
}


.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 {
	/*background-color: #F90;*/
	font-size: 14px;
	text-align: center;
	padding-bottom: 4px;
}


/* プロフィールリンク */
.proflink {
	/*background-color: #ebeb79;*/
	font-size: 16px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: solid 1px #D9D9D9;
	/*背景色を半透明に*/
	background-color: rgba(255, 153, 153, 0.5);
}


.proflink a {
	text-decoration: none;
	color: #00F;
	display: block;
	padding: 2px 0;
}


/* 更新日 */
.daytext {
	background-color: transparent;
	font-size: 14px;
	color:#000;
	/*text-align: center;*/
	padding-top: 0;
	padding-bottom: 0;
}


/* 仕切り項目（バックナンバー） */
.bnTitle {
	background-color: #2BDCE6;
	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 #FF9999;
}


/* プロフィールページ内 */
.profTitle {
	/*background-color: #2BDCE6;*/
	font-size: 18px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 2px #FF9999;
}


.proftext {
	font-size: 14px;
	padding: 20px 8px;
	line-height: 1.5;
}

/*****↑使用中↑******/





/*****↓未使用↓******/

/* コピーライト　左揃え */
.crtext {
	padding:10px 0 10px 0;
	font-size:12px;
	color:#CCC;
}


/* 機種TOP仕切り */
.topsec {
	background-color:transparent;
	font-size:14px;
	text-align:center;
	padding-top:4px;
	padding-bottom:4px;
}


.panel {
	display: none;
	position: absolute;
	width:100%;
}


.active {
	display: block;
	padding: 16px;
}


.content {
	/*margin: 10px;*/
	color:#FFF;
	background-color:transparent;
	border-radius:non;
	-webkit-border-radius: non;
	padding: 0 10px;
}


/* コンテンツ内の項目 */
.contTitle {
	margin-top:1em;
	padding: 3px 0 0 0;
	color:#FFF;
	font-size: 20px;
	text-align:center;
	background-color:#8d0a9d;
	-webkit-border-top-right-radius:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-box-shadow: 2px 2px 2px 2px rgba(38,0,43,0.3);
}


/* コピーライト　左揃え */
.crtext {
	padding:10px 0 10px 0;
	font-size:12px;
	color:#CCC;
}


/* 小項目のdiv */
.sectionTitle {
	padding: 3px 0;
	color:#FFF;
	font-size: 22px;
	text-align:center;
	border-bottom: solid 1px #d9d9d9;
	clear:both;
}


/* ボーダーラインの項目のところ*/
#tb3 {
	height:1.5em;
	background-color:#8d0a9d;
}


#tc3 {
	text-align:center;
	color:#000;
	font-size:18px;
	padding: 4px;
}

/*****↑未使用↑******/
