/* コラム「決死のパチスロサバイバル7エピローグコラム」専用CSS */


/*****↓使用中↓******/

html, body {
	-webkit-text-size-adjust: none;
	font-family: HiraKakuProN-W3;
	line-height: 1.25;
	font-size: 18px;
	/* 背景色の指定 */
	background-color: #FFFFFF;
}


.iPhoneBody {
	background-color:transparent;
}
.panel {
	display:none;
	position:absolute;
	width:100%;
}
.active {
	display:block;
}


/* リスト部分 */
.iPhoneULIndex li {
	padding: 0 10px;
	overflow: hidden;
	background-color:transparent;
	/*background-color: rgba(89, 87, 87, 0.7);*/
	border-top: solid 1px #000000;
}

.iPhoneUL a,
.iPhoneULIndex a,
.iPhoneDL a {
	text-decoration: none;
	color: #008c3c;
	display: block;
	padding: 15px 14px 15px 0;
	background: url(img/trainav.png) right center no-repeat;
}

/*.iPhoneULIndex li:first-child {
	border-top: solid 1px #000000;
}*/
.iPhoneULIndex li:last-child {
	border-bottom: solid 1px #000000;
}


/* 毎週○曜日更新 */
.update {
	background-color: transparent;
	font-size: 14px;
	text-align: center;
	padding-top: 0;
	padding-bottom: 4px;
}


marquee {
	background-color: #000000;
	font-size: 16px;
	color: #FFFFFF;
	padding: 4px 0;
}


/* 更新日 */
.daytext {
	background-color:transparent;
	font-size: 14px;
	color:#000;
	/*text-align: center;
	padding-top: 0;
	padding-bottom: 0;*/
}


/* バックナンバータイトル */
.bnTitle {
	background-color: #f8b800;
	color: #000000;
	font-size: 18px;
	text-align: center;
	padding: 6px;
}


.bnTitle img {
	vertical-align: middle;
	margin-right: 16px;
}


/* 仕切り項目（バックナンバー） */
.bnsubTitle {
	background-color: #999;
	color: #000;
	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;
}



/* コピーライト　左揃え */
.crtext {
	padding: 10px 0;
	font-size: 12px;
	color:#CCC;
}


/* コラム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;
}
.ssize {
	font-size:14px;
	color:#666;
	margin-top:4px;
}

.ssize02 {
	font-size:12px;
	color:#666;
}

.petext {
	padding:8px;
    background: url('img/goal.jpg') 0 0 no-repeat;
    background-size: cover;
}
.leadtext {
	font-size: 16px;
	line-height: 1.3;
	padding:10px;
	margin:10px 0px 0px 0px;
	background-color:#000;
	background-color: rgba(0, 0, 0, 0.4);
	color:#FFF;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
}
.proflink {
	background-color: #008c3c;
	font-size: 16px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}
.listup {
	font-size: 16px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 0px;
}
.manga_banner_text {
	font-size: 14px;
	text-align:center;
	margin:10px;
}
.manga_banner_text a {
	display:block;
}
/*****↑使用中↑******/
