@charset "utf-8";

.cnrL {
background:url(../../img/top/mv_corner_left.png) no-repeat 0 0;
height:94px;
left:5px;
position:absolute;
top:-30px;
width:93px
}

.cnrR {
background:url(../../img/top/mv_corner_right.png) no-repeat 0 0;
bottom:-30px;
height:93px;
position:absolute;
right:10px;
width:94px
}

.top #content {
background:url(../../img/top/conte_bg.png) no-repeat 50% 100px
}

.top #content .snav {
background:url(../../img/top/snav_ttl.png) no-repeat 355px 30px;
height:485px;
position:relative;
width:960px;
z-index:200
}

.top #content .snav li {
position:absolute
}

.top #content .snav .li01 {
left:0;
top:-20px
}

.top #content .snav .li02 {
left:301px;
top:98px
}

.top #content .snav .li03 {
left:638px;
top:-29px
}

.top #content .news {
float:left;
position:relative;
width:614px;
z-index:300
}

.top #content .news h3 {
background:url(../../img/top/news_ttl.png) no-repeat 0 0;
height:34px;
margin-bottom:22px;
overflow:hidden;
position:relative;
text-indent:100%;
white-space:nowrap;
width:614px
}

.top #content .news h3 a {
height:22px;
left:536px;
position:absolute;
text-indent:0;
top:0;
width:72px
}

.top #ftbnr {
float:left;
position:relative;
width:960px
}

.top #content .news .entry {
min-height:150px;
width:614px
}

.top #content .news .entry .left {
float:left;
margin-right:28px;
width:120px
}
.top #content .news .entry .left img {
	width:120px;
	height:120px;
}


.top #content .news .entry .right {
float:left;
width:450px
}

.top #content .news .entry .right .date img {
padding-left:15px;
position:relative;
top:2px
}

.top #content .news .entry .right dl dt {
font-weight:700;
margin:8px 0 12px
}

.top #content .news .entry .right dl dt a {
color:#693B21
}

.top #content .news .entry .right dl dd {
padding-bottom:25px
}

.top #content .conte_side {
float:right;
width:296px
}

.top #content .conte_side li {
margin-bottom:20px
}

.news-list {
font-size:small;
line-height:normal;
margin:0 auto;
text-align:center;
width:200px
}

.news-list a {
background-color:#fff;
border:1px solid #888;
border-radius:10px;
color:maroon;
display:block;
padding:12px 20px;
position:relative
}

.news-list a:hover {
background-color:maroon;
border-color:maroon;
color:#fff;
opacity:1;
text-decoration:none!important
}

.news-list i {
margin-right:8px
}

.covid {
line-height:normal;
margin:0 auto;
margin-bottom:10px;
margin-top:10px;
text-align:center;
width:300px
}

.covid a {
border:1px solid #888;
border-radius:10px;
display:block;
font-weight:700;
padding:12px 20px;
position:relative;
text-decoration:underline
}


/*------------------------------
 Wideslider
------------------------------*/
.wideslider {
	padding-bottom: 15px;
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider ul li img {
	width: 100%;
	display: none;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {background: #fff url(../img/top/prev.jpg) no-repeat right center;}
.slider_next {background: #fff url(../img/top/next.jpg) no-repeat left center;}

.pagination {
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}

.pagination a {
	margin: 0 5px;
	width: 10px;
	height: 10px;
	display: inline-block;
	overflow: hidden;
	background: #67391F;
	border-radius: 50%;
}
.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


/* =======================================
	ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}

