html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#header {
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 80px;
	top: 0px;
	left: 0px;
	border-bottom: thin solid #000;
	background-color: #fff;
}
#header-icon, #header-logo {
	height: 80px;
}
#header-comment {
	position: absolute;
	bottom: 10px;
	right: 20px;
}

#footer {
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 40px;
	bottom: 0px;
	left: 0px;
	border-top: thin solid #000;
	background-color: #fff;
}
#footer-comment {
	width: 100%;
	text-align: center;
	line-height: 3;
}

#store {
	position: absolute;
	top: 100px;
	right: 20px;
}

/***************************************
 * Mosquite Radar
 ***************************************/
#mosquiteradar {
	position: relative;
	z-index: -999;
	width: 100%;
	height: 100%;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;

	background-image: url(../img/room.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;

	text-align: center;
}
.mr-image {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;

    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
#mr-radar-screen, #mr-radar-frame {
	width: 70%;
	top: 40px;
}
.mr-radar-point {
	position: absolute;
	width: 80px;
	height: 80px;
	opacity: 0;
}
#mr-radar-point1 {
	left: 76%;
	top: 35%;
}
#mr-radar-point2 {
	left: 64%;
	top: 40%;
}
#mr-radar-point3 {
	left: 52%;
	top: 35%;
}
#mr-radar-point4 {
	left: 40%;
	top: 40%;
}
#mr-radar-point5 {
	left: 28%;
	top: 35%;
}
#mr-radar-point6 {
	left: 16%;
	top: 40%;
}
#mr-mosquito {
	position: absolute;
	width: 80px;
	height: 80px;
	left:50%;
	top:35%;
}
#mr-catchphrase {
	position: absolute;
    height: 90%;
	bottom: 40px;
}

/***************************************
 * Section
 ***************************************/
.section {
	width: 100%;
	min-width: 700px;
	margin-left: auto;
	margin-right: auto;

	padding-top: 30px;
	padding-bottom: 30px;

	text-align: center;
	background-color: #fff;
}

/***************************************
 * プロローグ Section
 ***************************************/
#prologue {
	padding-top: 60px;
	padding-bottom: 60px;

	color: #417505;
}
.prologue-line {
	display: block;
	line-height: 3;
}
#prologue-boon {
	margin-bottom: 40px;
}
#prologue-mosquiteradar {
	margin-top: 40px;
}
#prologue-mr-logo {
	vertical-align: middle;
}
#prologue-mr-text1, #prologue-mr-text2 {
	position: relative;
	top: 5px;
}
.prologue-mosquito {
	position: absolute;
	opacity: 0.5;
}
#prologue-mosquito-1 {
	width: 100px;
	top: 120%;
	left: 5%;
}
#prologue-mosquito-2 {
	width: 70px;
	top: 150%;
	left: 90%;
}
#prologue-mosquito-3 {
	width: 50px;
	opacity: 0;
}
#prologue-mosquito-4 {
	width: 40px;
	opacity: 0;
}

/***************************************
 * ステップ Section
 ***************************************/
#step {
}
#step-board {
	background-image: url(../img/board-small.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	width: 400px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
}
#step-title {
	padding-top: 20px;
}
#step-img1, #step-img2, #step-img3, #step-img4 {
	width: 20%;
	margin: 10px;
	border: solid 1px #aaa;
}

/***************************************
 * ダウンロード
 ***************************************/
#download {
}
#download-board {
	background-image: url(../img/board-large.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	width: 700px;
	height: 210px;
	margin-left: auto;
	margin-right: auto;
}
#download-title {
	padding-top: 40px;
}
#download-store {
	padding-top: 20px;
}
#download-store-button {
	position: relative;
	top: -25px;
}

/***************************************
 * 使い方のコツ
 ***************************************/
#knack {
	height: 700px;
}
#knack-content {
	width: 100%;
	height: 100%;
	border: none;
}
