@charset "UTF-8";

/* ------------------------------
    whatsnewBox common
------------------------------ */
#aside h3 {
	width: 220px;
	height: 0;
	margin-bottom: 24px;
	padding: 42px 0 0;
	background: url(../img/whatsnew/aside_h3.png) no-repeat;
	overflow: hidden;
}
.whatsnewBox {
	margin-bottom: 20px;	
}
.whatsnewBox .ttl {
	margin-bottom: 1px;
	border-bottom: 1px solid #CCC;
	padding: 3px 10px 8px 0; 
}
.whatsnewBox .ttl h3 {	
	border-left: 4px solid #F90;
	font-weight: bold;
	font-size: 108%;
	text-shadow: 0 1px 1px #EDEDED;
	line-height: 1.4;
}
.whatsnewBox .ttl h3 span {
	display: block;
	padding-left: 6px;
}
.whatsnewBox .ttl h3 em {
	display: block;
	color: #F90;	
	font-size: 75%;
	font-weight: bold;
	text-shadow: none;
}
.whatsnewBox .word {
	padding: 10px;	
	border: 1px solid #EDEDED;
	background: #F9F9F9;
}