/* 日付 */
.sec_title_box span {
	font-size: 0.14rem;
	display: block;
	font-weight: 400;
}

/* 本文 */
.entrybody {
	font-size: 0.16rem;
	line-height: 1.85;
	margin-bottom: 1rem;
}

.entrybody a {
	color: #164979;
}

.entrybody .item_link {
	background-color: #F1F1F1;
	padding: 0.1rem;
	border-radius: 3px;
	margin-top: 0.2rem;
}

.entrybody span {
	font-family: 'Roboto', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'ヒラギノ角ゴシック', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif !important;
	font-size: 0.16rem !important;
}

.entrybody table {
	width: 100% !important;
	box-sizing: border-box;
}

/* ページ送り */
.PagesItem {
	text-align: center;
	font-size: 0.16rem;
}

.PagesItem .current_page,
.PagesItem a {
	display: inline-block;
	margin-left: 0.04rem;
	margin-right: 0.04rem;
	padding: 0.1rem;
	padding-left: 0.14rem;
	padding-right: 0.14rem;
	border-radius: 0.3rem;
}

.PagesItem .current_page {
	background-color: #39B54A;
	color: #FFF;
}

.PagesItem a {
	color: #222;
	text-decoration: none;
}

.PagesItem a:hover {
	background-color: #F2F2F2;
}