/* note 初期化処理 */
*, *:before, *:after{
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	color: #202020;
	line-height: 1;
	font-size: 16px;
	font-family: "Helvetica Neue", "メイリオ", Meiryo, Helvetica, Arial, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
iframe {
	max-width: 100%;
}
img {
	border: none;
}
.dummy {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
body, html {
	width: 100%;
	height: 100%;
}

body {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}

.wrap {
	max-width: 350px;
	padding: .5em;
}
.title {
	margin-bottom: 1em;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
}
.count-wrap {
	margin: 1em auto;
	padding: .5em 1em;
	box-shadow: inset 1px 1px 5px #555;
	text-align: center;
	overflow: hidden;
}
.count {
	font-size: 70px;
}

.item-wrap {
	margin: 1em 0;
	text-align: center;
}
.rank {
	font-size: 2em;
	text-align: center;
}
.button {
	display: inline-block;
	width: 6em;
	height: 6em;
	background-color: #404040;
	color: #fff;
	border-radius: 5%;
	box-shadow: 1px 1px 5px #555;
	text-shadow: 0 0 3px #202020;
	font-size: 50px;
	font-weight: bold;
	line-height: 6em;
	outline: none;
    cursor: pointer;
    -webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
    user-select: none;
}

.about {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	overflow-y: scroll
}
.about-body {
	max-width: 500px;
	margin: 2em auto;
	padding: 0 .5em;
	line-height: 2;
}
.about-body h1 {
	font-size: 1.5em;
	font-weight: bold;
}
.about-body h2 {
	font-size: 1.1em;
	font-weight: bold;
}

a.about-open {
	position: absolute;
	top: 1em;
	right: 1em;
}
a.about-close,
a.about-open {
	display: inline-block;
	padding: .5em 1.8em;
	color: #202020;
	border: 1px solid #202020;
	font-size: 40px;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}
