@charset "UTF-8";

/************************************************************
LAYOUT
************************************************************/

/************************* main visual */

.visual_wrap {
	width: 100%;
	height: 500px;
	background: #fdb925;
}

.visual {
	margin: auto;
	padding: 10px;
	width: 980px;
	height: 500px;
}

.slider_wrap {
	width: 100%;
	height: 530px;
	background: #fdb925;
}


/************************* news area */

.news_area {
	margin-top: 20px;
	width: 100%;
	height: 575px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	background: #ffffff;
}

.news_header {
	width: 100%;
	height: 50px;
	border-top-left-radius:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-top-left-radius:10px;
	border-top-right-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-top-right-radius:10px;
	background: #024b88;
	font-size: 0;
	line-height: 0;
}

.news_header_title {
	display: inline-block;
	*display: inline;  
	*zoom: 1;  
	padding-left: 15px;
	width:300px;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
}

.news_header_link_list {
	display: inline-block;
	*display: inline;  
	*zoom: 1;  
	padding-right: 15px;
	width:170px;
	color: #ffffff;
	font-size: 12px;
	text-align: right;
	line-height: 50px;
}

.news_header_link_list a {
	color: #ffffff;
}

.news_category {
	width: 100%;
	height: 35px;
	background: #cccccc;
}

.category_text {
	display: inline-block;
	*display: inline;  
	*zoom: 1;  
	margin: 0 10px 0 15px;
	font-size: 12px;
	line-height: 20px;
}

.category_game,
.category_player,
.category_media {
	display: inline-block;
	*display: inline;  
	*zoom: 1;  
	margin: 7px 5px 0 0;
	width: 86px;
	height: 20px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
}

.category_game a,
.category_player a,
.category_media a {
	display: block;
	width: 100%;
	height: 100%;
	color: #ffffff;
}

.category_game a:hover,
.category_player a:hover,
.category_media a:hover {
  text-decoration: none;
}

.category_game {
	background: #c0311a;
}

.category_player {
	background: #0069aa;
}

.category_media {
	background: #008752;
}

.news_list {
	width: 100%;
	height:460px;
	padding: 0 10px;
	overflow: auto;
	font-size: 0;
	line-height: 0;
}

.news_date {
	display: inline-block;
	*display: inline;  
	*zoom: 1;  
	margin: 10px 0;
	width:85px;
	font-size: 12px;
	line-height: 1.3;
	vertical-align: top;
}

.new {
	margin: 0 0 4px 5px;
}

.news_contents {
	display: inline-block;
	*display: inline;  
	*zoom: 1;  
	width: 350px;
	vertical-align: top;
}

.news_title {
	margin: 4px 0;
	font-size: 12px;
	line-height: 1.3;
}

.news_line {
	width: 100%;
	height: 1px;
	border-bottom: 1px dotted #666666;
}

.news_footer {
	width: 100%;
	height: 30px;
	border-bottom-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-bottom-right-radius:10px;
	background: #024b88;
}

.news_footer_link_list {
	display: inline-block;
	*display: inline;  
	*zoom: 1;  
	padding-right: 15px;
	width:470px;
	color: #ffffff;
	font-size: 12px;
	text-align: right;
	line-height: 30px;
}

.news_footer_link_list a {
	color: #ffffff;
}

.new_mark {
	margin: 0 0 4px 5px;
}

/************************* facebook area */

.facebook_area{
	margin-top: 20px;
	width: 100%;
	height: 510px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	background: #ffffff;
}

.facebook_header {
	width: 100%;
	height: 50px;
	border-top-left-radius:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-top-left-radius:10px;
	border-top-right-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-top-right-radius:10px;
	background: #024b88;
}

.logo_facebook {
	margin: 0 0 8px 15px;
}

.facebook_header_title {
	display: inline-block;
	*display: inline;  
	*zoom: 1;  
	padding-left: 15px;
	width:300px;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
}

.facebook_list {
	width: 100%;
	height:430px;
}

.facebook_footer {
	width: 100%;
	height: 30px;
	border-bottom-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-bottom-right-radius:10px;
	background: #024b88;
}

/************************* twitter area */

.twitter_area {
	width: 100%;
	height: 50px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	background: #50abf1;
}

.twitter_area a {
	display: block;
	width: 100%;
	height: 100%;
}

.twitter_title {
	display: inline-block;
	*display: inline;  
	*zoom: 1;  
	padding-left: 15px;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	line-height:50px;
}

.logo_twitter {
	margin:  0 0 10px 16px;
}

/************************* movie area */

.movie_area {
	width: 100%;
}

.movie_area p{
	margin:10px 0 20px 0;
	font-size:14px;
	line-height:1px;
}

/************************* medal area */

.medal_area {
	position: relative;
	width: 100%;
	height: 70px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	background: #ee3624;
}

.title {
	position: absolute;
	top: 17px;
	left: 10px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
}

.medal_area .count {
	width:60px;
	height:38px;
	border: 1px solid #ffffff;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	background: #ffffff;
	font-size: 32px;
	font-family: Verdana,sans-serif;
	font-weight: bold;
	line-height: 36px;
	text-align: center;
}

.medal_area .gold {
	position: absolute;
	top: 23px;
	right: 270px;
	color: #ffffff;
	background: #daa520;
}

.medal_area .silver {
	position: absolute;
	top: 23px;
	right: 200px;
	color: #ffffff;
	background: #c0c0c0;
}

.medal_area .bronze {
	position: absolute;
	top: 23px;
	right: 130px;
	color: #ffffff;
	background: #c47222;
}

.type {
	position: absolute;
	top: -16px;
	right: 0;
	width: 60px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
}

.update {
	position: absolute;
	top: 14px;
	right: 10px;
	color: #cccccc;
	font-size: 12px;
	line-height: 1.3;
}

/************************* schedule area */

.schedule_area {
	margin-top:20px;
	width: 100%;
	height: 50px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	background: #fdb925;
}

.schedule_area a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration:none;
}

.schedule_area a:hover {
	text-decoration:none;
}

.schedule_title {
	color: #ee3624;
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
	text-align:center;
}

/************************* gallery area */

.gallery_area {
	margin-top:20px;
	width: 100%;
	height: 50px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	background: #009c46;
}

.gallery_area a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration:none;
}

.gallery_area a:hover {
	text-decoration:none;
}

.gallery_title {
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
	text-align:center;
}

/*************************partner area */

.partner_area {
	margin-top:20px;
	width: 100%;
	height: 50px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	background: #001a5f;
}

.partner_area a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration:none;
}

.partner_area a:hover {
	text-decoration:none;
}

.partner_title {
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
	text-align:center;
}

/************************* banner area */

.bnr_area {
	margin: 20px 0;
	padding: 8px;
	list-style: none;
	font-size: 0;
	line-height: 0;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	background: #ffffff;
}

.bnr_block {

	margin: auto;
	text-align:center;
}

.banner_top{
	display: inline-block;
	vertical-align:top;
}

.banner_btm{
	display: inline-block;
	margin:10px auto 0 auto;
	vertical-align:bottom;
}