.centering{
	width: auto;
}
#main_contents a.btn{
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 10px 0;
	background: #8cc63f;
	/*border-bottom: 3px solid #789e2d;*/
	color: #fff;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
	letter-spacing: 1px;
	border: none;
	-webkit-box-shadow: 0 3px 0 #789e2d;
	box-shadow: 0 3px 0 #789e2d;
	/*-webkit-transition: color 0.1s, background-color 0.1s, box-shadow 0.1s, -webkit-transform 0.1s;
  	transition: color 0.1s, background-color 0.1s, box-shadow 0.1s, transform 0.1s;*/
}


body.library #wrap{
	padding-left: 0;
}
#header{
	position: relative;
}
#header .centering{
	position: relative;
	padding: 15px 4%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#header h1{
	width: 185px;
}
#header #toggle_btn{
	position: absolute;
	top: 50%;
	right: 4%;
	width: 32px;
	margin-top: -22px;
}
#header .main_img{
	width: 100%;
}
#calendar{
/* 	position: absolute; */
	/* right: 0; top: 20px; */
	padding: 3% 4%;
	/* width: 200px; */
	background: url(../img/library/bg_calendar.png);
}
#calendar iframe{
	border: 0;
	width: 100%;
}
#calendar .calendar_ttl{
	position: relative;
    top: -2px;
}
#calendar .calendar_more_btn{
	position: relative;
	display: inline-block;
	margin: 0 auto 0 10px;
	padding: 5px 10px;
	font-size: 80%;
	line-height: 1.3em;
	background: #8cc63f;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	-webkit-box-shadow: 0 3px 0 #789e2d;
	box-shadow: 0 3px 0 #789e2d;
}
#header #subNav{
/* 	position: absolute; */
	right: 220px; top: 20px;
}
#header #subNav a{
	display: inline-block;
	padding: 5px 20px;
	border-left: 1px solid #ccc;
}
#header #subNav a:first-child{
	border-left: 0 none;
}
#header #mainNav{
	position: absolute;
	display: none;
	top: 69px;
	left: 0;
	width: 100%;
	z-index: 20;
}
#header #mainNav > li{
	position: relative;
	/* float: left; */
	width: 100%;
	text-align: center;
	background: url(../img/library/bg_mainnav.png);
	border-bottom: 1px solid #9dc5a5;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#header #mainNav > li.active{
	background: url(../img/library/bg_mainnav_active.png);
}
#header #mainNav > li a{
	display: block;
	padding: 5px 0;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 130%;
}
#header #mainNav > li > a{
	position: relative;
	text-align: left;
	display: block;
	padding: 15px 4%;
	/* border-bottom: 1px solid #9dc5a5; */	
}
#header #mainNav > li > a:after{
	content:"";
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	top: 50%;
	right: 5%;
	margin-top: -5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#header #mainNav > li.active > a:after{
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#header #mainNav > li:first-child > a{
	border-left: 0 none;
}
#header #mainNav .mainNav_child{
	display: none;
	/* position: absolute; */
	width: 100%;
	top: 67px;
	left: 0;
	background: #13491d;
	color: #fff;
	z-index: 10;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#header #mainNav .mainNav_child li{
	text-align: left;
}
#header #mainNav .mainNav_child li a{
	display: block;
	font-size: 100%;
	padding: 15px 25px 15px 25px;
	border-top: 1px solid #549660;
	background: url(../img/library/mainNav_child_arrow.png) no-repeat 15px 20px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
#header #mainNav .mainNav_child li:first-child a{
	border-top: none;
}
#header #mainNav .mainNav_child li a:hover{
	text-indent: 1em;
}

#header #search{
	width: 100%;
}
#opac{
	margin: 0 auto;
	padding: 20px 0;
/* 	max-width: 1280px; */
	background: url(../img/library/bg_search.png);
}
#opac .ttl_opac img{
	display: block;
	margin: 0 auto 3%;
}
#opac .btn_opac{
	display: block;
	margin: 3% 4% 0;
	border: 2px solid #8cc63f;
	padding: 3% 5%;
	text-align: center;
}
#opac img, #opac input{
	vertical-align: middle;
}
#opac input[type="text"]{
	margin: 0 2% 0 4%;
	padding: 10px;
	width: 62%;
	border: 0 none;
	background: #fff;
	text-align: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#opac input[type="submit"]{
	margin: 0 4% 0 0;
	padding: 10px;
	width: 28%;
	border: 0 none;
	background: #4d4d4d;
	color: #fff;
	font-weight: bold;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#top #main_contents h2{
	padding: 0;
	text-align: center;
}

#main_contents{
	padding-top: 0;
}

#news{
	/* float: left; */
	height: auto;
	padding: 3% 0 0 0;
	border-bottom: 0 none;
	border-top: 4px double #ccc;
}
#news h2 img{
	width: 80px;
}
#news .top_info_h{
	position: relative;
	padding: 0 4% 5px;
}
#news dl{
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #ccc;
}

#news dd a{
	text-decoration: underline;
}
#news dd a:hover{
	color: #8cc63f;
	text-decoration: none;
}
#topics{
	/* float: right; */
	height: auto;
	padding: 3% 0 0 0;
	margin-bottom: 3%;
	border-bottom: 0 none;
	border-top: 4px double #ccc;
}
#topics h2 img{
	width: 160px;
}
#topics .top_info_h{
	position: relative;
	padding-bottom: 5px;
	/* border-bottom: 1px solid #ccc; */
}
#topics li a{
	display: block;
	margin: 0 10px;
}
#topics .hover_line{
	border-color: #8cc63f;
}

#topics .bx-wrapper .bx-pager{
	position: static;
	margin: 0 auto;
}
#topics .bx-wrapper .bx-pager.bx-default-pager a:hover,
#topics .bx-wrapper .bx-pager.bx-default-pager a.active{
	background: #8cc63f;
}

#news a.btn.more,
#topics a.btn.more{
	margin-top: 20px;
}
#topics a.btn.more{
	margin: 0 4%;
}

#quicksearch,
#room{
	margin: 5% 0;
}
#quicksearch h2,
#room h2{
	margin: 0 4% 3%;
}
#quicksearch h2 img,
#room h2 img{
	width: 160px;
}
#room{
	margin-bottom: 10%;
}
.banner_contents{
	/*
width: 92%;
	margin: 0 auto;
*/
}
.banner_contents .inner{
	width: 92%;
	margin: 0 auto;
}
.banner_contents h2{
	padding-bottom: 20px !important;
	border-bottom: 1px solid #ccc;
}
.banner_contents li{
	float: left;
	width: 50%;
	margin-top: -1px;
}
.banner_contents li a{
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}
.banner_contents li a:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
.banner_contents li a span{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 20px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.banner_contents li:nth-child(2n) a span{
	border-right: none;
	/* border-left: 1px solid #ccc; */
}
.banner_contents li:nth-child(3) a span,
.banner_contents li:nth-child(4) a span{
	border-bottom: none;
}


#footer{
	padding: 25px 0;
	width: auto;
	border-top: 0 none;
	background: #f2f2f2;
	color: #6f6f6f;
}
#footer .centering{
	position: relative;
	text-align: center;
}
#footer .logo{
	margin-bottom: 5%;
	/*
position: absolute;
	top: 25px;
	right: 0;
*/
}
#footer .logo img{
	width: 150px;
}
#footer h3{
	display: inline-block;
	font-size: 105%;
}
#footer address{
	float: none;
	display: inline-block;
	line-height: 2.2em;
	font-size: 95%;
	margin-top: 5px;
	margin-bottom: 5%;
	padding: 6px 0 0 0;
	border-top: 1px solid #6f6f6f;
}
#footer address a{
	display: inline;
}
#footer address span{
	display: inline-block;
	margin: 0 5px;
}
#footer address strong{
	background: #fff;
	color: #6f6f6f;
	line-height: 1em;
	margin-right: 10px;
	padding: 5px 10px;
	font-size: 85%;
}
#footer #copyright{
	display: block;
	float: none;
	clear: both;
	padding: 0 4%;
	font-size: 80%;
	letter-spacing: 1px;
	text-align: center;
}