@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:link {
    color:#0066FF;
    font-style:normal;
    text-decoration:underline;
}
a:visited {
    color:#0066FF;
    text-decoration:underline;
}
a:hover {
    color:#0033FF;
    font-style:normal;
    text-decoration:underline;
}
a:active {
    text-decoration:none;
}
*/

iframe {
	border: 0 !important;
	margin-top: -12px;
}


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

/* =====================================================================
     ヘッダー
====================================================================== */

header {
	overflow-x:hidden;
	text-align: center;
}

h1 {
	font-size: 13px;
	line-height: 1.5em !important;
	color: #00F;
	background: #FFF;
	border-bottom: solid 1px #000;
}

h1 span {
	font-size: 10px;
}

section {
	padding: 10px 0;
	
	background: #3FF;/*その他用保険*/
	background: -webkit-gradient(linear, left top, left bottom,from(#3FF),to(#FFF)); /*ChromeSafari用*/
	background: -moz-linear-gradient(top,  #3FF,  #FFF);/*Firefox用*/
	background: linear-gradient(-90deg,#3FF 0%,#FFF 100%);/*IE9用*/
}





/* ここからiframe用 */

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: #444;
	line-height: 40px;
	text-indent: 20px;

	background: #FFF;/*IE8以下の保険*/
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(204, 204, 204)),color-stop(1, rgb(255, 255, 255)));
	background-image: -moz-linear-gradient(-90deg,rgb(204, 204, 204) 0%,rgb(255, 255, 255) 100%);
	background-image: linear-gradient(-90deg,rgb(204, 204, 204) 0%,rgb(255, 255, 255) 100%);

}

/* =====================================================================
     フッター
====================================================================== */
footer {
	color: #666;
	line-height: 1em;
	padding-top: 2px;
	width: 320px;
	margin: 0 auto;
}

footer div.fbg {
	background: #FFF;
	
}

footer div.fbg div, footer ul {
	float: left;
	margin-left: 10px;
}

footer ul li h3 {
	margin-top: 7px;
	font-size: 12px;
}

footer ul li.end {
	font-size: 10px;
}
