@charset "utf-8";
/*
============================ service CSS ==============================

		1.article

====================================================================
*/

/* 1. article
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */

/* 1-1.table設定
──────────────────── */


/* 記事設定
──────────────────── */
#article #news {
	margin-bottom: 4em;
}
#article #news h3 {
	font-size: 153.9%;
	border-bottom: 3px solid #E8E8E8;
	margin-bottom: 1em;
}
#article #news p.data {
	color: #999999;
	margin-bottom: 0;
}

#article ul#next-link {
	text-align: center;
	list-style: none;
}

#article ul#next-link li {
	display: inline;
}

#article .rnews-btn {
	text-align: center;
}

