@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: #00B7EE;
	background: #FFF;
	padding-top: 5px;
}
h2 {
	font-size: 10px;
	line-height: 1.25em;
	color: #00B7EE;
	background: #000;
}

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

/*年齢認証ページ*/

section {
	background: #00B7EE;
	/*グラデーション設定*/
	background: -webkit-gradient(linear, left top, left bottom,from(#00B7EE),to(#FFF));
	background: -moz-linear-gradient(top, #00B7EE, #FFF);
	background: linear-gradient(-90deg,#00B7EE 0%,#FFF 100%);
}
div.index_bg {
	width: 320px;
	height: 510px;
	margin: 0 auto;
	position: relative;
}
div.contents {
	width: 320px;
	position: absolute;
	top: 0;
	left: 0;
}
div.catch {
	margin: 0 auto 0 auto;
	width: 320px;
}
div.index_logo {
	margin: 155px auto 0 auto;
	width: 250px;
}


/*入場ボタン＆注意書*/	
div.enter {
	width: 320px;
	margin: 0 auto;
	position: absolute;
	top: 375px;
	left: 0px;
}
div.enter ul li {
	width: 200px;
	margin: 0 auto 2px 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: 465px;
}
div.mark img {
	width: 45px;
}

/*トップページ*/

div.top_bg {
	width: 320px;
	height: 510px;
	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: 320px;
	margin: 0 auto;
}
div.menuarea {
	width: 320px;
	position: absolute;
	top: 150px;
	left: 15px;
}
div.menuarea ul li {
	height: 90px;
	margin: 0 10px 10px 0;
	float: left;
	
	/*角丸設定*/
	border-radius: 10px;
	-webkit-border-radius : 10px;
	-moz-border-radius: 10px;

	/*ボックスシャドウ設定*/
	box-shadow: 0 0 5px 0 #333;
	-moz-box-shadow:  0 0 5px 0 #333;
	-webkit-box-shadow: 0 0 5px 0 #333;

}
div.menuarea ul li img {
	width: 90px;
}


/* =====================================================================
     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: #00B7EE;/*IE8以下の保険*/
	background: -webkit-gradient(linear, left top, left bottom,from(#00B7EE),to(#FFF));
	background: -moz-linear-gradient(top, #00B7EE, #FFF);
	background: linear-gradient(-90deg,#00B7EE 0%,#FFF 100%);
}

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

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