@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background:#FFF;
	font-size: 12px;
	font-family: -apple-system, 'Lucida Grande','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
	color: #444;
}
a {
	color: #007aff;
	text-decoration: none;
}
#wrapper {
  margin: 0 auto;
}
@media screen and (min-width: 461px) {
#wrapper {
    width: 728px;
}
h2 {
	margin: 30px 62px;
	float: left;
}
}
@media screen and (min-width: 376px) and (max-width: 460px) {
#wrapper {
    width: 412px;
}
h2 {
	margin: 20px auto;
}
}
@media screen and (min-width: 321px) and (max-width: 375px) {
#wrapper {
    width: 360px;
}
h2 {
	margin: 20px auto;
}
}
@media screen and (max-width: 320px) {
#wrapper {
    width: 320px;
}
h2 {
	margin: 20px auto;
}
}
/*language/////////*/
ul.language {
	margin: 6px 5px 2px 0;
	list-style: none;
	font-size: 0.9em;
	line-height: 1em;
	float: right;
}
ul.language li {
	float: left;
	margin: 0 5px;
}
ul.language li a {
	text-decoration: none;
	display: block;
	color: #CCC;
}
img {
	vertical-align: bottom;
	border: none;
	width: 100%;
}
.desc {
	text-align: center;
	margin: 20px 0;
}
.h2_wrap {
	overflow: hidden;
}
h2 {
	width: 240px;
	height: 240px;
	border-radius: 120px;
	text-align: center;
	line-height: 240px;
	font-size: 1.4em;
}

h2 a {
	width: 100%;
	display: block;
	color: #FFF;
	text-decoration: none;
}
h2 a:hover {
	color: #444;
}
.iphone {
	background: #007aff;
}
.android {
	background: #5856d6;
	font-size: 1.1em;
}
.ipad {
	background: #FF2D55;
}
.pc {
	background: #FF9500;
}
.soon {
	background:  rgba(0,0,0,0.1);
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
footer {
	clear: both;
	margin: 20px 0;
	text-align: center;
}
