/*2016.9.30 Hikaru Tokunaga*/

@charset "UTF-8";


/*-----------------------------------------
	お知らせ
-----------------------------------------*/

#subCont {
	width:100%;
	padding-top: 40px;
	background: #fff;
}
#news-release {
	margin: 0 auto 40px;
}
#news-release .news-list {
	padding: 20px 30px 1px;
	background: #e2f6e7;
}
#news-release .news-list li {
	padding-bottom: 20px;
	border-bottom: 1px solid #bfcfc3;
	margin-bottom: 20px;
	overflow: hidden;
}
#news-release .news-list li .index {
	width: 220px;
	float: left;
	font-size: 0.750rem;
	font-weight: bold;
	letter-spacing: -0.4em;
}
#news-release .news-list li .index .date {
	display: inline-block;
	width: 110px;
	padding: 1px 0;
	background: #333;
	color: #fff;
	text-align: center;
	letter-spacing: normal;
}
#news-release .news-list li .index .category {
	display: inline-block;
	width: 110px;
	padding: 1px 0;
	color: #fff;
	text-align: center;
	letter-spacing: normal;
}
#news-release .news-list li.cat1 .index .category {
	background: #e14141;
}
#news-release .news-list li.cat2 .index .category {
	background: #3f9ae1;
}
#news-release .news-list li.cat3 .index .category {
	background: #9969df;
}
#news-release .news-list li.cat4 .index .category {
	background: #fd6102;
}

#news-release .news-list li .detail {
	width: 400px;
	float: right;
	font-size: 0.875rem;
	margin: 0;
}
#news-release .news-list li .detail a {
	color: #333;
}