@charset "shift_jis";
/*********************************************/
/*　　　　　　　特集ページ用CSS　　　　　　　*/
/*********************************************/
html, body {
	margin:0;
	padding:0;
	background-color:#FFF;
	color:#000;
	font-size:18px;
}
.iPhoneBody {
	background-color:#FFF;
}
.panel {
	display:none;
	position:absolute;
	width:100%;
}
.active {
	display:block;
}
/*** タイトル ***/
.iPhoneHead {
	margin:0;
	padding:10px 0;
	color:#FFF;
	text-align:center;
}
.iPhoneHead h1 {
	color:#FF0;
	font-size:34px;
	font-weight:bold;
}
/*** メインコンテンツ ***/
.contents {
	margin:0;
	padding:8px 0;
	text-align:center;
}
/*** ツールリスト ***/
ul.iPhoneULIndex {
	margin:0;
	padding:0;
}
ul.iPhoneULIndex .sectionTitleTop {
	margin:0;
	padding:8px 0;
	line-height:1.0;
	border-top:solid 1px #D9D9D9;
}
/*** リンクボタン ***/
.linkBox {
	margin:0;
	padding:0;
	text-align:center;
	background:-moz-linear-gradient(top, #FFFFFF 0%, #F1F1F1 50%, #E1E1E1 51%, #F6F6F6 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(50%, #F1F1F1), color-stop(51%, #E1E1E1), color-stop(100%, #F6F6F6));
	background-color:#F1F1F1;
	/*background:-moz-linear-gradient(top, #FFF 0%, #CCC 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#CCC));
	background-color:#FFF;*/
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.linkBox a {
	margin:0;
	padding:12px 0;
	width:100%;
	display:block;
	font-weight:bold;
	line-height:1.0;
	text-decoration:none;
	/*border:outset 1px #CCC;
	border-left:none;
	border-right:none;*/
	background:url(../../top_img/arrow2.png) right center no-repeat;
	color:#00F;
}
.linkBox a[href*="movie"] {
	border-bottom:solid 4px #FC0;
	border-top:solid 4px #FFF;
	border-left:none;
	border-right:none;
	/*background-color:#F60;
	text-shadow:0 1px 0 #FFF;*/
}
.linkBox a[href*="column_t"] {
	border-bottom:solid 4px #F9C;
	border-top:solid 4px #FFF;
	border-left:none;
	border-right:none;
	/*background-color:#F09;
	text-shadow:0 1px 0 #FFF;*/
}
.linkBox2 {
	margin:0;
	padding:8px 8px 0 8px;
	text-align:center;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.linkBox2 a {
	margin:0;
	padding:10px 0;
	width:100%;
	display:block;
	line-height:1.0;
	text-decoration:none;
	border:outset 2px #999;
	background:-moz-linear-gradient(top, #FE0 0%, #FC0 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #FE0), color-stop(100%, #FC0));
	background-color:#FC0;
	border-radius:8px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
/*** 会員登録ボタン ***/
.regButton {
	margin:16px 0;
	padding:0 8px;
	text-align:center;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.regButton a {
	margin:0;
	padding:6px 0;
	width:100%;
	display:block;
	text-decoration:none;
	border-radius:40px;
	background:-moz-linear-gradient(top, #F33 0%, #F66 50%, #F33 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#F33), color-stop(50%,#F66), color-stop(100%,#F33));
	background-color:#F66;
	border:outset 1px #F33;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.regButton .regbox1 {
	margin:0;
	padding:0 2px;
	width:46%;
	height:24px;
	float:left;
	text-align:right;
	font-size:12px;
	line-height:12px;
	color:#000;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.regButton .regbox2 {
	margin:0;
	padding:0 2px;
	width:54%;
	height:24px;
	float:right;
	text-align:left;
	font-size:18px;
	line-height:24px;
	color:#FF0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.regButton p {
	margin:0;
	padding:0;
	font-size:22px;
	line-height:22px;
	font-weight:bolder;
	color:#FFF;
	clear:both;
}
.regButton span {
	margin:0;
	padding:0;
	font-size:12px;
	line-height:12px;
	color:#000;
}




