﻿@import url("../common.css");

@charset"utf-8";

#wrap_contents{
	position: relative;
	top: -38px;
	width: 100%;
}

/*=======banner=======*/

#banner{
	position: relative;
	top: 0;
	width: 100%;
	height: 267px;
}

#banner img{
	position: absolute;
	width: 100%;
	height: 100%;
}

#wrap_txt{
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

#wrap_txt h2{
	position: absolute;
	top: 160px;
	font-size: 50px;
	left: 40%;
	color: #fff;
	text-shadow: 3px 3px 0 rgba(60, 60, 60, 0.43);
}

#wrap_txt p{
	position: absolute;
	top: 100px;
	font-size: 18px;
	font-weight: 600;
	left: 34%;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(60, 60, 60, 0.43);
}

/*=====End banner=====*/

/*=======contents=======*/

#contents{
	position: relative;
	background-color: #fff;
	width: 100%;
	height: 2100px;
}


#content{
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

/*=======navi=======*/

#navi{
	position: relative;
	width: 1000px;
	height: 35px;
}

#navi p{
	position: absolute;
	top: 16px;
	right: 175px;
}

#navi ul{
	position: absolute;
	top: 16px;
	right: 10px;
	font-size: 12px;
}

#navi ul li{
	float: left;
	padding-left: 15px;
	background: url(../../images/sub01/navi_arw.png) no-repeat;

}

#navi ul li.none{
	background: none;
}

#navi ul li.bld{
	font-weight: bold;
}

/*=======End navi=======*/

/*=======tab menu=======*/

#myBar{
	position: relative;
	width: 1000px;
	height: 89px;
	top: 60px;
	border-bottom: 2px solid #e9e9e9; 
	background-color: #fff;
}

#myBar ul{
	position: absolute;
	top: 22px;
	left: 0;
	text-align: center;
	padding-top: 25px;
}

#myBar ul li{
	float: left;
	font-size: 15px;
	font-weight: 500;
	color: #a3a3a3; 
	display: block;
	padding-right: 10px;
}

#myBar ul li.none{
	padding-right: 0px;
}

#myBar ul li a{
	width: 158px;
	height: 43px;
	display: block;
	text-align: center;
}

#myBar ul li a:hover{
	border-bottom: 6px solid #575757;
	color: #575757;
	font-weight: bold;
	-webkit-transition: all 0.4s;
  	-moz-transition: all 0.4s;
  	-ms-transition: all 0.4s;
  	-o-transition: all 0.4s;
  	transition: all 0.4s;
}

#myBar ul li.tab_bold{
	color: #575757;
	font-weight: bold;
}

#myBar ul li.tab_bold a{
	color: #575757;
	border-bottom: 6px solid #575757;
}

#myBar ul li.tab_bold ul li a{
	border-bottom: 0 !important;
}

#myBar ul ul{
	display:none;
	position:absolute;
	background-color:#fff;
	z-index:999999999999999;
	top:68px;
	margin:0;
	padding: 0;
	opacity:0;
	border: 1px solid #d4d4d4;
	border-top: 6px solid #575757;
}

#tab_m2 ul li{
	font-size:13px !important;
	font-weight: normal;
}

#myBar ul ul li a:hover{
	border-bottom: 0;
	color: #fff !important;
	background-color: #555555;
}


#myBar ul ul li a{
	width: 158px;
	height: 36px;
	padding-top: 20px;
	margin: 0;
	text-align: center;
	background-color: #fff;
}

#myBar li:hover ul{
	visibility: visible;
	opacity: 1;
	display: block;
}

#tab_m2 ul{
	width: 158px;
	height: 112px;
	left: 167px;
}


/*=======End tab menu=======*/

/*=======con=======*/

/*=====Intro=====*/

#Intro{
	position: relative;
	width: 1000px;
	height: 667px;
	top: 160px;
}

#Intro h1{
	position: absolute;
	top: 0;
	left: 0;
}

#Intro h2{
	position: absolute;
	top: 149px;
	left: 25px;
	font-size: 20px;
	color: #484545;
	font-weight: normal;
}

#Intro_box{
	position: absolute;
	top: 200px;
	left: 27px;
	width: 941px;
	height: 380px;
	background-color: #f3f2f2;
}

/*=====slide=====*/

.slider {
	position: relative;
	width: 100%;
	overflow: hidden;
}
	
.slides {
  height: 381px;
  overflow: hidden;
  /**	
   * Prevent blinking issue
   * Not tested. Experimental.
   */
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;



   -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
   -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
   -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
   -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
   transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.slide {
  height: 381px;
  float: left;
  clear: none;
}

.slide figure {
  display: block;
  position: relative;
  text-align: center;
}


.slide figure figcaption a {
  color: #373737;
  text-decoration: none;
}

.slide figure figcaption a:hover { text-decoration: underline; }

.slide img.Intro_img {
 	width: 473px;
 	height:381px;
}

.slider-nav {
  position: absolute;
  bottom: 100px;
}

.slider-nav__item {
  width: 90px;
  height: 8px;
  clear: none;
  display: block;
  margin: 0 5px;
  background: #fff;
}

.slider-nav__item:hover { background: #373737; }

.slider-nav__item--current, .slider-nav__item--current:hover { background: #373737; }

/*=====End slide=====*/

#Intro h3{
	position: absolute;
	top: 46px;
	right: 43px;
	text-align: right;
	font-size: 32px;
	font-weight: 600;
	color: #646464;
	line-height: 45px;
}

#Intro p{
	position: absolute;
	bottom: 0;
	right: 0;
}

/*=====End Intro=====*/


#Organi{
	position: relative;
	width: 1000px;
	height: 1139px;
	top: 160px;
}

#Organi h2{
	position: absolute;
	top: 149px;
	left: 25px;
	font-size: 20px;
	color: #484545;
	font-weight: normal;
}

#Organi p{
	position: absolute;
	top: 190px;
}

/*=======End con=======*/

/*=======End contents=======*/


