@charset "utf-8";

/*- Table Of Contents -------------------
	1.What's NEW
---------------------------------------*/

/*--------------------------------------
	What's NEW
--------------------------------------*/
#index #whatsnew {
	clear: both;
	background: url(/img/bg_bird2.png) no-repeat right top;
}

#index #whatsnew h2 {
	padding-top: 20px;
	font-weight: normal;
}
#whatsnew h2 {
	margin-top: 0;
	padding-top: 0;
	font-weight: normal;
}

#whatsnew h2 span.en{
	margin-bottom: 20px;
	font-size: 160%;
}

/* ------------------------
	.select_category 
------------------------ */
#whatsnew ul.select_category {
	width: 100%;
	height: 13px;
	padding-bottom: 3px;
}

#whatsnew ul.select_category li {
	display: inline;
	float: left;
	list-style-type: none;
	margin: -1px 0 0 0;
	width: 121px;
	text-align: center;
}
#whatsnew ul.select_category li.event{
	width: 122px;
	border-right: 1px solid #c9c9c9;
}

#whatsnew ul.select_category li a {
	position: relative;
	display: block;
	text-decoration: none;
	font-size: 11px;
	width: auto;
	max-height: 30px;
	padding: 10px;
	line-height: 16px;
	border-left: 1px solid #c9c9c9;
}
#whatsnew ul.select_category li a:hover,
#whatsnew ul.select_category li a.now_select {
/*	color: #fff;*/
	border-bottom: 1px solid #134e9f;
/*	background-color: #134e9f;*/
}
#whatsnew ul.select_category li a:hover::after,
#whatsnew ul.select_category li a.now_select::after {
	position: relative;
    display: inline-block;
    content: '';
    width: 0;
    height: 0;
    border: solid 4px transparent;
    border-left: solid 6px #134e9f;
    position: absolute;
    top: 100%;
    left: 50%;
    transform:rotate(90deg);
    margin-top: 1px;
}



/* ------------------------
	.selected_category 
------------------------ */
#whatsnew ul.selected_category {
	clear: both;
	display: none;
	padding-top: 25px;
	padding-left: 0;
	margin-top: 10px;
	margin-left: 0;
}

#whatsnew ul.selected_category li {
	position: relative;
	clear: both;
	display: inline;
	float: left;
	width: 350px;
	list-style-type: none;
	margin: 0 7px 30px;
	overflow: hidden;
	background-size: cover;
}
#whatsnew ul.selected_category li:nth-child(even) {
	clear: none;
}
#whatsnew ul.selected_category li:hover {
	opacity: 0.7;
}

#whatsnew ul.selected_category li.useimage a {
	display: block;
	height: 230px;
}
#whatsnew ul.selected_category li a:hover {
	text-decoration: none;
}

#whatsnew ul.selected_category li.useimage p {
	display: block;
	width: 340px;;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	top: 210px;
	padding-left:10px; 
	color: #fff;
	opacity: 0.7;
	background: #134e9f;
}

/*
#whatsnew ul.selected_category li span.category {
	font-size: 10px;
	padding: 0 10px;
	border: 1px solid #999;
}
*/

#whatsnew .whatsnew_all {
	clear: both;
}