@charset "UTF-8";

/*ニュースリリース*/
#news {
	float: left;
	width: 100%;
	border: 1px solid #A9A3A0;
	margin-top: 4%;
	margin-bottom: 4%;
	background-color: #FFFFFF;
	padding-top: 3%;
	padding-right: 3.4%;
	padding-bottom: 3%;
	padding-left: 3.4%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/*h2*/
.news_h2 {
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #766f6c;
	margin-bottom: 20px;
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 26px;
	color: #766f6c;
	font-weight: normal;
	text-align: left;
	padding-bottom: 6px;
	line-height: 1.2em;
}
.news_h2 span {
	font-size: 12px;
	font-weight: bold;
	color: #4d4033;
	text-shadow: 1px 1px 3px #cccccc;
}
/*h3*/
.news_h3 {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

/*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;
}

h3 {
	margin-top: 5px;
	font-weight: normal;
}
h3 a, a:hover {
	text-decoration: underline;
}
h4 {
	font-size: 18px;
	font-weight: normal;
	color: #666666;
	margin-top: 15px;
	float: left;
}
/*NEWS*/
.news_box {
	float: left;
	width: 100%;
	margin-top: 2px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4d4033;
	text-align: left;
}
.news_day {
	float: left;
	width: 144px;
	margin-bottom: 2px;
}
.news_day_new {
	float: left;
	width: 144px;
	background-image: url(../img/new.png);
	background-repeat: no-repeat;
	background-position: 96px 0px;
	margin-bottom: 2px;
}
.news_naiyo {
	float: left;
	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;*/
}

/*詳細表示*/
.class_box {
	float: left;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: left;
}

.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(../img/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;
}
h3 span{
	font-size: 18px;
	text-shadow: 0px 0px 0px #cccccc;
	font-weight: normal;
}
/*詳細はこちら*/
.news_detailed {
	text-align: right;
	float: left;
	width: 100%;
	margin-top: 3%;
}

/*ロゴ*/
.news_logo {
	text-align: right;
	float: left;
	width: 100%;
	margin-top: 10px;
}