@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;
}


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

nav {}


/*装飾系*/
div.selector01{  
    border:#FF9933 solid 1px;  
    display:block;  
    padding:.1em .3em  
}  
.selector01b{  
    border-left:#FF9933 solid 6px;  
    padding:.2em .3em .2em .8em  
}

.selector02{  
	border-left:7px solid #FF9933;  
	border-bottom:1px solid #FF9933;  
	padding:.1em .5em  
}  


/*色*/
.pink {color:#FF6699;}
.green {color:#00CC00;}
.orange {color:#FF9900;}
.deeporange {color:#FF3300;}
.aqua {color:#66CCCC;}
.purple {color:#CC3399;}
.lime {color:#66FFCC;}
.blue {color:#3399FF;}




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

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

h1 {
	font-size: 13px;
	line-height: 1.5em !important;
	color: #f6089a;
	background: #FFF;
}

h2{
	font-size: 10px;
	color: #FFF;
	background: #ff69b4;
}




/* ここから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: #906;
	line-height: 40px;

	background: #F6C;/*その他用保険*/
	background: -webkit-gradient(linear, left top, left bottom,from(#F6C),to(#FFF)); /*ChromeSafari用*/
	background: -moz-linear-gradient(top,  #F6C,  #FFF);/*Firefox用*/
	background: linear-gradient(-90deg,#F6C 0%,#FFF 100%);/*IE9用*/

}

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


footer {
	color: #666;
	line-height: 1em;
	padding-top: 2px;

}


footer h3 , footer p , footer div{
	float: left;
	margin-left: 10px;
}

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

footer p {
	font-size: 10px;
}

