@charset "utf-8";

/*
Description: Styles for Smartphone
Version: 1.0
Author: Gota
*/


/* =====================================================================
     Default Settings
====================================================================== */

html,body {margin:0; padding:0; font-size:13px; webkit-text-size-adjust: none; width:100%; height:100%;}
html {overflow-y: scroll;}
div.main {width:100%;}

a{text-decoration:none; color:#FF4499; -webkit-tap-highlight-color:rgba(255,153,102,1);}
a:hover {
	-ms-filter: "alpha(opacity=75)";     /* IE8用記述 */
	filter: alpha(opacity=75);     /* IE6~IE7用記述 */
	opacity: 0.75;
}

/*  SafariのUIが気に入らなければ有効に  */
html,body{-webkit-appearance:none;}

/*	border,padding値をwidthに含める  */
.bdbox{
    -moz-box-sizing: border-box;        /* Firefox */  
    -webkit-box-sizing: border-box;     /* Safari 3 */  
    -ms-box-sizing: border-box;         /* Internet Explorer 8 */  
    box-sizing: border-box;             /* Opera */  
}

/*	親要素全体をリンクにする  */
.big_link {z-index:998;}
.big_link a {display:block; -webkit-tap-highlight-color:rgba(255,153,102,1); position:absolute; left:0; top:0; height:100%; width:100%; text-align:left; text-indent:-999px; z-index:999;}

/*	clearfix  */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* =====================================================================
     主構成
====================================================================== */

header {width:100%; height:auto;}
footer {width:100%; height:auto;}

/*メインカラム(コンテンツ部分)*/
div.main {width:100%; height:auto;}

section {width:100%; height:auto}

/* =====================================================================
     ヘッダー
====================================================================== */
header {
	overflow-x:hidden;
	text-align: center;
}
h1 {
	font-size: 13px;
	line-height: 1.25em;
	color: #000;
	background: #FFF;
	padding-top: 5px;
}
h2 {
	font-size: 10px;
	line-height: 1.25em;
	color: #FFE000;
	background: #000;
}

/* =====================================================================
     メイン
====================================================================== */

/*年齢認証ページ*/

section {
	background: #000;
	/*グラデーション設定*/
	/*background: -webkit-gradient(linear, left top, left bottom,from(#F00),to(#000));
	background: -moz-linear-gradient(top, #F00, #000);
	background: linear-gradient(-90deg,#F00 0%,#000 100%);*/
	/*高さ50%で黒になるグラデーション*/
	/*background: -webkit-gradient(linear, left top, left bottom, from(#F00),color-stop(0.5, #000),to(#000));	
	background: -moz-linear-gradient(top, #F00, #000 50%, #000);
	background: linear-gradient(-90deg,#F00 0%,#000 50%,#000 100%);*/
}
div.index_bg {
	width: 320px;
	height: 510px;
	margin: 0 auto;
	position: relative;
}
div.contents {
	width: 320px;
	position: absolute;
	top: 0;
	left: 0;
}
div.index_logo {
	position: absolute;
	top: 5px;
	right: 5px;
}
div.catch {
	position: absolute;
	top: 10px;
	left: 10px;
}
div.enter {
	position: absolute;
	top: 390px;
	left: 8px;
}
div.enter ul li {
	float: left;
	margin: 5px 0;
}
div.enter p{
	color: #FFF;
	text-align: center;
	font-size: 11px;
}
div.mark {
	position: absolute;
	right: 5px;
	top: 455px;
}

/*トップページ*/

div.top_bg {
	width: 320px;
	height: 640px;/*メニューボタンの段数が変わったらここを変更する*/
	margin: 0 auto;
	position: relative;
}
div.top_logo {
	margin-top: 100px;
	text-align: center;
}
div.menuarea {
	margin: 195px 0 0 15px;
	width: 305px;
}
div.menuarea ul li {
	float: left;
	margin: 0 10px 5px 0;
}
div.menuarea ul li p {
	font-size: 10px;
	color: #FFF;
	text-align: center;
}


/* =====================================================================
     iframe
====================================================================== */

iframe {
	border: 0 !important;
}
div.page_back {
	background: url(../img/button_gotohome.png) no-repeat;
	position: absolute;
	top: 3px;
}
div.page_back a {
	display: block;
	line-height: 35px;
	width: 66px;	
	margin-left: 5px;
	text-align: center;
	font-weight: bold;
	color: #000;
	text-shadow: 1px 1px 2px #FFF;
}
div.page_title {
	width: 100%;
	height: 40px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	line-height: 40px;
	text-indent: 20px;

	background: #F00;/*IE8以下の保険*/
	background: -webkit-gradient(linear, left top, left bottom,from(#F00),to(#FFF));
	background: -moz-linear-gradient(top, #F00, #FFF);
	background: linear-gradient(-90deg,#F00 0%,#FFF 100%);
}

/* =====================================================================
     フッター
====================================================================== */

footer {
	color: #666;
	line-height: 1.25em;
	padding: 5px 0;
	text-align: center;
	background: #FFF;
	font-size: 10px;
}
