@charset "utf-8";

/*----------------------------------------------------
 elements
----------------------------------------------------*/
body {
	color:#2B2B2B;
	background:#ffffff;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
}

a {	-webkit-tap-highlight-color: rgba(200,200,555,.6); }

a:link { text-decoration: none;
		color:#39f8ff; }

a:visited {	text-decoration: none;
		color:#39f8ff; }

img { vertical-align: top; }

ol, ul { margin-left: 25px; }

/*----------------------------------------------------
 bg
----------------------------------------------------*/

#common{
background-image:url(../img/game_bg.jpg),url(../img/game_bg2.gif);
	background-repeat:repeat-yt,no-repeat;}
	
#success{
background-image:url(../img/common_goodbg.jpg),url(../img/common_bg.gif);
	background-position:center top,center top;
	background-repeat:no-repeat,no-repeat;}

#fail{
background-image:url(../img/common_batbg.jpg),url(../img/common_bg.gif);
	background-position:center top,center top;
	background-repeat:no-repeat,no-repeat;}

/*----------------------------------------------------
 #page
----------------------------------------------------*/
#page {
	margin: 0 auto;
	padding:0 0 50px;
	position: relative;
	min-height:100vh;
	box-sizing: border-box;
	overflow: hidden;
}

/*----------------------------------------------------
 ランドスケープ表示
----------------------------------------------------*/
@media all and (orientation:landscape) {
	#page {
		width: 320px;
	}
}


/*----------------------------------------------------
 header
----------------------------------------------------*/



/*----------------------------------------------------
 footer
----------------------------------------------------*/
.footer {
	background-color:#000;
	position: absolute;
	bottom: 0;
	width:100%;
	box-sizing: border-box;
	padding: 1em;
	}
	
.copyright {
	margin: 0;
	text-align: center;
	font-size:xx-small;
	color:#FFFFFF;
}


/*----------------------------------------------------
 main
----------------------------------------------------*/
section.main {
	text-align: center;
}

/*----------------------------------------------------
 title
----------------------------------------------------*/
section.title {
	background:url(../img/share/bg_title.png) repeat-x;
	height:44px;
	text-align:center;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	padding-top:14px;
}


/*----------------------------------------------------
 clearfix
----------------------------------------------------*/
/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:block;
    overflow:hidden;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}



/*----------------------------------------------------
 page id
----------------------------------------------------*/
div.game {
	background-image: url(../img/game_bg2.gif),url(../img/game_bg.jpg);
	background-repeat: no-repeat,repeat-y;
	background-position: center top;
}
div.get {
	background-image: url(../img/get_bg.gif),url(../img/game_bg.jpg);
	background-repeat: no-repeat,repeat-y;
	background-position: center top;
}

div.under {
	background-image:url(../img/common_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

div.reclaimed {
	background-color:#4c4138;
}

div.last {
	background-color:#56930e;
}


/*----------------------------------------------------
 contents
----------------------------------------------------*/
section.start{
	width:286px;
	background:none;
	padding-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
section.text_box{
	margin-right: auto;
	margin-left: auto;
	width: 270px;
}
section.game_box{
	margin-right: auto;
	margin-left: auto;
	width: 295px;
}
section.contents_box{
	height: 290px;
}
section.game_btn{
	margin-right: auto;
	margin-left: auto;
	width: 295px;
}
section.time_box{
	background-image: url(../img/time_bg.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	width: 265px;
	height: 73px;
	text-align: center;
}
.time_box p {
	font-size: 60px;
	color: #FF0;
	line-height: 60px;
	padding-top: 10px;
}

section.contents{
	width:286px;
	background:none;
	margin-top: 120px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

section.common_contents{
	width:99%;
	background:none;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

section.common_logo{
	width:99%;
	background:none;
	margin-top:15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.btn_area{
	text-align:center;
	margin:0 auto;
	background:none;
	width:99%;
}

.index_btn_bg {
	background-image: url(../img/index_btn_bg.jpg);
	background-repeat: no-repeat;
}


/*----------------------------------------------------
 login & form
----------------------------------------------------*/

.form_box {
	width: 270px;
	margin-right: auto;
	margin-left: auto;
}
.form_bg {
	height: 44px;
	width: 264px;
	border-radius: 5px;
	background-color: #FFF;
	border: 3px solid #000;
}
.login_form {
	width: 250px;
	height: 30px;
	margin-top: 5px;
	margin-left: 10px;
	background: transparent;
	border: none;
	outline: none;
	font-size: 16px;
}




div.login_area{
	width:99%;
	margin:0 auto;
}

.radio,.radiobtn{vertical-align:middle;}

.box{ width:99%; margin:0 auto;	}

.box_al{background-color: rgba(255,255,255,0.9);}

.box_al_red{background-color: rgba(255,0,0,0.9);}

.box_maru{  
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
} 

.box_txt{padding:10px 15px 10px 15px;}

.box_txt p{margin:0; line-height:1.5em;}



/*----------------------------------------------------
 textbox
----------------------------------------------------*/
.text_box_head {
	height: 10px;
	width: 270px;
}
.text_box_btm {
	height: 10px;
	width: 270px;
}
.text_box_bg {
	padding: 10px;
	background-color: #FFF;
	border-radius: 5px;
	border: 3px solid #000;
}
.scroll {
	overflow: auto;
	height: 290px;
}

.text_box .text_box_bg p {
	font-size: 16px;
	line-height: 24px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.text_box_bg ul {
	font-size: 16px;
	padding: 0px;
}
.text_box_bg li {
	margin: 0px;
	padding: 0px;
}

/*----------------------------------------------------
 gamebox
----------------------------------------------------*/

.game_box_bg {
	padding: 10px;
	background-color: #f1e5d7;
	border: 3px solid #000;
	border-radius: 5px;
}
.game_box .game_box_bg p {
	padding-bottom: 5px;
}
.game_box_bg ul {
	font-size: 16px;
	padding: 0px;
}
.game_box_bg li {
	margin: 0px;
	padding: 0px;
}
.game_box_bg a {
	color:#900;
	text-decoration:underline;
}

.get_cap {
	background-color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FF0;
	text-align: center;
	line-height: 24px;
	border: 1px solid #69610c;
}

/*----------------------------------------------------
 success
----------------------------------------------------*/
.get_bg{
	background-image:url(../img/item_bg.jpg);
	height: 295px;
	text-align:center;
}
.get_box{
	width:275;
	margin-left:auto;
	margin-right:auto;
}


/*----------------------------------------------------
 collection
----------------------------------------------------*/
.item_thum {
	height: 98px;
	width: 98px;
	border: 1px solid #b08a37;
	float: left;
}


/*----------------------------------------------------
 rank
----------------------------------------------------*/
.rank_box{
height:380px;
margin-left:auto;
margin-right:auto;
margin-top:0;
}

.rank_title{
	position:relative;
	top:0px;
	z-index:50;
}

.rank_txt{
	position:relative;
	top:15px;
	z-index:100;
	font-size:x-large;
	font-weight:bold;
	}


/*----------------------------------------------------
 汎用CSS
----------------------------------------------------*/

.mt5{ margin-top:5px;}
.mt10{ margin-top:10px;}
.mt20{ margin-top:20px;}
.mt30{ margin-top:30px;}
.mt40{ margin-top:40px;}
.mt50{ margin-top:50px;}
.mt60{ margin-top:60px;}

.mb5{ margin-bottom:5px;}
.mb10{ margin-bottom:10px;}
.mb20{ margin-bottom:20px;}

.pb5{ padding-bottom:5px;}
.pb10{ padding-bottom:10px;}
.pb20{ padding-bottom:20px;}
.pb30{ padding-bottom:30px;}

.pt5{ padding-top:5px;}
.pt10{ padding-top:10px;}
.pt20{ padding-top:20px;}
.pt30{ padding-top:30px;}
.pt40{ padding-top:40px;}
.pt50{ padding-top:50px;}
.pt60{ padding-top:60px;}

.mr5{ margin-right:5px; }
.mr10{ margin-right:10px; }

.ml5{ margin-left:5px; }
.ml10{ margin-left:10px; }

.txt_l{font-size:large; font-weight:bold;}
.txt_xl{font-size:x-large; font-weight:bold;}
.txt_xxl{font-size:xx-large; font-weight:bold;}
.txt_m{font-size:medium;}
.txt_s{font-size:small;}
.txt_xs{font-size:x-small;}
.txt_xxs{font-size:xx-small;}


.fl{ float:left;}
.fr{ float:right;}
.cl{ clear:both;}

.al{ text-align:left;}
.ar{ text-align:right;}
.ac{ text-align:center;}

.f12{ font-size:12px;}
.f14{ font-size:14px;}
.f16{ font-size:16px;}
.f18{ font-size:18px;}
.f20{ font-size:20px;}
.f22{ font-size:22px;}
.f24{ font-size:24px;}
.f30{ font-size:30px;}
.f60{ font-size:60px;}

.lh24{ line-height:24px;}

.yellow{ color:#FF0;}
.white{ color:#FFF;}
.red{ color:#FF0000;}

.atte{ color:#F00; font-weight:bold;}


.alert{
	vertical-align: bottom;
	margin-right: 5px;
}

.fb{font-weight:bold;}

.pos_r{ position:relative;}
.pos_a{
	position: absolute;
}


.box_txt .txt_s{
	text-align: left;
}
.box_txt .txt_s img{
	display: block;
	margin: 0 auto 5px;
}