@charset "UTF-8";
/* CSS Document */

#gnHeader {
    line-height: 0.9 !important;
}

#login {
	height: 11px !important;
}

#slider_bg {
	position: relative;
	z-index: 1;
	clear: both;
	background-size: 100%;
	background-repeat: no-repeat;
	width: 100%;
	margin-bottom: 32px;
}
#slider {
	width: 100%;
	/* height: !important; */
	position: relative;
	z-index: 1;
	clear: both;
	padding-top: 0px;
}
#slider .slide  {
	text-align: center;
	width: 100%;
}
#slider .slide_01 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	/*background-image: ;
	background-size: cover;
	background-position: center 0%;*/
}
#slider .slide_01 img {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#slider .slide_02 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	/*background-image: ;
	background-size: cover;
	background-position: center 0%;*/
}
#slider .slide_02 img {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#slider .slide_03 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	/*background-image: ;
	background-size: cover;
	background-position: center 0%;*/
}
#slider .slide_03 img {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.bxslider {
	height: auto !important;
	width: 100%;
}
.bxslider div{
	height: auto !important;
	width: 100%;
}
#container {
	clear: both;
	float: left;
	width: 100%;
}
#banner_area {
	width: 88%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-bottom: 22px;
}
#banner_area ul {
}
#banner_area ul li {
	margin-bottom: 2px;
	text-align: center;
}
#banner_area .select {
	margin-top: 20px;
}
.select .select-wrap{
	position: relative;
	overflow: hidden;
	display: inline-block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.select .select-wrap select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: .01px;
	text-overflow: "";
	position: relative;
	z-index: 2;
	display: block;
	border: 1px solid #6B6B6B;
	outline: none;
	font-size: 1.3rem;
	line-height: 1;
	float: left;
	background-repeat: no-repeat;
	background-image: url(../img/index/icon.png);
	background-color: #fff;
	padding-top: 2px;
	padding-left: 20px;
	padding-bottom: 0;
	width: 100%;
	height: 43px;
	background-position: 96% center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.select .select-wrap option{
	padding:10px;
}
.bg_01 {
	background-color: #E6E6E5;
}
.section {
	width: 100%;
	float: left;
	clear: both;
}
.section dl {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 42px;
}
.section dl dt {
	font-size: 1.8rem;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 16px;
	font-weight: bold;
	padding-top: 0px;
}
.section dl dd {
	line-height: 2;
}
.section dl .small {
	font-size: 1.2rem;
}
.section .encircle {
	width: 100%;
	float: left;
	clear: both;
}
.section .encircle .box {
	width: 100%;
	float: left;
	clear: both;
	background-color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 14px;
	padding-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #C0C0C0;
}
.section .encircle .box .img {
	width: 40%;
	float: left;
}
.section .encircle .box .img img {
	border: 4px #ececea solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
.section .encircle .box .right_box {
	width: 57%;
	float: right;
}
.section .encircle .box .right_box .name a {
	font-size: 1.4rem;
	color: #1A8BC1;
	font-weight: bold;
	line-height: 1.4em;
}
.section .encircle .box .right_box .place {
	background-color: #FFF;
	padding-top: 1px;
	padding-left: 12px;
	padding-right: 12px;
	display: inline-block;
	font-size: 1.2rem;
	margin-bottom: 8px;
	border-radius: 3px;
	line-height: 1.5em;
}
.section .encircle .box .right_box .text {
	font-size: 1.2rem;
	line-height: 1.6;
}
