﻿@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-text-size-adjust: none;
}

html {
	width:100%;
}

body {
	width:100%;
	background-color: #ffffff;
	font-family: "MS UI Gothic", sans-serif;
    -webkit-user-select: none;
	-ms-touch-action: none;
	overflow-x: hidden;
}

.BaseImage img{
	width : 100%;
	position : relative;
}

.ShareImage img{
	width: 91.3%;
	height: auto;
	position : absolute;
	left: 4.35%;
	top:67vw;
	border : 2px solid #be8a3a;
}	

#btnCompass a{
	display: block;
	position: absolute;
	width: 91.3%;
	height: 46vw;
	left: 4.35%;
	top:262vw;
}	

#compass_contents {
	width: 750px;
	line-break: normal;
}
