@charset "utf-8";
/* CSS Document */


#wrapper {
	background-image: url(../img/game/common/bg.png);
}
header,#sub_menu,h2,footer {
	background-color: #575757;
}
#sub_menu li,#sub_close {
	background-color: #8a8a8a;
}
#global_navi,#global_navi li {
	border-top-color: #575757;
}
#global_navi li li {
	background-color: #8a8a8a;
	border-top: #575757 1px solid !important;
}
#global_navi li li.nonactive,
#global_navi .submenu_wrap {
	background-color: #8a8a8a;
}
#global_navi li:nth-child(odd) p{
	border-right-color: #575757;
}
#global_navi li.sub_open {
	background-color: #e5e5e5;
}
#foot_link {
	color: #888888;
}

#side_navi li:nth-child(1):after { background-image: url(../img/game/common/menu/point_menu01.png); }
#side_navi li:nth-child(2):after { background-image: url(../img/game/common/menu/point_menu02.png); }
#side_navi li:nth-child(3):after { background-image: url(../img/game/common/menu/point_menu03.png); }
#side_navi li:nth-child(4):after { background-image: url(../img/game/common/menu/point_menu04.png); }
#side_navi li:nth-child(5):after { background-image: url(../img/game/common/menu/point_menu05.png); }
#side_navi li:nth-child(6):after { background-image: url(../img/game/common/menu/point_menu06.png); }
#side_navi li:nth-child(7):after { background-image: url(../img/game/common/menu/point_menu07.png); }
#side_navi li:nth-child(8):after { background-image: url(../img/game/common/menu/point_menu08.png); }
#side_navi li:nth-child(9):after { background-image: url(../img/game/common/menu/point_menu09.png); }
#side_navi li:nth-child(10):after { background-image: url(../img/game/common/menu/point_menu10.png); }
#side_navi li:nth-child(11):after { background-image: url(../img/game/common/menu/point_menu11.png); }
#side_navi li:nth-child(12):after { background-image: url(../img/game/common/menu/point_menu12.png); }
#side_navi li:nth-child(13):after { background-image: url(../img/game/common/menu/point_menu13.png); }

#global_navi li:nth-child(1):after { background-image: url(../img/game/common/menu/point_menu01.png); }
#global_navi li:nth-child(2):after { background-image: url(../img/game/common/menu/point_menu02.png); }
#global_navi li:nth-child(3):after { background-image: url(../img/game/common/menu/point_menu03.png); }
#global_navi li:nth-child(4):after { background-image: url(../img/game/common/menu/point_menu04.png); }
#global_navi li:nth-child(5):after { background-image: url(../img/game/common/menu/point_menu05.png); }
#global_navi li:nth-child(6):after { background-image: url(../img/game/common/menu/point_menu06.png); }
#global_navi li:nth-child(7):after { background-image: url(../img/game/common/menu/point_menu07.png); }
#global_navi li:nth-child(8):after { background-image: url(../img/game/common/menu/point_menu08.png); }
#global_navi li:nth-child(9):after { background-image: url(../img/game/common/menu/point_menu09.png); }
#global_navi li:nth-child(10):after { background-image: url(../img/game/common/menu/point_menu10.png); }
#global_navi li:nth-child(11):after { background-image: url(../img/game/common/menu/point_menu11.png); }
#global_navi li:nth-child(12):after { background-image: url(../img/game/common/menu/point_menu12.png); }
#global_navi li:nth-child(13):after { background-image: url(../img/game/common/menu/point_menu13.png); }


#game_ex {
	margin: 0 14px;
	padding: 12px 0 15px;
}
#game_ex h4 {
	font-size: 15px;
	line-height: 1.5;
	color: #0074af;
}
#ex_notice {
	color: #645d5b;
	font-size: 12px;
	line-height: 1;
	margin: 13px 0 0;
}

#game_ex dl {
	margin: 0 auto;
}
#game_ex dl img {
	width: 100%;
}
#game_ex dt {
	margin: 11px 0 0;
}
.answer_opener {
	background-color: #f3c7c4;
	font-size: 12px;
	line-height: 1;
	color: #645d5b;
	padding: 15px;
	position: relative;
}
.answer_opener:after {
	width: 7px;
	height: 8px;
	content: "";
	position: absolute;
	background-image: url(../../common/img/icon_arrow_down.png);
	top: 17px;
	right: 15px;
	background-size: 7px 8px;
}
.answer_opener span {
	display: none;
}
.answer_opener span.show {
	display: inline;
}
.open .answer_opener {
	color: #000;
}
.open .answer_opener:after {
	background-image: url(../../common/img/icon_arrow_up.png);
}
.answer_wrap {
	overflow: hidden;
	height: 0;
	-webkit-transition: height 0.2s linear;
	display: none;
}
.answer_wrap2 {
	color: #221815;
	line-height: 1.5;
	font-size: 12px;
	display: none;
}
.show {
	display: block;
}

#pdf_img {
	margin: 15px 14px 0;
}
#pdf_img img {
	width: 100%;
}

#game_lead {
	font-size: 10px;
	line-height: 1.5;
	margin: 14px 14px 0;
}

#dl_btn {
	margin: 15px 14px 0;
}
#dl_btn img {
	width: 100%;
}


#game_prize {
	margin: 15px 14px 12px;
}
#game_prize h4 {
	font-size: 15px;
	line-height: 1.5;
	color: #0074af;
}
#prize_img {
	padding: 13px 0 0;
}
#prize_img img {
	width: 100%;
}
#prize_txt {
	margin: 12px 0 0;
}