@font-face {
	font-family: 'Kaiso';
	src: url('Kaiso-Next-B.otf');
}
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: linear-gradient(#4a3856, #3a354c);
	font-size: 18px;
	color: #ffffff;
}
body * {
	max-width: 100%
}
#back {
	background-image: url(/image/back.png);
}
.kaiso {
	font-family: "Kaiso";
}
.center {
	text-align: center;
}
a {
	color: #ffffff;
}
.noline {
	text-decoration: none;
	border: none;
}
.item {
	height: 30px;
}
#bottom {
	position: relative;
}
#to_top {
	position: fixed;
	right: 15px;
	bottom: 5px;
	width: 50px;
}
.content_title {
	margin: 40px 0px 0px;
}
.full_width {
	background-size: cover;
}
.full_width img {
	width: 100%;
}
.store_badge {
	height: 80px;
	margin: 20px;
}
.qrcode {
	width: 150px;
	height: 150px;
}
#twitter_area {
	padding: 15px;
}
#privacy {
	max-width: 1000px;
	margin: 0px auto;
	padding: 0px 10px;
}
#footer {
	padding: 5px 0px;
	background: #1e1b20;
	width: 100%;
}
#footer > p {
	padding: 5px 20px;
	vertical-align: middle;
}
#footer > p > * {
	padding: 0px 10px;
	white-space: nowrap;
}
#footer > p * {
	vertical-align: middle;
	height: 30px;
}
#credit_apple {
	font-size: 15px;
	white-space: nowrap;
	line-height: 1.2em;
	max-width: 100%;
}