@charset "UTF-8";
/* ----------------------------------------------------------------- 
	all
-----------------------------------------------------------------  */
body {
  font: 62.5%/2em "ARHeiB5Medium", "DFMingStd-W5", "MS PGothic", sans-serif;
  color: #fff;
  background-color: #161616;
  overflow: hidden;
}
::-webkit-scrollbar { 
    display: none; 
}
 @media screen and (max-width: 1249px) {

        body{
            overflow: auto;
        }
        ::-webkit-scrollbar { 
            display:initial; 
        }
}
/* ----------------------------------------------------------------- 
	#container
-----------------------------------------------------------------  */
#container .stage_wrapper .stage {
  overflow: hidden;
  position: relative;
}
#container .stage_wrapper .stage .inner {
  margin-left: 260px;
  position: relative;
}
#container .stage_wrapper .stage .inner .bg {
  width: 100%;
  height: 100%;
}
#container .stage_wrapper .stage .inner .overlay {
  width: 100%;
  height: 100%;
  background-color: #161616;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#container .stage_wrapper .stage .inner .content {
  width: 100%;
  height: 100%;
}
#container .stage_wrapper .stage .hover_nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 116px;
  z-index: 6000;
  background-image: url(../img/spacer.gif);
  background-repeat: repeat;
}
#container .stage_wrapper .stage .hover_nav a {
  display: block;
  width: 100%;
  height: 116px;
  text-align: center;
  color: white;
  font-size: 1.2em;
  position: relative;
  top: 116px;
  background-color: #090909;
  background-image: url(../img/hover_nav_icon.gif);
  background-repeat: no-repeat;
  background-position: center 64px;
}
#container .stage_wrapper .stage .hover_nav a span {
  position: relative;
  top: 25px;
}

/* ----------------------------------------------------------------- 
	#top
-----------------------------------------------------------------  */
#top .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}
#top .content .box {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 422px;
  height: 286px;
  margin-top: -190px;
  margin-left: -270px;
}
#top .content .box h2 {
  margin-left: 67px;
  padding: 0 0 43px 0;
  display: none;
}
#top .content .box p {
  text-align: center;
  display: none;
  font-size: 14px;
  font-weight: bold;
}
#top .content .box p.txt01 {
  padding: 0 0 48px 0px;
  
}
#top .content .box p.txt02 {
  padding: 0 0 48px 0px;
}
/* ----------------------------------------------------------------- 
	#about
-----------------------------------------------------------------  */
#about .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 20;
}
#about .content .box {
  width: 395px;
  height: 424px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -212px 0 0 -198px;
}
#about .content .box h3 {
  width: 395px;
  margin: 0 auto;
  padding: 0 0 74px 0;
}
#about .content .box p {
  width: 395px;
  margin: 0 auto;
}
#about .content .box p.txt01 {
  padding: 0 0 35px 0;
}

/* ----------------------------------------------------------------- 
	#works
-----------------------------------------------------------------  */
#works .inner ul {
  width: 100%;
  height: 100%;
  position: relative;
}
#works .inner ul li {
  position: absolute;
  top: 0;
  width: 33.3%;
  height: 100%;
  background-color: #161616;
}
#works .inner ul li .img {
  width: 100%;
  height: 100%;
}
#works .inner ul li .img img {
  width: 100%;
  height: auto;
  position: relative;
}
#works .inner ul li .txt {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -29px;
}
#works .inner ul li.work01 .txt {
  margin-left: -47px;
}
#works .inner ul li.work02 .txt {
  margin-left: -32px;
}
#works .inner ul li.work03 .txt {
  margin-left: -54px;
}

/* ----------------------------------------------------------------- 
	.detail
-----------------------------------------------------------------  */
.detail .inner .top_area {
  width: 100%;
  height: 10.3%;
  position: relative;
}
.detail .inner .top_area .box {
  width: 100%;
  height: 80px;
  margin: -60px 0 0 57px;
  position: absolute;
  top: 50%;
}
.detail .inner .top_area .box h3 {
  padding: 0 0 27px 0;
}
.detail .inner .slider_area {
  width: 100%;
  height: 222px;
  overflow: hidden;
  position: relative;
}
.detail .inner .slider_area .nav{
  
}
.detail .inner .slider_area .navnext{
  cursor: pointer;
  width: 52px;
  height: 52px;
  position: absolute;
  top:40%;
  overflow: hidden;
  margin: auto;
  z-index: 1000;
  right:10px;
  background: url('../img/news_arr_next_on.png');
}
.detail .inner .slider_area .navprev{
  cursor: pointer;
  width: 52px;
  height: 52px;
  position: absolute;
  top:40%;
  overflow: hidden;
  margin: auto;
  z-index: 1000;
  left:10px;
  background: url('../img/news_arr_back_on.png');
}
.detail .inner .slider_area2 {
    text-align: center;
  min-width: 1250px;
  width:1250px;
  height: 56.2%;
  overflow: auto;
  margin: 25px auto;
}
.detail .inner .slider_area .slider {
  width: 100%;
  height: 100%;
  position: relative;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.detail .inner .slider_area .slider .slide_list li div.hover_icon{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  background-image: url(../img/detail_expand_icon.gif);
  background-repeat: no-repeat;
}

.element-item .hover_icon {
  position: absolute;
  right: 0;
  bottom: 28px;
  width: 30px;
  height: 30px;
  background-image: url(../img/detail_expand_icon.gif);
  background-repeat: no-repeat;
}

/* ----------------------------------------------------------------- 
	.right_left
-----------------------------------------------------------------  */
.right_left .inner .content {
  overflow: hidden;
  *zoom: 1;
}
.right_left .inner .content .left_area {
  width: 50%;
  height: 100%;
  float: left;
}
.right_left .inner .content .left_area h3 {
  width: 391px;
  margin: 0 auto;
  padding: 123px 0 150px 0;
}
.right_left .inner .content .left_area ul {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 60px 0;
}
.right_left .inner .content .left_area ul li {
  width: 100%;
  padding: 10px 0 20px 0;
  background-image: url(../img/step_icon.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.right_left .inner .content .left_area ul li .box {
  width: 100%;
  padding: 25px 0 30px 0;
  background-color: #1b1b1b;
}
.right_left .inner .content .left_area ul li .box p {
  width: 391px;
  margin: 0 auto;
}
.right_left .inner .content .left_area ul li.last {
  background-image: none;
}
.right_left .inner .content .right_area {
  width: 50%;
  height: 100%;
  float: left;
}
.right_left .inner .content .right_area .bgImg img {
  position: relative;
}

/* ----------------------------------------------------------------- 
	#flow
-----------------------------------------------------------------  */
#flow .inner .right_area .bgImgs {
  position: relative;
}
#flow .inner .right_area .bgImgs .bgImg {
  position: absolute;
}

/* ----------------------------------------------------------------- 
	#delivery
-----------------------------------------------------------------  */
#delivery .inner .content h3 {
  width: 842px;
  margin: 0 auto;
  padding: 125px 0 160px 0;
}
#delivery .inner .content ul {
  width: 100%;
}
#delivery .inner .content ul li {
  width: 100%;
  margin: 0 0 5px 0;
  background-color: #1b1b1b;
}
#delivery .inner .content ul li .box {
  width: 842px;
  margin: 0 auto;
  padding: 20px 0 20px 0;
  overflow: hidden;
  *zoom: 1;
}
#delivery .inner .content ul li .box .txt_area {
  width: 450px;
  float: left;
}
#delivery .inner .content ul li .box .txt_area h4 {
  padding: 55px 0 0 0;
}
#delivery .inner .content ul li .box .txt_area p {
  padding: 38px 0 0 0;
}
#delivery .inner .content ul li .box .img_area {
  width: 390px;
  float: left;
}

/* ----------------------------------------------------------------- 
	#contact
-----------------------------------------------------------------  */
#contact{
  background: url('../img/bg2.jpg') no-repeat 260px top;
  background-size: cover;
}
#contact .inner .content {
  width: 430px;
  margin: 60px 0 0 57px;
}
#contact .inner .content h3 {
  padding: 125px 0 20px 0;
}
#contact .inner .content p,#contact .inner .content ul.contact_list li{
  font-size: 14px;
  font-weight: bold;
}
#contact .inner .content p.txt01 {
  padding: 30px 0 0 0;
}
#contact .inner .content p.txt02 {
  line-height: 30px;
  padding: 10px 0 0 0;
}
#contact .inner .content ul.contact_list {
  width:430px;
    height: 60px;
  padding: 0px 0 0 0;
}
#contact .inner .content ul.contact_list li.address {
  padding: 0 0 10px 0;
}
#contact .inner .content ul.contact_list li.tel {
  padding: 0 0 10px 0;
}
#contact .inner .content ul.contact_list li.mail {
  /*padding: 0 0 10px 0;*/
}
#contact .inner .content ul.contact_list li.url a {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#contact .inner .content ul.contact_list li.url a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

/* ----------------------------------------------------------------- 
	#sidebar
-----------------------------------------------------------------  */
#sidebar {
  width: 260px;
  height: 100%;
  min-height: 690px;
  background-color: #040404;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5000;
}
#sidebar h1 {
  padding: 109px 0 0 0;
  width: 100%;
  text-align: center;
}
#sidebar nav {
  padding: 110px 0 0 0;
  width: 100%;
}
#sidebar nav #gnav {
  margin: 0 0 0 35px;
}
#sidebar nav #gnav > li h2 {
  padding: 15px 0 0 0;
}
#sidebar nav #gnav > li .nav > li {
  padding: 12px 0 0 0;
}
#sidebar #footer {
  width: 100%;
  height: 92px;
  position: absolute;
  bottom: 26px;
}
#sidebar #footer .footer_nav {
  margin: 0 0 0 35px;
}
#sidebar #footer .footer_nav li {
  padding: 0 0 9px 0;
  line-height: 1em;
}
#sidebar #footer .footer_nav li a img {
  vertical-align: top;
}
#sidebar #footer .copyright {
  position: absolute;
  margin: 0 0 0 35px;
  padding-top: 20px;
  line-height: 1em;
  bottom: 0;
}
#sidebar a {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#sidebar a:hover {
  /*filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;*/
}


