@charset "UTF-8";

#header {
	border-color:#f0aa00;
}
#title {
	background-color:#fae3aa;
}

.news_box {
	padding:30px 30px 0;
	background-color:#fff;
	border:5px solid #fae3aa;
	border-radius:10px;
	margin-bottom:60px;
}

.nsub {
	text-align:left;
	font-size:1.16em;
	color:#785142;
	 padding:0 10px 9px;
	 line-height:1.5;
}
.ndate {
	background-color:#fae3aa;
	text-align:right;
	font-size:0.84em;
	padding:2px 10px;
	margin-bottom:30px;
	border-radius:10px;
}
.nimg {
	float:left;
	width:50%;
	text-align:center;
	margin-bottom:30px;
}
.nimg img {
	max-width:400px;
	max-height:400px;
	width: expression(this.width >= this.height ? "400px" : "auto");
	height: expression(this.width <= this.height ? "400px" : "auto");
}
.ntx {
	margin-bottom:30px;
}

@media screen and (max-width: 499px) {
.news_box {
	padding:20px 20px 0;
	margin-bottom:40px;
}
.ndate {
	margin-bottom:20px;
}
.nimg {
	float:none;
	width:100%;
	margin-bottom:20px;
}
.nimg img {
	max-width:260px;
	max-height:260px;
	width: expression(this.width >= this.height ? "260px" : "auto");
	height: expression(this.width <= this.height ? "260px" : "auto");
}
.ntx {
	margin-bottom:20px;
}
}

@media screen and (min-width: 500px) {

}

