/* CSS Document */

/*サブページタイトル*/

/*本文*/

.contents_box p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 200%;
	color: #333;
	margin-bottom: 30px;
	padding: 0px 20px;
}

#date {
	padding-top: 60px;
	width: 672px;
}

.contents_box table {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 200%;
	color: #333;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	margin-bottom: 50px;
}

.contents_box table th {
	background-color: #E6E6E6;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

.contents_box table td {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
@media screen and (max-width: 1000px) {
#date {
	width: 100%;
}
}