@charset "UTF-8";
@font-face {
	font-family: 'MPLUSRounded1c';
	src: url("../fonts/MPLUSRounded1c-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
	font-family: 'MPLUSRounded1c';
	src: url("../fonts/MPLUSRounded1c-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: medium;
}
@font-face {
	font-family: 'MPLUSRounded1c';
	src: url("../fonts/MPLUSRounded1c-ExtraBold.ttf") format("truetype");
    font-weight: 700;
    font-style: bold;
}
input[type="button"],input[type="text"],input[type="submit"],input[type="image"],input[type="password"],textarea,select{
	-webkit-appearance: none;
	border-radius: 0;
	font-size: 16px;
}
html {
	width: 100%;
	height: 100%;
	-webkit-overflow-scrolling: touch;
}
body {
	font-family: 'MPLUSRounded1c', 'メイリオ', 'Arial';
	margin: 0px auto;
	font-size: 18px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	color: #40220F;
	background: url("/images/background.png");
	background-size: contain;
	background-position-x: center;
}
#wrap {
	max-width: 420px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}
#wrap::before {
	content: '';
	width: 50%;
	height: 100%;
	position: fixed;
	top: 0;
	left: calc(50% + 210px);
	background-color: #EEE;
}
#wrap::after {
	content: '';
	width: 50%;
	height: 100%;
	position: fixed;
	top: 0;
	right: calc(50% + 210px);
	background: #FFF;
	background-color: #EEE;
}
img {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
	-khtml-user-select: none;
}
p {
	margin: 0;
	padding: 0;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
a {text-decoration: none;}
header {
	width: 100%;
	max-width: 420px;
	min-width: 320px;
	height: 40px;
	position: fixed;
	top: 0;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: url("/images2/bg/header.png") no-repeat;
	background-position: center;
	background-color: #c6f7ff;
	border-bottom: 5px solid #fff;
	z-index: 1;
}
header p {
font-size: 20px;
    color: #2f3030;
    font-weight: 700;
    text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, 0px 2px 1px #fff, -2px 0px 1px #fff, 0px -2px 1px #fff;
}
header > a {
	display: inline-block;
	color: #FFF;
	width: 33px;
	text-align: center;
	font-weight: 700;
	text-shadow: 2px 2px 1px #333, -2px 2px 1px #333, 2px -2px 1px #333, -2px -2px 1px #333, 2px 0px 1px #333, 0px 2px 1px #333, -2px 0px 1px #333, 0px -2px 1px #333;
}
header > a:link {
	color: #FFF;
}
#btn_back, #btn_reload {
	margin: 0 5px;
}
header > span#btn_back_dummy {
	width: 33px;
	height: 40px;
	display: none;
	margin: 0 5px;
}
header > span#btn_reload_dummy {
	width: 33px;
	height: 40px;
	display: none;
	margin: 0 5px;
}
contents {
	width: calc(100% - 20px);
	min-width: 320px;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 80px;
	display: block;
}
footer {
	width: 100%;
	max-width: 420px;
	min-width: 320px;
	height: 60px;
	background: #00F;
	position: fixed;
	bottom: 0;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	display: flex;
	justify-content: space-between;
	align-items: start;
	background: url("/images2/bg/footer.jpg") no-repeat;
	background-position: center;
	background-color: #c6f7ff;
	border-top: 5px solid #bd91b9;
}
footer > a {
	display: inline-block;
	color: #FFF;
	width: 80px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-weight: 700;
	text-shadow: 2px 2px 1px #333, -2px 2px 1px #333, 2px -2px 1px #333, -2px -2px 1px #333, 2px 0px 1px #333, 0px 2px 1px #333, -2px 0px 1px #333, 0px -2px 1px #333;
}
.button {
	padding: 0 10px;
	border-radius: 5px;
	height: 34px;
	box-sizing: border-box;
	line-height: 34px;
	font-weight: 700;
	font-size: 18px;
	text-shadow: -1px -1px 1px rgba(0,0,0,0.3);
	box-shadow: 1px 1px rgba(0,0,0,0.3);
	cursor: pointer;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	margin: 0 10px;
}
.button:active {
	box-shadow: none;
	transform: translate(1px, 1px);
}
.button.pink {
	color: #FFF;
	background: rgb(255,214,210);
	background: radial-gradient(circle, rgba(255,214,210,1) 0%, rgba(255,146,133,1) 100%);
	border-left: 1px solid #fff6f5;
	border-top: 1px solid #fff6f5;
	border-bottom: 1px solid #a43a2e;
	border-right: 1px solid #a43a2e;
}
.button.blue {
    color: #FFF;
    background: #c6f7ff;
    background: radial-gradient(circle, #c6f7ff 0%, #10bcd9 100%);
    border-left: 1px solid #c6f7ff;
    border-top: 1px solid #c6f7ff;
    border-bottom: 1px solid #3333c4;
    border-right: 1px solid #3333c4;
}
img.exec_button {
	display: block;
	margin: 25px auto!important;
}
a:hover, a:link, a:active, a.visited {
	color: #3333c4;
}
