@charset "UTF-8";
/* CSS Document */

.news-201812-box {
	padding: 0px;
	width: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.news-201812-box table {
	width: 80%;
	padding: 0px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.news-201812-box th {
	width: 20%;
	text-align: center;
	background-color: #f3ffff;
	color: #005099;
	font-weight: bold;
}
.n-top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
}
.news-201812-box td {
	text-align: justify;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}
.news-201812-box th, .news-201812-box td {
	margin: 0px;
	padding: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
}
.kyocho{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	background-color: #F00;
	padding: 2px 4px;
	margin-right: 5px;
}
/* 画面サイズが768px以下の場合に適用 */
@media only screen and (max-width: 768px) {
.news-201812-box table {
	width: 90%;
}
.news-201812-box th, .news-201812-box td,
.kyocho{
	font-size: 14px;
	line-height: 24px;
}
.news-201812-box th, .news-201812-box td {
	padding: 8px;
}

}
/* 画面サイズが480px以下の場合に適用 */
@media only screen and (max-width: 480px) {
.news-201812-box table {
	width: 100%;
}
.news-201812-box th {
	width: 18%;
}

}
/* 画面サイズが375px以下の場合に適用 */
@media only screen and (max-width: 375px) {
.news-201812-box table {
	margin-top: 15px;
	margin-bottom: 15px;
}
.news-201812-box th {
	width: 25%;
}
.news-201812-box th, .news-201812-box td,
.kyocho{
	font-size: 12px;
	line-height: 20px;
}
.news-201812-box th, .news-201812-box td {
	padding: 4px;
}
}