@charset "UTF-8";

html{
	height: 100%;
	overflow-y:scroll;/*--スクロールバーを常に表示させる--*/
}

*{
	margin:0px;
	padding:0px;
}

img{
	border:0px;
}
p,h1,h2,h3,h4,h5,div{/*大画面スマホ*/
	background-image: url();
}
ul, li{
	list-style-type: none;
}


body{
	color: #000000;
	background: #000000;
	text-align: center;
	height: 100%;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	font-family:"Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","arial",sans-serif;
	/*letter-spacing: 0.03em;*/
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	
	-moz-user-select : none ;
	-webkit-user-select : none ;
	-ms-user-select : none ;
	user-select : none ;
}

/*===========================================================*/
div#wrapper{
	position: relative;
	box-sizing: border-box;
	width: 100%;
	min-height: 100%;
	min-width: 320px;
	text-align: left;
	padding-bottom: 80px;
	background: #cceeff;
}
.aplview div#wrapper{
	padding-bottom: 60px;
}
/*ヘッダ==================================================*/
div#head{
	background-image: url(./img/head.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	background-color: #ffffff;
	height: 60px;
}
.aplview div#head{
	display: none;
}
/*フッタ==================================================*/
div#foot{
	position: absolute;
	bottom: 0;
	width: 100%;
	/*height: 70px;*/
	background-color: #ffffff;
}
div#foot_bar{
	padding: 10px;
	background-color: rgb(0,146,238);
}
div#foot_cpy{
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	text-align: center;
	margin-top: 3px;
	color: rgba(0,146,238,.6);
}

.aplview div#foot_cpy{
	display: none;
}
/*タイトル==================================================*/
div#title{
	position: relative;
	padding: 10px;
	background-color: rgb(0,146,238);
}
div#title h1{
	display: inline-block;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #ffffff;
}
div#title h2{
	/*display: inline-block;*/
	display: inline;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #ffffff;
}
div#title h2:before{
	content: "\00a0\BB\00a0";
	display: inline-block;
	color: #000000;
}

div#sub_title{
	position: relative;
	padding: 10px;
}
div#sub_title h2{
	display: inline-block;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: rgb(0,146,238);
}
/*メニューリスト===============================================*/
ul.menu_list{
}
ul.menu_list li{
	border-bottom: dotted 1px rgba(0,146,238,.3);
}
ul.menu_list li:first-child{
	border-top: solid 1px rgba(0,146,238,.3);
}
ul.menu_list li:last-child{
	border-bottom: solid 1px rgba(0,146,238,.3);
}
ul.menu_list a{
	display: block;
	position: relative;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	background-color: #ffffff;
	padding: 10px 10px 10px 28px;
}
ul.menu_list a:before{
	content: "\279C";
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 10px;
	top: 10px;
	color: rgb(0,146,238);
}
.pcview ul.menu_list a:hover{
	background-color: #ffff99;
}

/*汎用=============================================================================*/
div.soon{
	width: 100%;
	height: 300px;
	background-image: url(./img/soon.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center top;
	font-size: 0;
	line-height: 0;
}

a.btn{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	padding: 8px 10px;
	border: solid 1px #cccccc;
	font-weight: bold;
	
	color: #000000;

	background: #eeeeee;
	background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );

	border-radius:		5px;
	-moz-border-radius:	5px;
	-webkit-border-radius:	5px;
	-moz-box-shadow:		1px 1px 2px 1px rgba(120,50,0,0.15);
	-webkit-box-shadow:	1px 1px 2px 1px rgba(120,50,0,0.15);
	box-shadow:			1px 1px 2px 1px rgba(120,50,0,0.15);
}
.pcview a.btn:hover{
	text-decoration: none;

	color: rgb(0,146,238);

	background: #cceeff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #cceeff 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#cceeff 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#cceeff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cceeff',GradientType=0 );
}

a.btn1{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	color: rgb(0,146,238);
	background-color: rgba(0,146,238,.15);
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 10px;
	margin: 1px 0;
	border-radius:			10px;
	-moz-border-radius:		10px;
	-webkit-border-radius:	10px;
}

a.btn2{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	color: rgb(0,146,238);
	background-color: rgba(0,146,238,.15);
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 10px;
	margin: 1px 0;
	border-radius:			4px;
	-moz-border-radius:		4px;
	-webkit-border-radius:	4px;
}

a.btn3{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	color: rgb(0,146,238);
	background-color: rgba(0,146,238,.15);
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 20px;
	margin: 1px 0;
	border-radius:			4px;
	-moz-border-radius:		4px;
	-webkit-border-radius:	4px;
}

.pcview a.btn1:hover,
.pcview a.btn2:hover,
.pcview a.btn3:hover{
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha( opacity=70 );
	-moz-opacity: 0.7; 
	opacity: 0.7;
}

/*ボタン文字追加*/
a.go:after{
	content: "\00a0\2192";
	font-weight: bold;
}
a.back:before{
	content: "\2190\00a0";
	font-weight: bold;
}
a.up:after{
	content: "\00a0\2191";
	font-weight: bold;
}
a.down:after{
	content: "\00a0\2193";
	font-weight: bold;
}
a.open:after{
	content: "\00a0\25BC";
	font-weight: bold;
}
a.close:after{
	content: "\00a0\25B2";
	font-weight: bold;
}
a.batsu:before{
	content: "\00D7\00a0";
	font-weight: bold;
}
a.plus:before{
	content: "\002B\00a0";
	font-weight: bold;
}


div.clear_float{
	visibility: hidden;
	height: 0;
	font-size: 0;
	line-height: 0;
	clear: both;
}
div.clear_left{
	visibility: hidden;
	height: 0;
	font-size: 0;
	line-height: 0;
	clear: left;
}
div.clear_right{
	visibility: hidden;
	height: 0;
	font-size: 0;
	line-height: 0;
	clear: right;
}

.cmnt{
	display: none;
}

/*インラインブロック*/
.ib{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
}

/*枠*/
.waku{
	border: solid 1px rgba(0,146,238,.3);
	padding: 4px 9px;
}

/*ライン*/
.line{
	border-top: solid 1px rgba(0,146,238,.3);
}
.dotline{
	border-top: dotted 1px rgba(0,146,238,.3);
}

/*色*/
.color_strong{	color: #ee2288 !important;}
.bg_strong{	background-color: #ee2288 !important;}
.bd_strong{	border-color: #ee2288 !important;}
.strong{		background-color: #ee2288 !important; 	color: #ffffff !important;}

.color_black{	color: #000000 !important;}
.bg_black{	background-color: #000000 !important;}
.bd_black{	border-color: #000000 !important;}
.black{		background-color: #000000 !important; 	color: #ffffff !important;}

.color_white{	color: #ffffff !important;}
.bg_white{	background-color: #ffffff !important;}
.bd_white{	border-color: #ffffff !important;}
.white{		background-color: #ffffff !important; 	color: #000000 !important;}

.color_red{	color: #ee4455 !important;}
.bg_red{		background-color: #ee4455 !important;}
.bd_red{		border-color: #ee4455 !important;}
.red{			background-color: #ee4455 !important; 	color: #ffffff !important;}

.color_red2{	color: rgba(238,68,85,.5) !important;}
.bg_red2{		background-color: rgba(238,68,85,.5) !important;}
.bd_red2{		border-color: rgba(238,68,85,.5) !important;}
.red2{			background-color: rgba(238,68,85,.5) !important; 	color: #ffffff !important;}

.color_green{	color: #009966 !important;}
.bg_green{		background-color: #009966 !important;}
.bd_green{		border-color: #009966 !important;}
.green{			background-color: #009966 !important; 	color: #ffffff !important;}

.color_blue{	color: rgb(0,146,238) !important;}
.bg_blue{		background-color: rgb(0,146,238) !important;}
.bd_blue{		border-color: rgb(0,146,238) !important;}
.blue{			background-color: rgb(0,146,238) !important; 	color: #ffffff !important;}

.color_orange{	color: #ff7744 !important;}
.bg_orange{		background-color: #ff7744 !important;}
.bd_orange{		border-color: #ff7744 !important;}
.orange{			background-color: #ff7744 !important; 	color: #ffffff !important;}

.color_purple{	color: #aa77cc !important;}
.bg_purple{		background-color: #aa77cc !important;}
.bd_purple{		border-color: #aa77cc !important;}
.purple{			background-color: #aa77cc !important; 	color: #ffffff !important;}

.color_pink{	color: #ee88bb !important;}
.bg_pink{		background-color: #ee88bb !important;}
.bd_pink{		border-color: #ee88bb !important;}
.pink{			background-color: #ee88bb !important; 	color: #ffffff !important;}

.color_cyan{	color: #55ccee !important;}
.bg_cyan{		background-color: #55ccee !important;}
.bd_cyan{		border-color: #55ccee !important;}
.cyan{			background-color: #55ccee !important; 	color: #ffffff !important;}

.color_olive{	color: #aacc66 !important;}
.bg_olive{		background-color: #aacc66 !important;}
.bd_olive{		border-color: #aacc66 !important;}
.olive{			background-color: #aacc66 !important; 	color: #ffffff !important;}

.color_yellow{	color: #ffcc66 !important;}
.bg_yellow{		background-color: #ffcc66 !important;}
.bd_yellow{		border-color: #ffcc66 !important;}
.yellow{			background-color: #ffcc66 !important; 	color: #ffffff !important;}


/*文字*/
.left{
	text-align: left;
}
.right{
	text-align: right;
}
.center{
	text-align: center;
}
.bold{
	font-weight: bold;
}
strong{
	font-weight: bold;
	color: #ee2288;
}
.smaller{
	font-size: smaller;
}

/*文字サイズ*/
.size20{font-size: 20px  !important;line-height: 26px !important;font-weight: normal !important;}
.size20b{font-size: 20px !important;line-height: 26px !important;font-weight: bold !important;}

.size18{font-size: 18px !important;line-height: 26px !important;font-weight: normal !important;}
.size18b{font-size: 18px !important;line-height: 26px !important;font-weight: bold !important;}

.size16{font-size: 16px !important;line-height: 26px !important;font-weight: normal !important;}
.size16b{font-size: 16px !important;line-height: 26px !important;font-weight: bold !important;}

.size14{font-size: 14px !important;line-height: 22px !important;font-weight: normal !important;}
.size14b{font-size: 14px !important;line-height: 22px !important;font-weight: bold !important;}

.size13{font-size: 13px !important;line-height: 22px !important;font-weight: normal !important;}
.size13b{font-size: 13px !important;line-height: 22px !important;font-weight: bold !important;}

.size12{font-size: 12px !important;line-height: 22px !important;font-weight: normal !important;}
.size12b{font-size: 12px !important;line-height: 22px !important;font-weight: bold !important;}
.kaku{font-size: 12px !important;line-height: 22px !important;font-weight: bold !important; color: #000000;}

.size11{font-size: 11px !important;line-height: 18px !important;font-weight: normal !important;}
.size11b{font-size: 11px !important;line-height: 18px !important;font-weight: bold !important;}

.size10{font-size: 10px !important;line-height: 15px !important;font-weight: normal !important;}
.size10b{font-size: 10px !important;line-height: 15px !important;font-weight: bold !important;}

.size8{font-size: 8px !important;line-height: 12px !important;font-weight: normal !important;}
.size8b{font-size: 8px !important;line-height: 12px !important;font-weight: bold !important;}

/*スペーサ*/
div.space2{ height: 2px; font-size: 0; line-height: 0;}
div.space5{ height: 5px; font-size: 0; line-height: 0;}
div.space8{ height: 8px; font-size: 0; line-height: 0;}
div.space10{ height: 10px; font-size: 0; line-height: 0;}
div.space20{ height: 20px; font-size: 0; line-height: 0;}
div.space30{ height: 30px; font-size: 0; line-height: 0;}
div.space40{ height: 40px; font-size: 0; line-height: 0;}
div.space50{ height: 50px; font-size: 0; line-height: 0;}

.p_l0{ padding-left: 0 !important;}
.p_l5{ padding-left: 5px;}
.p_l10{ padding-left: 10px;}
.p_l15{ padding-left: 15px;}
.p_l20{ padding-left: 20px;}
.p_l30{ padding-left: 30px;}

.p_r0{ padding-right: 0 !important;}
.p_r5{ padding-right: 5px;}
.p_r10{ padding-right: 10px;}
.p_r15{ padding-right: 15px;}
.p_r20{ padding-right: 20px;}
.p_r30{ padding-right: 30px;}

.p_t0{ padding-top: 0 !important;}
.p_t5{ padding-top: 5px;}
.p_t10{ padding-top: 10px;}
.p_t15{ padding-top: 15px;}
.p_t20{ padding-top: 20px;}
.p_t30{ padding-top: 30px;}

.p_b0{ padding-bottom: 0 !important;}
.p_b5{ padding-bottom: 5px;}
.p_b10{ padding-bottom: 10px;}
.p_b15{ padding-bottom: 15px;}
.p_b20{ padding-bottom: 20px;}
.p_b30{ padding-bottom: 30px;}

.m_l0{ margin-left: 0 !important;}
.m_l5{ margin-left: 5px;}
.m_l10{ margin-left: 10px;}
.m_l15{ margin-left: 15px;}
.m_l20{ margin-left: 20px;}
.m_l30{ margin-left: 30px;}

.m_r0{ margin-right: 0 !important;}
.m_r5{ margin-right: 5px;}
.m_r10{ margin-right: 10px;}
.m_r15{ margin-right: 15px;}
.m_r20{ margin-right: 20px;}
.m_r30{ margin-right: 30px;}

.m_t0{ margin-top: 0 !important;}
.m_t5{ margin-top: 5px;}
.m_t10{ margin-top: 10px;}
.m_t15{ margin-top: 15px;}
.m_t20{ margin-top: 20px;}
.m_t30{ margin-top: 30px;}

.m_b0{ margin-bottom: 0 !important;}
.m_b5{ margin-bottom: 5px;}
.m_b10{ margin-bottom: 10px;}
.m_b15{ margin-bottom: 15px;}
.m_b20{ margin-bottom: 20px;}
.m_b30{ margin-bottom: 30px;}

.pdg0{padding: 0px !important;}
.pdg5{padding: 5px;}
.pdg10{padding: 10px;}
.pdg20{padding: 20px;}
.pdg30{padding: 30px;}

.mgn0{margin: 0px !important;}
.mgn5{margin: 5px;}
.mgn10{margin: 10px;}
.mgn20{margin: 20px;}
.mgn30{margin: 30px;}

h3{
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #ee2288;
	padding: 20px 0 5px 10px;
}

.aplview .apl_hide{
	display: none;
}

/*ボタンOFF*/
.btn_off{
	pointer-events: none;
	-ms-filter: "alpha( opacity=30 )";
	filter: alpha( opacity=30 );
	-moz-opacity: 0.3; 
	opacity: 0.3;
}