@charset "utf-8";

html,body {
	-webkit-text-size-adjust: none;
}

*{
	margin:0;
	padding:0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}
img{
	border:none;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
table th{
	font-weight:normal;
	vertical-align:top;
}
th td{
	vertical-align:top;
}
ol,ul{
	list-style:none;
}
body{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height:1.5;
	font-size:13px;
	text-align:center;
	/*background: url(../img/common/bg.png);*/
}


h1,h2,h3,h4,h5{
	font-size:100%;
	font-weight:normal;
}
a{
	outline:none;
	text-decoration:none;
}

address{
	font-style:normal;
}

span.fw{
	font-weight: bold;
}

body,html{
	height: 100%;
	background-color: #fff;
	/*background-color: #ffee9c;*/
}

.only_ios{
	display:none;
}

.other_ios{
	display:none;
}

.only_android{
	display:none;
}

.only_pc{
	display:none;
}

/* ---------------------------------------*/
/**/
/* ---------------------------------------*/

h1 {
	background: #000;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding: 6px;
}

h2 {
	background: #ddd;
	color: #555;
	font-weight: bold;
	text-align: center;
	padding: 3px;
}

footer{
	background-color: #000;
	padding: 10px 0;
	width: 100%;
	position: absolute;
	bottom:0;
}

#container{
	background-color: #fff;
	background-size :auto;
	max-width: 640px;
	margin: 0 auto;
	text-align: left;
	min-height: 100%;
	position: relative;
}

.frame_ajust{
	height: 100%;
}

.frame_box01{
	border:solid 1px #333;
	height:75%;
	margin: 0 20px;
	overflow: auto;
	-webkit-overflow-scrolling:touch;
	position: relative;
}

.frame_box01 iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:none;
	display:block;
}


.main_block{
	text-align: left;
	padding: 0 10px;
}

*:focus { outline:none; }

input[type="text"],textarea {
	border: solid 1px #aaa;
}
input[type="text"]:focus,textarea:focus {
	border: solid 1px #9cf;
}


.btn_box01{
	width: 90%;
	margin: 0 auto;
}




.btn_link{
	padding: 10px;
	border: solid 1px #999;
	color: #555;
	background-color: #f0f0f0;
	max-width: 300px;
	display: block;
	text-align: center;
}


.btn_box01 input{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.btn_link01{
	width: 100%;
	border: none;
	outline: none;
	padding: 10px;
	background-color: #0bf;
	color: #fff;
	display: block;
	text-align: center;
	box-sizing: border-box;
	margin: 10px 0;
}


.btn_link02{
	padding: 10px;
	background-color:#bbb;
	color: #fff;
	display: block;
	text-align: center;
	box-sizing: border-box;
	margin: 10px 0;
}

.btn_link03{
	padding: 10px;
	background-color:#ffcc00;
	color: #111;
	display: block;
	text-align: center;
	box-sizing: border-box;
	margin: 10px auto;
	border-radius: 8px;
	border: solid 3px #111;
	font-weight: bold;
	font-size: 0.95rem;
	max-width: 300px;
}


.btn_data{
	padding: 10px;
	background-color: #49a;
	color: #fff;
	display: block;
	text-align: center;
	box-sizing: border-box;
	margin: 10px 0;
}

#setting_result{
	text-align: center;
	display: block;
	padding: 10px 0;
}


#delete_error{
	font-weight: bold;
	color: #f00;
	display: none;
}

#delete_code{
	font-weight: bold;
}

@media (max-height: 480px) {
	.frame_box01{
		height: 60%;
	}
}



@media (max-width: 480px) {
	.btn_box01{
		width: 100%;
	}
}



/* ---------------------------------------*/
/*入力ボックス*/
/* ---------------------------------------*/



.input_box input{
	width: 100%;
	border-radius: 5px;
	border: solid 1px #ccc;
	box-sizing: border-box;
	min-height: 20px;
	font-size: 1.5em;
	line-height: 1.5;
}



