@charset "UTF-8";

#header {
	border-color:#9990e5;
}
#title,.table4 th {
	background-color:#e0dbef;
}
.clbox_l {
	float:left;
	width:510px;
}
.clbox_r {
	float:right;
	width:510px;
}
.table4 tr th:first-child {
    width: 3em;
}
.title2 {
	text-align:center;
	margin-bottom:60px;
}
.title2 img {
	height:36px;
}

.news_box {
	padding:30px 30px 0;
	background-color:#fff;
	border:5px solid #e0dbef;
	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:#e0dbef;
	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 {
	line-height:1.6;
	margin-bottom:30px;
}
.snavi {
	width:1060px;
	margin:0 auto -5px;
}
.snavi li {
	float:left;
	width:calc(100% / 6);
}
.snavi li a {
	display:block;
	border:5px solid #e0dbef;
	background-color:#fff;
	text-align:center;
	margin:0 1px;
	line-height:50px;
	color:#785142;
	font-weight:bold;
	border-radius:20px 20px 0 0;
}
.snavi li a:hover {
	background-color:#e0dbef;
}
.snavi li.current a {
	background-color:#9990e5;
	color:#fff;
}

@media screen and (max-width: 499px) {
.clbox_l {
	float:none;
	width:100%;
}
.title2 {
	margin-bottom:40px;
}
.title2 img {
	height:22px;
}
.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;
}

.snavi {
	width:auto;
	margin:0 0 19px;
}
.snavi li {
	width:calc(100% / 3);
}
.snavi li a {
	margin:0 1px 1px;
	line-height:40px;
	border-radius:10px;
	font-size:0.84em;
}
}

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

}

