@charset "UTF-8";
div#document {
 width: 1200px;
 margin: 0 auto;
 background: none;
 padding: 0 0 40px 0;
}
.slider img {
 width: 100%;
}

div.main .bx-wrapper {
	position:relative;
}
div.main .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	outline: 0;
	width: 48px;
	height: 95px;
	text-indent: -9999px;
 z-index: 54;
 margin-top: -47px;
}
div.main .bx-wrapper .bx-prev {
	left: 0;
	background:url(../images/left.png) no-repeat 0 0;
}
div.main .bx-wrapper .bx-next {
	right: 0;
	background:url(../images/right.png) no-repeat 0 0;
}
div.main .bx-wrapper .bx-pager {
 text-align: center;
 line-height: 1;
 margin: 15px 0;
}
div.main .bx-wrapper .bx-pager .bx-pager-item,
div.main .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	vertical-align:middle;
 
}
div.main .bx-wrapper .bx-pager.bx-default-pager a {
	background:#bfb9b0;
	text-indent: -9999px;
	display: block;
	width: 99px;
	height: 7px;
	margin: 0 5px;
	outline: 0;
}
div.main .bx-wrapper .bx-pager.bx-default-pager a.active {
	background:#997c49;
}
p.scroll {
 position: absolute;
 left: 0;
 bottom: 3%;
 width: 100%;
 z-index: 55;
 text-align: center;
}
@media screen and (max-width: 1700px) and (min-height: 700px) {
 div.main {
  position:relative;
 }
 p.scroll {
  bottom: 10%;
 }
}


p.info01 {
 text-align: center;
 margin: 30px 0 55px 0;
}
p.info02 {
 text-align: center;
 margin: 55px 0;
}
div.information {
 text-align: center;
 margin: 55px 0;
}
div.information p {
 /*background: url(../images/information.png) no-repeat 0 0;
 padding: 0 0 0 200px;*/
 text-align: center;
 font-size: 15px;
 display: inline-block;
 line-height: 32px;
 font-weight: bold;
}

ul.top_menu li {
 float: left;
}
ul.footer_submenu {
 margin: 100px 0 40px 30px;
}


@media screen and (max-width: 700px) {
 div#header {
  z-index: 60;
 }
 div#document {
  width: auto;
  padding: 0;
  margin: 0 15px;
 }
 div.main {
  margin-top: 47px;
 }
 div.main .bx-wrapper .bx-controls-direction a {
  display: none;
 }
 div.main .bx-wrapper .bx-pager {
  margin: 7px 0;
 }
 div.main .bx-wrapper .bx-pager.bx-default-pager a {
  background:#bfb9b0;
  text-indent: -9999px;
  display: block;
  width: 50px;
  height: 4px;
  margin: 0 3px;
  outline: 0;
 }
 div.main .bx-wrapper .bx-pager.bx-default-pager a.active {
  background:#997c49;
 }
 p.scroll {
  display: none;
 }

 p.info01 {
  text-align: center;
  margin: 20px 0 25px 0;
 }
 p.info02 {
  text-align: center;
  margin: 25px 0;
 }
 div.information {
  text-align: center;
  margin: 20px 0 40px 0;
 }
 div.information p {
  /*background: url(../images/information.png) no-repeat 0 0;
  background-size: 93px auto;
  padding: 0 0 0 100px;*/
  text-align: left;
  font-size: 7px;
  display: block;
  line-height: 1.4;
 }

 ul.top_menu li {
  float: left;
  width: 50%;
  position: relative;
 }
 ul.footer_submenu {
  margin: 25px 0 30px 0;
 }
}
