@charset "UTF-8";
/* CSS Document */

body {
	background: url(../img/bg.png) repeat left top;
	font-size: 12px;
	color: #333;body;
	font: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", sans-serif;		
}
p {
	text-align: justify;
}
h1 {
	padding-top: 20px;
}
#content .wrap {
	margin-bottom: 10px;
	clear: both;
}
.wrap {
	width: 990px;
	margin: auto;
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE Mac */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End Hack */ 

.none {
	display: none;
}
#header-01 {
	background: url(../img/header_bg-01.png) repeat-x left top;
	height: 150px;
	margin-bottom: 30px;
}
#header-02 {
	background: url(../img/header_bg-02.png) no-repeat center top;
	min-height: 143px;
}
.game_box {
	float: left;
}
.game_box.first {
	float: left;
	margin-right: 3px;
}
.game_box.second {
	float: left;
	margin-right: 3px;
}
.game_box.third {
	float: left;
}
.game_box.force {
	float: right;
}
.game_price {
	background: url(../img/game_box_price_bg.png) no-repeat right top;
	width: 58px;
	height: 16px;
	float: right;
	margin-right: 23px;
	font-weight: 800;
	text-align: right;
	padding: 9px 11px 0 0;
}
.game_content {
	background: url(../img/game_box_bg.png) no-repeat center top;
	height: 494px;
	width: 245px;
	margin-top: 24px;
}
.game_content_wrap {
	padding: 18px 15px;
}
.game_content_wrap .title {
	text-align: center;
	font-size: 14px;
	font-weight: 800;
}
.game_content_wrap .game_img {
	text-align: center;
	margin-top: 10px;
}
.game_content_wrap .application_box {
	width: 196px;
	margin: 3px auto 0;
}
.game_content_wrap .application_box .left {
	width: 96px;
	float: left;
}
.game_content_wrap .application_box .right {
	width: 96px;
	float: right;
}
.game_content_wrap .application_box .qr {
	margin-top: 3px;
	text-align: center;
}
.game_content_wrap .application_box .qr img {
	border: #CCC 1px solid;
}
.game_content_wrap .text {
	width: 190px;
	height:75px;
	margin: auto;
	margin-top: 7px;
}
.game_content_wrap .sns {
	margin: 8px auto;
	width: 190px;
	padding-top: 8px;
	border-top: #666 1px dotted;
}
.game_content_wrap .sns ul {
	text-align: center;
}
.game_content_wrap .sns li {
	display: inline;
	padding: 0 2px;
}

.normal-img {
	background: #ccc;
	//border: solid 2px #000;
	-webkit-border-radius: 38px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .6);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .6);
}
.normal-img-2 {
	display: inline-block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, .8), 0 1px 0 rgba(255, 255, 255, 1), 0 -1px 0 rgba(0, 0, 0, .6);
	-moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .9), 0 -1px 0 rgba(0, 0, 0, .6);
	box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, 1), 0 -1px 0 rgba(0, 0, 0, .6);
}

#footer {

	text-align: center;
	width: 100%;
	background: #333;
	padding: 30px 0 20px;
	margin-top: 40px;
	color:#efefef;
}

.privacy{
	width: 990px;
	margin: auto;
	/*text-align: center;*/
	padding-left: 30px;
	margin-bottom: 30px;
}