@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body,
input,
textarea {
	background: #fff;
	color: #333;
	line-height: 1.3;
	font-weight: normal;
	font-family: Meiryo, "メイリオ", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 14px;
	-webkit-text-size-adjust: 100%;
}
select {
	font-family: Meiryo, "メイリオ", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", sans-serif;
	border: 1px solid #ccc;
}

html {
	overflow: auto;
}

h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote {
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

img {
	border: none;
	image-rendering: optimizeQuality;
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
}

acronym, abbr {
	cursor: help;
}

form {
	display: inline;
}

a:link {
	color: #0071BC;
	text-decoration: underline;
}
a:visited {
	color: #0071BC;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	color: #B56621;
	text-decoration: underline;
}


/* clearfix */
.clearfix {
	zoom: 1; /*for IE 5.5-7*/
}

.clearfix:after { /*for modern browser*/
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

* html .clearfix {
	display: inline-table;
	/*\*/display: block;/**/
}

/*_______________________________________*/

html,
body {
	width: 100%;
	height: 100%;
}
div {
	width: 100%;
	height: 100%;
	background: URL(./map.png) 0 0 no-repeat;
	background-size: cover;
}
div span {
	display: none;
}
