@charset "UTF-8";

/* ------------------------------
    whatsnewBox common
------------------------------ */
#aside h3 {
	width: 220px;
	height: 0;
	margin-bottom: 24px;
	padding: 42px 0 0;
	background: url(../img/reson/aside_h3.png) no-repeat;
	overflow: hidden;
}

.resonBox {
	margin-bottom: 30px;	
}
.resonBox h3 {
	margin-bottom: 10px;	
}
.resonBox p {
	padding: 10px;	
	border: 1px solid #EDEDED;
	background: #F9F9F9;	
}


/* clearfix
------------------------------------------------------------------------ */
#groupLogo { /zoom: 1;}

#groupLogo:after {
	content: '';
	display: block;
	clear: both;
}