@import url(reset.css);
@import url(common.css);

#wrapper{
	width: 800px;
	margin: 0 auto;
	background: #fff;
}

a{
	color: #271d1a;
}

header{
	padding: 16px 22px 0 60px;
}

#ttl_game{
	text-indent: -9999px;
	width: 540px;
	height: 63px;
	background: url(../images/intr/ttl_game.gif) no-repeat;
	float: left;
	margin: 38px 0 0 0;
}

#ttl_summer a{
	display: block;
	text-indent: -9999px;
	width: 142px;
	height: 98px;
	background: url(../images/common/logo_summer.gif) no-repeat;
	float: right;
}

#main_contents{
	width: 676px;
	margin: 40px auto 0;
}

.game_header{
	text-indent: -9999px;
	width: 676px;
	height: 45px;
	background: url(../images/intr/img_header.gif) no-repeat;
}

.game_box{
	padding: 0 0 110px 0;
}

.game_category_box{
	margin: 16px 0 0 0;
}

.game_num{
	float: left;
	width: 110px;
	box-sizing: border-box;
	border: 2px solid #ff911e;
	color: #ff911e;
	padding: 6px 8px;
	text-align: center;
	font-size: 14px;
}

.num_main{
	font-size: 16px;
	margin: 0 0 0 8px;
}

.game_category_name{
	font-size: 26px;
	font-weight: bold;
	padding: 3px 0 0 10px;
	color: #f08c00;
	float: left;
}

.game_ttl{
	color: #1b1464;
	font-size: 22px;
	font-weight: bold;
	margin: 30px 0 0 0;
}

.inside_ttl{
	margin: 60px 0 0 0;
}

.sub_ttl{
	font-size: 20px;
}

.game_img{
	margin: 30px 0 0 0;
}

.game_info_box{
	margin: 40px 0 0 0;
}

.game_info{
	float: left;
	width: 500px;
}

.game_about{
	text-indent: -9999px;
	width: 212px;
	height: 32px;
	background: url(../images/intr/txt_about_game.gif) no-repeat;
}

.game_info p{
	color: #271d1a;
	font-size: 15px;
	line-height: 2.1;
	padding: 4px 0 0 0;
}

.game_link{
	float: right;
}

.game_link a{
	display: block;
	text-indent: -9999px;
	width: 164px;
	height: 70px;
	background: url(../images/intr/btn_sugorokuya.gif) no-repeat;
}

.game_link a:hover{
	opacity: 0.7;
}

#go_top_btn a{
	display: block;
	text-indent: -9999px;
	width: 280px;
	height: 37px;
	background: url(../images/intr/btn_go_top.gif) no-repeat;
	margin: -50px auto 0;
	padding: 0 0 60px 0;
}

#go_top_btn a:hover{
	opacity: 0.7;
}

.pc_hide{
	display: none;
}

@media screen and (max-width: 767px){

.sp_hide{
	display: none;
}

.pc_hide{
	display: inline;
}

#wrapper{
	width: auto;
	margin: 0 15px 0;
}

header{
	padding: 12px 0 0 0;
}

#ttl_game{
	text-indent: 0;
	width: auto;
	height: auto;
	background: none;
	float: none;
	margin: 0 0 0 0;
}

#ttl_game img{
	width: 100%;
}

#ttl_summer a{
	display: none;
}

#main_contents{
	width: auto;
	margin: 18px 14px 0;
}

.game_header{
	text-indent: 0;
	width: auto;
	height: auto;
	background: none;
}

.game_header img{
	width: 100%;
}

.game_box{
	padding: 0 0 50px 0;
}

.game_category_box{
	margin: 10px 0 0 0;
}

.game_num{
	float: left;
	width: 45px;
	padding: 6px 0;
	text-align: center;
	font-size: 10px;
}

.num_main{
	font-size: 11px;
	margin: 4px 0 0 0;
	display: block;
}

.game_category_name{
	font-size: 15px;
	line-height: 1.4;
	padding: 0 0 0 10px;
}

.game_ttl{
	font-size: 20px;
	margin: 25px 0 0 0;
}

.inside_ttl{
	margin: 35px 0 0 0;
}

.sub_ttl{
	font-size: 15px;
}

.game_img{
	margin: 15px 0 0 0;
}

.game_img img{
	width: 100%;
}

.game_info_box{
	margin: 20px 0 0 0;
}

.game_info{
	float: none;
	width: auto;
}

.game_about{
	text-indent: 0;
	width: 82%;
	height: auto;
	background: none;
}

.game_about img{
	width: 100%;
}

.game_link{
	float: none;
	padding: 10px 0 0 0;
}

.game_link a{
	text-indent: 0;
	width: 80%;
	height: auto;
	margin: 0 auto;
	background: none;
}

.game_link a img{
	width: 100%;
}

#go_top_btn a{
	text-indent: 0;
	width: 83%;
	height: auto;
	background: none;
	margin: -20px auto 0;
	padding: 0 0 30px 0;
}

#go_top_btn a img{
	width: 100%;
}

footer{
	margin-left: 15px;
	margin-right: 15px;
}

}