@charset "utf-8";



/* wrapper
---------------------------------------------------------- */
.wrapper {
	position: relative;
	width: 100%;
	min-height: 100%;
	padding: 0 0 89px;
}



/* header
---------------------------------------------------------- */
.header {
	background: #0a0a0a url(../img/bg_header01_sp.png) 0 0 repeat-x;
	-webkit-background-size: 5px 26px;
	background-size: 5px 26px;
	-webkit-box-shadow:rgba(51, 51, 51, 0.2) 0px 0px 3px 2px;
	box-shadow:rgba(51, 51, 51, 0.2) 0px 0px 3px 2px;
}
.header_inner {
	width: 100%;
	height: 26px;
	margin: 0;
}
.header_logo {
	left: 5px;
	width: 61px;
	height: 61px;
	background: transparent url(../img/header_logo_sp.png) left top no-repeat;
	-webkit-background-size: 61px 61px;
	background-size: 61px 61px;
}
.select_lang {
	right: 0;
	background: none;
}
.select_lang li {
	background: transparent url(../img/bg_header_line01_sp.png) left top repeat-y;
	-webkit-background-size: 2px 2px;
	background-size: 2px 2px;
}
.select_lang a {
	display: block;
	height: 10px;
	padding: 8px 12px;
	font-size: 10px;
	line-height: 1;
}
.android .select_lang a {
	padding: 9px 12px 7px;
}


/* contents
---------------------------------------------------------- */
.contents {
	width: auto;
	min-height: auto;
	margin: 0;
	padding: 0 10px;
}
.main h1 {
	margin: 17px 0 10px;
	padding: 0 0 0 20px;
	font-size: 16px;
	text-align: center;
}
.main p {
	font-size: 11px;
	line-height: 15px;
}



/* h2_wrap, h2
---------------------------------------------------------- */
.h2_wrap {
	margin: 10px 0 0;
}
.terms .h2_wrap {
	margin: 8px 0 0;
}
.h2_wrap h2 {
	padding: 9px 0 10px 9px;
	font-size: 11px;
	line-height: 1;
}
.android .h2_wrap h2 {
	padding: 10px 0 9px 9px;
}
.btn {
	right: 3px;
	top: 3px;
	padding: 7px 17px 7px 7px;
	border-radius: 4px;
	font-size: 10px;
	line-height: 1;
}
.android .btn {
	padding: 8px 17px 6px 7px;
}
.btn i {
	right: 5px;
	top: 9px;
	width: 8px;
	height: 6px;
	background: transparent url(../img/bg_arrow_down_sp.png) left top no-repeat;
	-webkit-background-size: 8px 6px;
	background-size: 8px 6px;
}
.btn i.down {
	background: transparent url(../img/bg_arrow_up_sp.png) left top no-repeat;
	-webkit-background-size: 8px 6px;
	background-size: 8px 6px;
}



/* terms, privacy_policy
---------------------------------------------------------- */
.terms_txt,
.privacy_policy_txt {
	height: 80px;
	margin: 10px 0 0;
	padding: 2px 5px 5px;
	font-size: 10px;
	line-height: 16px;
}
.android .terms_txt,
.android .privacy_policy_txt {
	height: 78px;
	padding: 4px 5px 5px;
}
.terms_txt.show,
.privacy_policy_txt.show
.android .terms_txt.show,
.android .privacy_policy_txt.show {
	height: auto;
}
.terms_txt_detail > dt,
.privacy_policy_txt_detail > dt {
	margin: 10px 0 0;
}



/* btn_list_agree, btn_disagree/btn_agree
---------------------------------------------------------- */
.btn_list_agree {
	width: auto;
	margin: 15px auto 0;
}
.btn_list_agree li {
	float: none;
	width: 100%;
	margin: 15px 0 0;
}
.btn_list_agree li:first-child {
	width: 100%;
}
.btn_disagree, .btn_agree {
	width: 100%;
	padding: 8px 0;
	border-radius: 30px;
	font-size: 14px;
	line-height: 1;
}
.android .btn_disagree, .android .btn_agree {
	padding: 9px 0 7px;
}



/* login
---------------------------------------------------------- */
.login_wrap {
	margin: 15px 0 0;
	background: transparent none;
}
.login {
	float: none;
	width: auto;
	margin: 15px 0 0;
	padding: 0;
}
.login:first-child {
	float: none;
}
.login h2 {
	margin: 0;
	padding: 6.5px 0;
	background: #1b1b21 none;
	border-radius: 5px 5px 0 0;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}
.android .login h2 {
	padding: 7.5px 0 5.5px;
}
.login_inner {
	padding: 15px 10px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	border-radius: 0 0 5px 5px;
}
.login input[type="text"] {
	font-size: 12px;
}
.btn_login {
	margin:  15px 0 0;
	padding: 7px 0 8px 26px;
	border-radius: 15px;
	font-size: 15px;
	-webkit-background-size: 26px 26px;
	background-size: 26px 26px;
	background-position: 16px 2px;
}
.android .btn_login {
	padding: 8px 0 7px 26px;
}
.btn_email {margin: 10px 0 0; padding: 7px 0 8px; background: #be1c10 none;}
.android .btn_email {padding: 8.5px 0 6.5px;}
.btn_yahoo {margin: 0; background-image: url(../img/bg_logo_yahoo_sp.png);}
.btn_google {background-image: url(../img/bg_logo_google_sp.png);}
.btn_facebook {background-image: url(../img/bg_logo_facebook_sp.png);}
.btn_twitter {background-image: url(../img/bg_logo_twitter_sp.png);}



/* message
---------------------------------------------------------- */
.message {
	margin: 20px 0 0;
	padding: 7px;
	border: 1px solid #999;
	font-size: 11px;
}
.android .message {padding: 8px 7px 6px;}


/* footer
---------------------------------------------------------- */
.footer {
	position: absolute;
	left: 0;
	bottom: 17px;
	display: block;
	width: 100%;
	margin: 0;
}
.japanfreewifi_logo {
	display: block;
	float: left;
	width: 50%;
	height: 26px;
	padding: 11px 0 0;
	background: transparent url(../img/footer_logo_japanfreewifi_sp.png) 10px 11px no-repeat;
	-webkit-background-size: 117px 26px;
	background-size: 117px 26px;
}
.footer small {
	box-sizing: border-box;
	display: block;
	float: right;
	width: 50%;
	padding: 20px 10px 0 0;
	font-size: 9px;
	line-height: 1;
}
