#debug {
	display:block;
	position:fixed;
	top:30px;
	left:30px;
	background:#000000;
	color:#ffffff;
	padding:10px;
	overflow:hidden;
	z-index:10000;
}



/* 構造要素とブロックレベル要素 */
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset {
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	font-size:100%;
	font-family: 'Lato', sans-serif;
}
/* 文字の自動調整の無効化 */
body {
	-webkit-text-side-adjust:none;
	color:#000000;
}

/* HTML5の新要素をプロックレベルへ。 */
div, section, nav, article, aside, hgroup, header, footer, figure, figcaption, summary,img {
	display: block;
	margin: 0;
	padding: 0;
}

.android .shadow-bk {
	text-shadow:1px 0 1px black;
}

.shadow-w {
text-shadow:0px 2px 1px #fff,0px 1px 1px #fff,1px 1px 1px #fff,1px 0px 1px #fff,2px 0px 1px #fff,1px -1px 1px #fff,1px -2px 1px #fff,0px -2px 1px #fff,-1px -2px 1px #fff,-2px -2px 1px #fff,-2px -1px 1px #fff,-2px 0px 1px #fff,-2px 1px 1px #fff,-1px 1px 1px #fff;
}


body,ul,li {
	padding:0;
	margin:0;
	border:0;
}


img {
	border:0;
	vertical-align: top;
}

input {
	
	border:none;
	background:#ffffff;
}


#container {
	margin:0 auto;
	width:320px;
	overflow:hidden;
}



#nosc {
	position:absolute;
	top:0;left:0;
	padding:0;
	margin:0;
	width:320px;
	height:1000px;
	z-index:100;
	background:#ffffff url("../img/nosc.gif") no-repeat;
}


#footer {
	width:100%;
	padding:0;
}


input[type=text],
input[type=tel] {
	text-align:center;
	padding:0;
	overflow:hidden;
	font-size:36px;
}


