@charset "UTF-8";

* { -webkit-tap-highlight-color: transparent;-webkit-text-size-adjust:none;box-sizing: border-box;letter-spacing: -0.5px;}
html, body, div, span, h1, h2, h3, h4, h5, h6, p,
a, em, img, strong, dl, dt, dd, ol, ul, li,
label, table, tbody, thead, tr, th, td,
canvas,  footer, header, nav, section, audio, video {
margin:0;padding:0;border:0;font-size:100%;font:inherit;
vertical-align: baseline;word-wrap:break-word;}
html {width: 100%; height: 100%;}
body {width: 100%; height: 100%; line-height: 1; font-family: 'AvenirLTStd-Roman',sans-serif;
	box-sizing:border-box; background-color:#fff; letter-spacing: -0.5px;}
ol, ul {list-style: none;}
a{text-decoration: none;}
input,textarea{-webkit-appearance:none;-webkit-border-radius:0;
				border:0;outline:none;background: transparent;}
img {border:0;outline: 0;vertical-align:top;}
@font-face {
	font-family: 'AvenirLTStd-Roman';
	src: url('../font/AvenirLTStd-Roman.eot');
	src: url('../font/AvenirLTStd-Roman.woff2') format('woff2'),
	url('../font/AvenirLTStd-Roman.woff') format('woff'),
	url('../font/AvenirLTStd-Roman.ttf') format('truetype'),
	url('../font/AvenirLTStd-Roman.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}

.container_wrap { width: 100%; height: 100%; background-color: #F6F7F9; position: fixed; top: 0; left: 0; overflow-y: auto; }
.header { display: table; width: 100%; height: 60px; position: relative; }
.header_title { display: table-cell; vertical-align: middle; text-align: center; font-size: 1.2rem; color: #2E2F37; }
.header .back_btn { width: 40px; height: 40px; padding: 10px; position: absolute; top: 50%; left: 0; margin-top: -20px; z-index: 100; }
.container_upper { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
.content_wrap { width: 100%; margin: 0 auto; background-color: #F6F7F9; position: relative; }
.roulette_wrap { overflow-x: hidden; background-color: #DE2D3F; }