@charset "UTF-8";
/* Wi-Fi check CSS */
@charset "UTF-8";
/*------------------------------------------------------------
	リセット
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure { margin: 0; padding: 0; background: transparent; border: 0; outline: 0; font-size: 1em; }

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } ol, ul { list-style: none; } blockquote, q { quotes: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }
object,embed { display: block; border: none; }

/*------------------------------------------------------------
	クリアフィクス
------------------------------------------------------------*/
.clearfix:before,
.clearfix:after,
#container:before,
#container:after,
#header:before,
#header:after,
#contents:before,
#contents:after,
#footer:before,
#footer:after,
.section::before,
.section:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after,
#container:after,
#header:after,
#contents:after,
#footer:after,
.section:after {
	clear: both;
}

.clear {
	clear:both;
}
/*------------------------------------------------------------
	リンク
------------------------------------------------------------*/
a {
	text-decoration: none;
	font-size:100%;
	color:#3399ff;
}
a:hover {
	text-decoration: underline;
}
a img {
	border-style: none;
}

/*------------------------------------------------------------
	フォント
------------------------------------------------------------*/
body { -webkit-text-size-adjust: 100%; } /*スマホ表示時の文字サイズ拡大を防ぐ*/

body, table, input, textarea, select, option {
	font-family: " Lucida Grande ", " Lucida Sans Unicode ", Helvetica,"Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
	font-size: 0.9em;
} 
h1 {
	font-size: 310%;
}

h2 {
	font-size: 180%;
}

h3 {
	font-size: 150%;
}

h4 {
	font-size: 125%;
}

small {
	font-size: 80%;
}

hr {
	clear: both;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	background-color:#FFFFFF;
	/*background-image:url(img/bg2.png);
	background-position:center top;*/
}
#container {
	margin: 30px 0;
}
.wrap {
	width:960px;
	margin:0 auto;
}
#header {
	margin:0;
	padding:60px 0;
	background-color:#9cdbf4;
}
#nav {
	margin:0 0 0px 0;
}
#contents {
	margin:0 0 0px 0;
}

#footer {
	padding:20px 0;
}




#wifiCheck {
	padding:10px;
}
.checkArea {
	border:1px solid #cccccc;
	padding:50px 20px;
	margin:0 0 20px 0;
}
.pict {
	text-align:center;
	margin:20px 0;
}
.downloadBlock,.attentionBlock {
	display:none;
}
.downloadBlock p.text {
	text-align:center;
	font-size:90%;
}
#download-btn {
	text-align:center;
	margin:40px auto 60px auto;
}
#download-btn li {
	display:inline-block;
	margin:0px 20px;
}
#download-btn li p {
	margin-bottom:10px;
}
.loading {
	font-size:200%;
	font-weight:bold;
	color:#ccc;
}
.attentionBlock {
	text-align:center;
}
.attention {
	color:#990000;
	margin:30px 0 0 0;
}
.link-faq {
	margin:30px 0 0 0;
}
.link-faq a {
	color:#0072bc;
	text-decoration:underline;
}


@media (max-width: 959px) {
	.wrap {
		width:94%;
		margin:0 3%;
	}
	
}

@media (max-width: 647px) {
	#wifiCheck {
		padding:5px;
	}
	.checkArea {
		border:none;
		padding:20px 0px;
		margin:0 0 0px 0;
	}
	.pict {
		text-align:center;
		margin:10px 0;
	}
	.downloadBlock p.text {
		text-align:left;
	}
	#download-btn {
		text-align:center;
		margin:40px auto 0px auto;
	}
	#download-btn li {
		display:block;
		margin:0px 0px 10px 0;
	}
	#download-btn li p {
		margin-bottom:5px;
	}
	.pict img {
		width:100%;
		height:auto;
	}
	.attentionBlock {
		text-align:left;
	}
	
}
