/* コラム「サイコロ店長のスロ専奮闘記」専用CSS */


/*****↓使用中↓******/

html {
	/* 背景色の指定 
	background-color: #000;*/
	/* 背景画像の指定 
	background-image: url(img/bg.png);
	background-repeat: repeat;*/
	background-color:#000000;
}


body {
	-webkit-text-size-adjust: none;
	font-family: HiraKakuProN-W3;
	line-height: 1.25;
	font-size: 18px;
	background-color:#000000;
	/*background-color:transparent;*/
}


.html01 {
	/* 背景画像の指定 
	background-image: url(img/migi-bg-sai.png);
	background-repeat: repeat;*/
}


.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;
}


/* 毎週○曜日更新 */
.update {
	font-size: 14px;
	text-align: center;
	padding: 4px 0;
}


/* プロフィールリンク */
.proflink {
	/*background-color: #FFF;*/
	font-size: 16px;
	text-align: center;
	/*padding-top: 2px;*/
	padding-bottom: 8px;
	border-bottom: solid 1px #D9D9D9;
	/* 背景色を半透明に
	background-color: rgba(102, 102, 102, 0.5); */
	/* 背景色にグラデーションをかける */
	/*background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#222));*/
}


.proflink a {
	text-decoration: none;
	color: #FF0;
	display: block;
	padding: 2px 0;
}


/* 更新日 */
.daytext {
	background-color: transparent;
	font-size: 14px;
	color: #FFF;
	/*text-align: center;*/
	padding: 0;
}


/* 仕切り項目（バックナンバー） */
.bnTitle {
	background-color: #F69;
	font-size: 18px;
	color: #FFF;
	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;
	background-image:url(img/migi-bg-sai.png);
	background-repeat:repeat;
	background-size:100% auto;
	-moz-background-size:100% auto;
	background-position:center top;
	background-color:#FFFFFF;
}


.columnday {
	background-color: transparent;
	color: #FFF;
	font-size: 14px;
	text-align: left;
	line-height: 10px;
	padding-top: 6px;
	padding-bottom: 0;
}


.columntitle {
	background-color: transparent;
	color: #FFF;
	font-size: 18px;
	text-align: left;
	line-height: 18px;
	padding-top: 2px;
	padding-bottom: 4px;
}


/* プロフィールページ内 */
.prof {
	text-align: center;
	padding: 20px;
}


.profTitle {
	background-color: #FF6699;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
}


.proftext1 {
	background-color: #CC33FF;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}


.proftext2 {
	font-size: 14px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 12px;
	/* 背景色を半透明に */
	background-color: rgba(255, 255, 255, 0.8);
}


.prof img {
	margin-bottom: 12px;
	text-align: center;
}

.newcolum {
	text-align:center;
	margin:10px 0;
	width:100%;
}
.newcolum p {
	background: -moz-linear-gradient(top,#fff1c9 0%,#ffe187);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffff00), to(#d8d800));
	border-top: 3px solid #ffff89;
	border-left: 3px solid #ffff89;
	border-right: 3px solid #866500;
	border-bottom: 3px solid #866500;
	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;
}



/*****↑使用中↑******/
