.news-detail {
    margin: 0 auto;
    padding: 40px 20px;
}

.news-detail-inner {
    max-width: 800px;
    margin: 0 auto;
}

/* 日付とタイトルをひとまとまりにする */
.news-header {
    margin-bottom: 30px;
	padding-bottom: 12px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ccc;
}

.news-header .news_date {
    margin: 0 0 4px;
    font-size: 14px;
    color: #777;
}

.news-header .news_title {
    margin: 0;
    font-size: 28px;
    line-height: 1.4;
}

/* 本文 */
.news_content {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.8;
}
