/* コラム「派手好き店長」専用CSS */


/*****↓使用中↓******/

html {
	/* 背景色の指定 */
	background-color: #FFF;
	/* 背景画像の指定
	background-image: url(img/hade-bg.jpg); */
	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: 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: transparent;
	font-size: 14px;
	text-align: center;
	padding-top: 0;
	padding-bottom: 4px;
}


/* プロフィールリンク */
.proflink {
	background-color: transparent;
	font-size: 16px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 10px;
	border-bottom: solid 1px #D9D9D9;
}


.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: #20287C;
	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;
}


/* コラム内日付 */
.columnday {
	background-color: transparent;
	color: #333;
	font-size: 14px;
	text-align: center;
	/*line-height: 10px;*/
	padding-top: 10px;
	padding-bottom: 0;
}


/* コラム内タイトル */
.columntitle {
	background-color: transparent;
	color: #609;
	font-size: 18px;
	text-align: center;
	/*line-height: 18px;*/
	padding-top: 0;
	padding-bottom: 10px;
	border-bottom: solid 2px #D9D9D9;
}


/* プロフィールページ内 */
.profTitle {
	background-color: #20287C;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
}


.proftext1 {
	/*background-color: #20287C;*/
	color: #FFF;
	font-size: 14px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	/* 背景色を半透明に */
	background-color: rgba(32,40,124,0.5);
}


.proftext2 {
	background-color: #FFF;
	color: #000;
	font-size: 14px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 12px;
}



table.table {
	width:96%;
    border:1px solid #FFCC99;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
	font-size:18px;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
}
table.table th {
    border:1px solid #FFCC99;
    color:#FFF;
    /*background-color:#333;*/
	font-size:12px;
	text-align: left;
    padding:2px;
}
table.table td {
    border:1px solid #FFCC99;
	color:#000;
	text-align: left;
    padding:6px;
	font-size:16px;
}
table.table td[bgcolor*="#CCCCCC"] {
	font-size:14px;
}



/*****↑使用中↑******/

