@charset "utf-8"; /* 〠 */

/*----------------------------------------------*/
/* news CSS [PC]
/*----------------------------------------------*/

.newsbox {
}

.newsbox ul {
	margin: 0px;
	padding: 0px;
}

.newsbox ul li {
	margin-bottom: 15px;
	padding-bottom: 10px;
	list-style: none;
	border-bottom: 1px solid #CCCCCC;
}

.newsbox ul li a {
	text-decoration: underline;
}

.news-date {
	display: table-cell;
	width: 130px;
	vertical-align: top;
}

.news-title {
	display: table-cell;
	vertical-align: top;
}

.news-title span {
	display: inline-block;
	margin-right: 5px;
	padding: 1px 8px;
	text-align: center;
	color: #FFFFFF;
	background-color: #001e62;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
