@charset "utf-8";

/* contents */

/* whatsnew */
#whatsnew {
	position:relative;
	width:100%;
	padding-top:40px;
	background:url(../../common/img/bg02.png) center 30px repeat-x;
}

#whatsnew .inner {
	width:1000px;
	min-height:400px;
	margin:0 auto;
	padding:40px 0;
}

#whatsnew h2 {
	width:980px;
	margin:0 auto;
	font-size:36px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	text-align:center;
}
#whatsnew h2:after {
	content:"";
	display:block;
	height:1px;
	width:980px;	margin:0 auto;
	background:#ee23ae;
	background:-webkit-gradient(linear, left top, right bottom, from(#ee23ae), to(#d20b21));
	background:-moz-linear-gradient(left, #ee23ae, #d20b21);
	background:linear-gradient(left, #ee23ae, #d20b21);
}

#whatsnew h3 {
	width:980px;
	margin:0 auto 40px;
	padding:10px 0 0;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}

#whatsnew ul {
	width:800px;
	margin:0 auto;
	font-size:13px;
}
#whatsnew ul li {
	padding:8px 0;
	border-top:1px dotted #D5535F;
}
#whatsnew ul li:first-child {
	border-top:none;
}

#whatsnew ul li a {
	text-decoration:underline !important;
}
#whatsnew ul li span {
	font-size:14px;
}
#whatsnew ul li span:after {
	content:" : ";
}

