@charset "utf-8";


/**************************************************50
 * newly
 **************************************************/
#newly{
	background-color: #FFFFFF;
	border: 6px solid #D0FFEE;
	display: table;
	margin-top: 30px;
	margin-bottom: 30px;
	table-layout: fixed;
	width: 100%;
}
#newly picture{
	display: table-cell;
	vertical-align: middle;
	padding: 30px;
	width: 299px;
}
#newly picture img{
	width: 239px;
}
#newly figcaption{
	display: table-cell;
	padding: 30px 30px 30px 0;
	text-align: left;
	vertical-align: middle;
}
#newly figcaption h2{
	border-bottom: 3px double #555555;
	color: #555555;
	font-size: 175%;
	font-weight: normal;
	line-height: 1.4;
	margin: 0 0 20px;
}
#newly figcaption h2 b{
	color: #FE4379;
	font-weight: bold;
}
#newly figcaption h2 span{
	background-color: #FFFF9D;
}
#newly figcaption p{
}
#newly figcaption p strong{
	color: #FE4379;
}


