@charset "UTF-8";


/* 背景写真 */
.wrapper
 {
}
.wrapper.cbox .top_box .top_right .serch_base {
	height: 60px;
}


/* NEWS */
h3 {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px !important;
	font-weight: bold;
	color: #336500;
	background-color: #E8E6D9;
	padding: 10px 20px !important;
	margin: 0 0 20px !important;
	clear: both;
}
p {
	margin-bottom: 10px;
}
.entry_body {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 100%;
}
.section {
	clear: both;
	margin-bottom: 60px;
}



/* サイドお知らせ */
.side_news {
	/*width: 207px;
	_width: 237px;*/
	background-image: url(../../common/images/news_base_naka.png);
	background-repeat: repeat-y;
	background-size: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.side_news .side_news_title {
	margin-bottom: 10px;
	text-align: left;
	padding-top: 15px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.side_news .side_news_title a:link, #wrapper .side_news .side_news_title a:visited, .side_news .side_news_title a:active {
	color: #336500;
	text-decoration: none;
}
.side_news .side_news_title a:hover {
	color: #336500;
	text-decoration: none;
}

.side_news li {
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 13px;
	margin-top: 8px;
}
.side_news .mt_date {
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 10px;
	line-height: 1;
	margin-bottom: 2px;
	text-align: left;
}
.side_news .mt_title {
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 10px;
	line-height: 1.4em;
	text-align: left;
}
.side_news .mt_title a:link, .side_news .mt_title a:visited, .side_news .mt_title a:active {
	color: #336500;
	text-decoration: none;
}
.side_news .mt_title a:hover {
	color: #336500;
	text-decoration: underline;
}
.list {
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 90%;
	line-height: 1;
	font-weight: bold;
	padding-bottom: 15px;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 15px;
}
.list a:link, #wrapper .side_news .list a:visited, .side_news .list a:active {
	color: #336500;
	text-decoration: none;
	padding-left: 0;
}
.list a:hover {
	color: #336500;
	text-decoration: underline;
}
.side_news_under {
	margin-bottom: 20px;
}
.news_date {
	width: 20%;
}
.news_title { 
	width: 80%;
}


