@charset "utf-8";

/*
Description: Styles for Smartphone
Version: 1.0
Author: Gota
*/


/* =====================================================================
     Default Settings
====================================================================== */

html,body {margin:0; padding:0; font-size:13px; width:100%; height:100%;
font-family:'ヒラギノ丸ゴ Pro W3','Hiragino Maru Gothic Pro',/*"メイリオ",*/'ＭＳ Ｐゴシック',sans-serif;
}
html {overflow-y: scroll;}
* {webkit-text-size-adjust: none;}

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;}*/

/*  はみだし対策(どうしてもはみ出す場合はON)  */
/*body {width:100%; overflow:hidden;}*/

/*  Androidで全角文字をboldする擬似要素 */
.bold:before {
    position:absolute;
    top:0;
    left:1px;
    content:attr(data-text);
}

/*	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:900;}
.big_link a {display:block; -webkit-tap-highlight-color:rgba(0,0,0,0.3); position:absolute; left:0; top:0; height:100%; width:100%; text-align:left; text-indent:-9999px; z-index:901; overflow:hidden; outline:none;}

/*	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: #ff6600;
	background: #FFF;
	padding-top: 5px;
}
h2 {
	font-size: 10px;
	line-height: 1.25em;
	color: #ffffff;
	background: #ff6600;
}

/* =====================================================================
     メイン
====================================================================== */

/*年齢認証ページ*/

section {
	background: #ff6600;
	/*グラデーション設定*/
	background: -webkit-gradient(linear, left top, left bottom,from(#ff6600),to(#ffcc99));
	background: -moz-linear-gradient(top, #ff6600, #ffcc99);
	background: linear-gradient(-90deg,#ff6600 0%,#ffcc99 100%);
}
div.index_bg {
	width: 320px;
	height: 510px;
	margin: 0 auto;
	position: relative;
}
div.contents {
	width: 320px;
	position: absolute;
	top: 25px;
	left: 0;
}
div.index_logo {
	margin: 110px auto 0 auto;
	width: 180px;
}
div.catch {
	margin: 60px auto 0 auto;
	width: 200px;
}
p {
	margin: -5px auto 0 auto;
	width: 225px;
}
	


/*入場ボタン＆注意書*/	
div.enter {
	width: 320px;
	margin: 0 auto;
	position: absolute;
	top: 300px;
	left: 0px;
}
div.enter ul li {
	width: 200px;
	margin: 0 auto 8px auto ;
}
div.enter ul li.caution {
	color: #000;
	font-size: 11px;
	margin-bottom: 5px;
	text-align: center;
	width: 320px;
}
div.mark {
	position: absolute;
	right: 5px;
	top: 430px;
}
div.mark img {
	width: 45px;
}


/*トップページ*/

div.top_bg {
	width: 320px;
	height: 560px;
	margin: 0 auto;
	position: relative;
	
	/*img下の2pxマージンが発生するバグの修正*/
	font-size: 1px;
    line-height: 0 ;
}
div.top_bg > img {
	vertical-align:text-bottom;
}
	/*img下の2pxマージンが発生するバグの修正ここまで（但し、未改善のため各boxにheight指定しています）*/
	
div.top_logo {
	width: 200px;
	margin: 10px auto;
}
div.menuarea {
	width: 320px;
	margin-top: 160px;
}
ul.doublearea {
	width: 210px;
	margin: 0 0 5px 50px;
}
ul.triplearea {
	width: 315px;
	margin: 0 0 5px 5px;
}
div.menuarea ul li {
	width: 100px;
	margin: 0 5px 0 0;
	float: left;
}
div.menuarea ul li img {
	width: 100px;
}

/* =====================================================================
     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: #ffffff;
	line-height: 40px;
	text-indent: 20px;

	background: #ff6600;/*IE8以下の保険*/
	background: -webkit-gradient(linear, left top, left bottom,from(#ff6600),to(#ffcc99));
	background: -moz-linear-gradient(top, #ff6600, #ffcc99);
	background: linear-gradient(-90deg,#ff6600 0%,#ffcc99 100%);
}

/* =====================================================================
     フッター
====================================================================== */

footer {
	color: #666;
	line-height: 1.25em;
	padding: 5px 0;
	text-align: center;
	background: #FFF;
	font-size: 10px;
}
