/**************************************
#newsSection
**************************************/
#newsSection{
	display: block;
    width: 1080px;
	margin: 0 auto;
	padding-bottom: 40px;
}

#newsSection h2{
    display: block;
    font-size: 2.4rem;
	margin-bottom: 20px;
}

#newsSection > ul{
	display: block;
}

#newsSection > ul > li{
	display: block;
	padding-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #e5e5e5;
}

#newsSection > ul > li > time{
	display: block;
	font-size: 1.4rem;
    text-align: left;
    color: #aaa;
	margin-bottom: 5px;
}

#newsSection > ul > li > dl{display: block;}

#newsSection > ul > li > dl > dt{
	display: block;
	margin-bottom: 10px;
	font-size: 1.6rem;
	line-height: 1.4;
	font-weight: 700;
    font-family: "Open Sans", "Hiragino Kaku Gothic W6 JIS2004";
	color: #666666;
}

#newsSection > ul > li > dl > dd{
	display: block;
	font-size: 1.4rem;
	line-height: 1.6;
}
