@charset "UTF-8"; 


body, html {
	position: relative;
	background: #d7171b;
	margin: 0;
	bottom: 0;
	font-size: 12px;
	font-family: Meiryo, sans-serif;
	height: 100%;
	//max-width:700px;
}

.container {
	max-width:700px;
	position: relative;
	display: table;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	top: 0;
	bottom: 0;
//	background: #4ac0ed;
	height: 100%;
	overflow: hidden;
}

.sp-frame--- {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	top: 0;
	border: 10px solid #333333;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll;
}

.frame {
	overflow: hidden;
	width: 100%;
	/*padding: 3px;*/
	padding: 0px;
}

.clearfix {
	clear: both;
}

.btn-smile {
	width: 100%;
	font-size: 24px;
	padding: 20px 40px;
	background: #ccc;
	border: 0;
	outline: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.input-smile {
	bottom: 0;
	outline: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 100%;
	height: 50px;
	font-size: 24px;
	padding: 10px;
	margin-bottom: 20px;
}

.wordwrap {
	white-space: pre-wrap; /* CSS3 */
	white-space: -moz-pre-wrap; /* Firefox */
	white-space: -pre-wrap; /* Opera <7 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* IE */
}

.btn-blue {
	border: 0;
	outline: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 20px 40px;
	background: #de0983;
	color: #fff;
	font-size: 20px;
}

body {
	/*margin: 0 3px;*/
}

.new_device_link {
//	border: 1px solid #f0f;
	display: block;
	background-color: #C53634;
	color: #fff;
	padding: 5px;
	margin:5px 0 0;
	text-align: center;
	width: 90%;
	text-decoration: none;
}
a.new_device_link:hover {
	color: #fff;
	text-decoration: none;
}


ul.shop_link_btn {
	display: table;
	margin: 7px 0 0;
	padding: 0;
	table-layout: fixed;
	text-align: center;
	width: 100%;
}

ul.shop_link_btn li {
	display: table-cell;
	text-align: center;
	color: #fff;
	vertical-align: middle;
	padding: 5px 0;
//	font-weight: bold;
}

ul.shop_link_btn li.link_shp {
	background-color: #5081B9;
}
ul.shop_link_btn li.link_rsv {
	background-color: #AEAEAE;
}
ul.shop_link_btn li.link_dmy {
	width: 10px;
}

ul.shop_link_btn li a {
	color: #fff;
	display: block;
	width:100%;
	height: 100%;
}

.roulette_area {
//	background-image: url('images/roulette_bottom.png');
//	background-position: 0 0;
	position: relative;
}


.btn-container {
	margin:0; 
	padding:0; 
	position:relative;
}

.btn-anchor {
	position:absolute; 
	display:block; 
	/*border:1px solid #0ff;*/
}




.font-anchor1 {
	font-size:2.5vw;
}
.font-anchor2 {
	font-size:2.5vw;
}
.font-anchor3 {
	font-size:3vw;
}
.font-anchor4 {
	font-size:4vw;
}
.font-anchor5 {
	font-size:5vw;
}
.font-anchor7 {
	font-size:8vw;
}
.num_img {
	width: 10%;
	height: 10%;
}


@media(min-width:733px) {
	.font-anchor1 {
		font-size: 18px;
	}
	.font-anchor2 {
		font-size: 14px;
	}
	.font-anchor3 {
		font-size: 22px;
	}
	.font-anchor4 {
		font-size: 30px;
	}
	.font-anchor5 {
		font-size: 37px;
	}
	.font-anchor7 {
		font-size: 60px;
	}

	.num_img {
		width: 10%;
	}
}


