@charset "UTF-8";

/* news
---------------------------------------------------------------------------*/

/* news single
---------------------------------------------------------------------------*/
.news-area {
	width: 800px;
}

/* .news-title
------------------------------------*/
.news-title {
	margin-bottom: 35px;
}

.news-title time,
.news-title .category {
	display: inline-block;
	font-size: 12px;
	letter-spacing: 0.12em;
}

.news-title time {
	margin-right: 7px;
	letter-spacing: 0.08em;
}

.news-title .category li {
	position: relative;
	display: inline-block;
	margin-right: 4px;
}

.news-title .category li:after {
	display: block;
	content: ',';
	position: absolute;
	top: 0;
	right: -5px;
}

.news-title .category li:last-of-type:after {
	display: none;
}

.news-title h1 {
	clear: both;
	padding-top: 15px;
	font-size: 22px;
	line-height: 1.6;
	letter-spacing: 0.1em;
}


/* .other-news
---------------------------------------------------------------------------*/
.other-news {
	margin-top: 160px;
}

.other-news > h2 {
	margin-bottom: 35px;
}

.other-news > h2 a {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.12em;
}