@charset "UTF-8";

/* ---------- loader ---------- */
#loader {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000;
	width: 100%;
	height: 100%;
	background: #fff url(../images/aimg_loading.gif) no-repeat center center;
	background-size: 128px 128px;
}

/* ---------- footer ---------- */
#top footer { background: #f0f0f0; }
#top footer article.footLink { margin: 0 9px; }
#top footer article.footLink ul {
	background: #fff;
	border: 1px solid #dfdfdf;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#top footer article.footLink ul li { border-bottom: 1px solid #dfdfdf; }
#top footer article.footLink ul li:last-child { border-bottom: none; }
#top footer article.footLink ul li a { display: block; background: url(../common/images/icn_arrow.png) no-repeat; background-position: right center ; background-size: 19px 7px; padding: 15px 40px 15px 20px; }
#top footer article.copyright { margin-top: 23px; background: #1f1f21; color: #fff; text-align: center; padding: 32px 0 103px; }

/* ---------- contentsArea ---------- */
#top #contents { position: relative; }
#top #contents .topBnr { padding: 10px 0 11px; text-align: center; }
#top #contents .topBnr ul li { display: inline; }

#top #contents .more { padding: 16px 16px 6px 16px; text-align: right; }
#top #contents .more a { color: #fff; }
#top #contents .more a span { background: url(../common/images/icn_arrow_white.png) no-repeat right center; background-size: 15px 15px; padding-right: 21px; }

#top #genre ul li { width: 50%; float: left; }
#top #genre ul li a { display: block; height: 54px; line-height: 54px; padding: 0 20px 0 15px; background: url(../common/images/icn_arrow_blue.png) no-repeat right center; background-size: 32px 15px; border-right: 1px solid #e4e4e4; color: #0e6db6; letter-spacing: -0.1em; text-decoration: none; }
#top #genre ul li a:nth-child(2n) { border-right: none; }

#top #gameCoin ul li a { display: block; height: 57px; line-height: 57px; padding-left: 68px; letter-spacing: -0.1em; color: #303030; text-decoration: none; }
#top #gameCoin ul li.buyCoin a { background: url(../images/icn_coin.png) no-repeat 10px center; background-size: 52px 36px; }
#top #gameCoin ul li.changePoint a { background: url(../images/icn_point_coin.png) no-repeat 10px center; background-size: 52px 31px; }
#top #gameCoin ul li.pointLand a { background: url(../images/icn_yamada_point.png) no-repeat 10px center; background-size: 52px 29px; }

#top #etcService .gameList ul {
	background: #fff;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0;
}
#top #etcService .gameList ul li:last-child { background: url(../common/images/bg_list.png) repeat-x left bottom; background-size: 50px 95px; }
#top #etcService .moreBtn a { height: 40px; line-height: 1.2em; padding: 8px 0; font-size: 10pt; }
#top #etcService .moreBtn a span { font-size: 11pt; }

