@charset "UTF-8";

#contLeft {
	background: url(imgs/img_home_logoEn.png) top left no-repeat;
	background-color: rgba(255,144,0,0.80);
	}


#news { width: 100%; min-height: 120px; margin: auto; }

.newsBlock {
	max-width: 650px;
	height: 120px;
	margin: auto;
	margin-bottom: 15px;
	border: solid 1px #e95193;
	overflow: hidden;

   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;

}

.newsBlock a:hover { text-decoration: underline; }

.newsLeft { width: 200px; height: 120px; float: left; }
.newsRight { padding: 15px 10px; overflow: hidden; }

.newsDate {
	font-family: 'Poppins', sans-serif;
	text-align: left;
	color: #e95193;
	font-size: 12px;
}

.newsTtl {
	font-family: 'Noto Sans Japanese', sans-serif;
	text-align: left;
	color: #d0514d;
	font-size: 14px; line-height: 1.3;
	margin-bottom: 5px;
}

.newsBody {
	text-align: left;
	color: #666;
	font-size: 12px; line-height: 1.5;
	overflow: hidden;
}
