@charset "UTF-8";

h5 {
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 26px;
	font-weight: normal;
	text-align: left;
	padding-bottom: 10px;
	background-image: url(../images/h2.png);
	background-repeat: no-repeat;
	background-position: 0px 30px;
}
h5 span {
	font-size: 12px;
	font-weight: bold;
	color: #4d4033;
	text-shadow: 1px 1px 3px #cccccc;
}

/*ニュースリリース*/
#news {
	float: left;
	width: 100%;
	border: 1px solid #A9A3A0;
	margin-top: 0px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*NEWS枠*/
.news_waku {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin-top: 8px;
	margin-bottom: 40px;
	float: left;
	padding: 15px;
	background-color: #FCFBF3;
	border: 1px solid #DFD899;
	line-height: 1.6em;
}
.news_waku a, a:hover {
	text-decoration: underline;
}
.news_waku img {
	max-width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*NEWS*/
.news_box {
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4d4033;
	font-size: 12px;
	text-align: left;
}
.news_day {
	float: left;
	width: 100%;
	margin-bottom: 2px;
}
.news_day_new {
	float: left;
	width: 100%;
	background-image: url(../images/new.png);
	background-repeat: no-repeat;
	background-position: 76px 0px;
	margin-bottom: 2px;
}
.news_naiyo {
	float: left;
	width: 100%;
	margin-bottom: 2px;
}
.news_naiyo a {
	color: #336699;
	text-decoration: underline;
}
.news_naiyo a:hover {
	color: #FF6600;
	text-decoration: underline;
	/*text-shadow: 1px 1px 3px #cccccc;*/
}


/*詳細表示*/
.news_k_day {
	float: left;
	margin-top: 5px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4d4033;
	padding-bottom: 2px;
}
.news_k_day_new {
	float: left;
	width: 100%;
	background-image: url(../images/new.png);
	background-repeat: no-repeat;
	background-position: 100px 0px;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4d4033;
	padding-bottom: 2px;
	margin-bottom: 15px;
}
.news_k_naiyo {
	float: left;
	width: 100%;
	margin-top: 5px;
}
.news_k_naiyo img {
	max-width: 100%;
    height:auto;
}

/*詳細はこちら*/
.news_detailed {
	text-align: right;
	float: left;
	width: 100%;
	margin-top: 5px;
}