.main-manu {
}
.lang {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}
.lang li:first-child:after {
	font-size: 20px;
	color: #000000;
	content: "/";
}
.lang li {
	font-size: 20px;
	display: inline-block;
}
.lang li.on a {
	color: #000000;
}
.main-menu {
	display: inline-block;
	padding: 0;
	width: 100%;
	text-align: center;
}
nav .main-menu li {
	font-size: 20px;
	display: inline-block;
	margin-left: -6px;
}
html*.main-menu li, html*.login-menu li, html*.lang li {
	display: inline;
	zoom: 1;
}
nav .main-menu li:after {
	color: #000000;
	content: "/";
}
nav .main-menu li:last-child:after {
	content: "";
}
nav .main-menu li a {
	font-weight: bold;
	padding: 0 0 10px;
	margin-left: 35px;
	margin-right: 35px;
	position: relative;
}
nav .main-menu li a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #000000;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}
nav .main-menu li a:hover::after, nav .main-menu li a:focus::after {
	height: 5px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
nav .main-menu li.other, nav .main-menu li.other a {
	position: relative;
	z-index: 14;
}
nav .main-menu li.other ul.other-opn {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible
}
nav .main-menu li.other ul {
	position: absolute;
	top: -32px;
	width: 160px;
	margin-left: 5px;
	padding-top: 68px;
	padding-bottom: 25px;
	background-color: #000000;
	border: 2px solid #000000;
	text-align: left;
	z-index: 13;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity, 0.5s ease-in-out, visibility, 0.5s ease-in-out;
	-o-transition: opacity, 0.5s ease-in-out, visibility, 0.5s ease-in-out;
	transition: opacity, 0.5s ease-in-out, visibility, 0.5s ease-in-out
}
nav .main-menu li.other ul li {
	margin-left: 2px;
	display: block;
	line-height: 2em;
	letter-spacing: .3em;
}
nav .main-menu li.other ul li:first {
 border-bottom: 2px solid #000000;
}
nav .main-menu li.other ul li:after {
	content: "";
}
nav .main-menu li.other ul li a {
	padding-bottom: 4px;
}





body {
	background-color: #E1F0E0;
        font-size: 18px;
	font-family: YuGothic,Medium;
	line-height:1.7;
	margin:0;
        width: 1000px;
	margin-left: auto;
	margin-right: auto;
}



.clearfix {
  overflow: hidden;
  *zoom: 1;
}

.container-image {
	float: left;
	width: 40%;
}
.container-img {
	float: right;
	width: 60%;
	}

img{
	width: 100%;
}



.clearfix {
  overflow: hidden;
  *zoom: 1;
}

.container-image2 {
	float: right;
	width: 40%;
}
.container-img2 {
	float: left;
	width: 60%;
	}

img{
	width: 100%;
}



p{
margin-top: 0;
}





video {
	width: 100%;
}

.wrap {width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.main {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.sub {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.inner{
	border: 1px dotted red;
	width: 50%;
}


h1 {
        font-size: 40px;
	color: #1d1c1c;
}

h2 {
	font-size: 30px;
	color: #1d1c1c;
	padding-left: 1em;
	border-left: 2px solid #1d1c1c;
	margin-bottom: 50px;
}

h3 {
        font-size: 28px;
	color: #1d1c1c;
}

#center02 {
	text-align:center;
}

img.main {
	width: 1000px;
}





#css-slider {
	width: 1000px;
	height: 400px;
	overflow: hidden;
}

.slide-item {
	width: 1000px;
	height: 400px;
	float: left;
	position: relative;
}


.slider-wrapper {
	width: 200%;
	position: relative;
	left: 0;
	will-change: transform;
	animation: slider 8s infinite;
}

@keyframes slider {
  0% { transform: translateX(0); }
  100% { transform:translateX(-1000px); }
  200% { transform: translateX(0); }
}


#center03 {
	text-align:center;
}

p.resizeimage img { width: 100%; }



#stage {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
.pic img {
    position:absolute;
    width: 100%;
    top:0;
    left:100%;
    -moz-animation: imgTrans 15s infinite;
    -webkit-animation: imgTrans 15s infinite;
    animation: imgTrans 15s infinite;
}
#photo1 img {
    -moz-animation-delay: 0s;
    -webkit-animation-delay:0s;
    animation-delay: 0s;
}
#photo2 img {
    -moz-animation-delay: 5s;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}
#photo3 img {
    -moz-animation-delay: 10s;
    -webkit-animation-delay: 10s;
    animation-delay: 10s;
}

@-webkit-keyframes imgTrans {
 0% { left:100%; }
 5% { left:0%; }
 20% { left:0%; }
 25% { left:-100%; }
 100% { left:-100%; }
}
@-moz-keyframes imgTrans {
 0% { left:100%; }
 5% { left:0%; }
 20% { left:0%; }
 25% { left:-100%; }
 100% { left:-100%; }
}
 
@keyframes imgTrans {
 0% { left:100%; }
 5% { left:0%; }
 20% { left:0%; }
 25% { left:-100%; }
 100% { left:-100%; }
}













.slider {
  width: 1020px;
  height: 400px;
  margin: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav {
  width: 8px;
  height: 8px;
  margin: 1rem 8px;
  border-radius: 50%;
  z-index: 10;
  outline: 6px solid #333;
  outline-offset: -6px;
 box-shadow: 0 0 0 0 #0970ff, 0 0 0 0 rgba(9 ,112 ,255, 0);
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.nav:checked {
  -webkit-animation: check 1s linear forwards;
          animation: check 1s linear forwards;
}
.nav:checked:nth-of-type(1) ~ .slider_in {
  -webkit-transform: translateX(-1%);
          transform: translateX(-1%);
}
.nav:checked:nth-of-type(2) ~ .slider_in {
  -webkit-transform: translateX(-34.2%);
          transform: translateX(-34.2%);
}
.nav:checked:nth-of-type(3) ~ .slider_in {
  -webkit-transform: translateX(-67.1%);
          transform: translateX(-67.1%);
}

.slider_in {
  position: absolute;
  top: 0;
  left: 0;
  width: 300%;
  height: 100%;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.slider ul li img src {
  width: 1000px;
  height:auto;

}

@-webkit-keyframes check {
  50% {
    outline-color: #0970ff;
    box-shadow: 0 0 0 6px #0970ff, 0 0 0 26px rgba(9 ,112 ,255, 0.4);
  }
  100% {
    outline-color: #0970ff;
    box-shadow: 0 0 0 0 #0970ff, 0 0 0 0 rgba(9 ,112 ,255, 0);
  }
}

@keyframes check {
  50% {
    outline-color: #0970ff;
    box-shadow: 0 0 0 6px #0970ff, 0 0 0 26px rgba(9 ,112 ,255, 0.4);
  }
  100% {
    outline-color: #0970ff;
    box-shadow: 0 0 0 0 #0970ff, 0 0 0 0 rgba(9 ,112 ,255, 0);
  }
}



    box-shadow: 0 0 0 0 #0970ff, 0 0 0 0 rgba(9 ,112 ,255, 0);
  }
}



