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

.game_title_container{
	width: 960px;
	height: 130px;
	display: flex;
	margin: 0 auto;
}
.game_title p{
	font-size: 30px;
}
.game_title_menu{
	width: 200px;
}
.top_image_img{
    width: 760px;
    height: 130px;
    overflow: hidden;
    border-bottom-left-radius: 50px;
}
.game_howto_container{
	width: 960px;
	margin: 0 auto;
}
.game_howto_container h3{
	font-size: 20px;
    background-color: #038C7F;
    padding: 15px 15px 15px 20px;
    color: #fff;
    border-bottom-right-radius: 20px;
	margin-bottom: 15px;
}
.swiper{
	width: 600px;
}
.swiper img{
	width: 100%;
}
.swiper_container{
	position: relative;
	width: 750px;
	margin: 0 auto;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -30px;
}

.decoration_img{
	width: 960px;
	margin: 0 auto;
}

