/* コラム「派手好き店長」専用CSS */


/*****↓使用中↓******/

html {
	/* 背景色の指定 */
	background-color: #FFF;
	/* 背景画像の指定 */
	background-image: url(img/bg.gif);
	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: #0099FF;
	font-size: 16px;
	text-align: center;
	/*padding-top: 4px;*/
	padding: 4px 0;
	border-bottom: solid 1px #D9D9D9;
}


.proflink a {
	/*text-decoration: none;*/
	color: #00F;
	display: block;
}


/* 更新日 */
.daytext {
	background-color: transparent;
	font-size: 14px;
	color:#000;
	/*text-align: center;
	padding-top: 0;
	padding-bottom: 0;*/
}


/* バックナンバータイトル */
.bnTitle {
	background-color: #00CC33;
	color: #F00;
	font-size: 18px;
	text-align: left;
	padding: 6px;
}


.bnTitle img {
	vertical-align: middle;
	margin-right: 16px;
}


/* 仕切り項目（バックナンバー） */
.bnsubTitle {
	background-color: #00CC33;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	padding: 6px;
}




/* コラム本文 */
.columntext {
	font-size: 16px;
	padding: 20px 8px;
	line-height: 1.5;
}


.columntext table {
	line-height: 1.2;
}


/* コラム内日付 */
.columnday {
	background-color: transparent;
	color: #333;
	font-size: 14px;
	text-align: center;
	/*line-height: 10px;*/
	padding-top: 10px;
	padding-bottom: 0;
}


/* コラム内タイトル */
.columntitle {
	background-color: #00CC33;
	color: #F00;
	font-size: 16px;
	text-align: left;
	padding: 4px 8px;
}


.columntitle img {
	vertical-align: middle;
	margin-right: 2px;
}


.columntitle2 {
	background-color: #FFFF66;
	font-size: 18px;
	text-align: center;
	padding: 4px;
}

.columntitle2 a {
	color: #00F;
	display: block;
}


/* コラム内リンク */
.link {
	/*background-color: #FC0;*/
	font-size: 18px;
	text-align: center;
	border: outset 2px #999;
	border-radius: 8px;
	margin: 8px 0;
	padding: 4px 0;
	width: 280px;
	/* 背景色にグラデーションをかける */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FC0), to(#F90));
}


.link a {
	/*text-decoration: none;*/
	display: block;
	color: #00F;
}

.link02 {
	/*background-color: #FC0;*/
	font-size: 18px;
	text-align: center;
	border: outset 2px #999;
	border-radius: 8px;
	margin: 4px 0;
	padding: 4px 0;
	width: 280px;
	/* 背景色にグラデーションをかける */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FC0), to(#F90));
}


.link02 a {
	/*text-decoration: none;*/
	display: block;
	color: #00F;
}



/* プロフィールページ内 */
.profTitle {
	background-color: #00CC33;
	color: #F00;
	font-size: 18px;
	text-align: center;
	padding: 6px 0;
}


.prof {
	font-size: 14px;
	padding: 16px 8px;
	line-height: 1.5;
}


.prof table {
	font-size: 14px;
	color: #FFF;
	line-height: 1.2;
}


.prof a {
	display: block;
	margin: 12px 0;
}


.profgroup {
	margin: 4px 0;
}


/* コピーライト　左揃え */
.crtext {
	padding: 10px 0;
	font-size: 12px;
	color: #666;
}


/* コラムTOP仕切り */
.topsec {
	background-color: transparent;
	text-align: center;
	padding-top: 8px;
}


/* リンクボタン（TOPのみ） */
.toplink {
	background:#FF9;
	font-size: 18px;
	text-align: center;
	border: outset #999 2px;
	border-radius: 8px;
	margin: 20px 0;
	padding: 4px;
	width: 240px;
}


table.table {
	width:96%;
    border:1px solid #666;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
	font-size:18px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
table.table th {
    border:1px solid #666;
    color:#FFF;
    /*background-color:#333;*/
	font-size:12px;
    text-align:center;
    padding:2px;
}
table.table td {
    border:1px solid #666;
	color:#000;
	text-align:center;
    padding:2px;
	font-size:16px;
}
table.table td[bgcolor*="#CCCCCC"] {
	font-size:14px;
}

.ssize {
	font-size:14px;
	color:#666;
	margin-top:4px;
}

.ssize02 {
	font-size:12px;
	color:#666;
}

/*****↑使用中↑******/
