/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
        background:url(images/back_01.png);

    animation: cloudmove 20s linear infinite;
	-webkit-animation: cloudmove 20s linear infinite;
	-moz-animation: cloudmove 20s linear infinite;
      background-color: #9fe0ff;

}
@keyframes cloudmove {
	0% {background-position: 0 0;}
	25% {background-position: 200px 5px;}
	50% {background-position: 400px 0;}
	75% {background-position: 600px 5px;}
	100% {background-position: 800px 0;}
}
@-webkit-keyframes cloudmove {
	0% {background-position: 0 0;}
	25% {background-position: 200px 5px;}
	50% {background-position: 400px 0;}
	75% {background-position: 600px 5px;}
	100% {background-position: 800px 0;}
}
@-moz-keyframes cloudmove {
	0% {background-position: 0 0;}
	25% {background-position: 200px 5px;}
	50% {background-position: 400px 0;}
	75% {background-position: 600px 5px;}
	100% {background-position: 800px 0;}
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
/*reset css*/

::selection {
    background: #faecf7;
}

header{
  margin:0 auto;
	width:1197px;
	height:170px;
  position: relative;
  z-index: 3;
}

.logo{
	position: absolute;
	left:0px;
	top:0px;
  z-index:5;
}

.tel{
	position: absolute;
	right:0px;
	top:0px;
}
/*header*/

.top{
  height:550px;
  width:1197px;
  border-left: #88c23f solid 1px;
  border-right: #88c23f solid 1px;
  margin:0 auto;
  margin-top:-40px;
  position: relative;
}

.school{
  position: absolute;
  bottom:-2px;
  z-index: 2;
}
.main_1{
  position: absolute;
  bottom:0px;
  z-index: 1;
}

.cp_cssslider {
width: 1197px;
height: 548px;
overflow: hidden;
margin: 2em auto;
}
.cp_slide_item {
  width: 1197px;
  height: 548px;
float: left;
position: relative;
}
.cp_slidewrapper {
width: 1197%;/* slideの枚数×100% */
position: relative;
left: 0;
animation: slider 10s infinite;/* スピード */
}
@-webkit-keyframes slider {
/* 100%を枚数で割った%に割り振る */
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
20% {
-webkit-transform: translateX(-1197px);
transform: translateX(-1197px);
}
40% {
  -webkit-transform: translateX(-1197px);
  transform: translateX(-1197px);
  }
60% {
  -webkit-transform: translateX(-1197px);
  transform: translateX(-1197px);
  }
}
80% {
-webkit-transform: translateX(-1200px);
transform: translateX(-1200px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slider {
/* 100%を枚数で割った%に割り振る */
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
20% {
-webkit-transform: translateX(-1197px);
transform: translateX(-1197px);
}
40% {
-webkit-transform: translateX(-600px);
transform: translateX(-600px);
}
60% {
-webkit-transform: translateX(-900px);
transform: translateX(-900px);
}
80% {
-webkit-transform: translateX(-1200px);
transform: translateX(-1200px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}







.greenbar{
  width:1200px;
  height:76px;
  background-color: #b8d667;
  margin: 0 auto;
}

.top_menu{
	width:1197px;
  height:76px;
  text-align:center;
  margin: 0 auto;

}
.top_menu ul{
	list-style:none;
	width:1197px;
	margin:auto;
}
	.top_menu ul li{
		border-right:#81af3e 1px dashed;
		display: inline-block;
		width:167px;
    margin-left: -7px;
    height:76px;
	}

	.top_menu ul li:first-child{
		border-left:#81af3e 1px dashed;
	}

  .main_white{
  	width:1197px;
    height:1596px;
    text-align:center;
    margin: 0 auto;
    background-color: rgba( 255, 255, 255, 0.70 );
    z-index:3;
  }
  .main_white_recruit{
    width:1197px;
    height:1453px;
    text-align:center;
    margin: 0 auto;
    background-color: rgba( 255, 255, 255, 0.70 );
    z-index:3;
  }

  .main_white_system{
    width:1197px;
    height:2195px;
    text-align:center;
    margin: 0 auto;
    background-color: rgba( 255, 255, 255, 0.70 );
    z-index:3;
  }
  .main_white_cast{
    width:1197px;
    height:2750px;
    text-align:center;
    margin: 0 auto;
    background-color: rgba( 255, 255, 255, 0.70 );
    z-index:3;
  }
  .main_white_discount{
    width:1197px;
    height:1203px;
    text-align:center;
    margin: 0 auto;
    background-color: rgba( 255, 255, 255, 0.70 );
    z-index:3;
  }
  .topimg{
  	background:#faecf7;
  	width:100%;
  	height:577px;
    z-index:2;
  }
  .topimg_side{
    background:#faecf7;
    width:100%;
    height:413px;
    z-index:2;
  }

  .sub_topimg{
  	background:#cfffe6;
  	width:100%;
  	height:341px;
  }

  .topimg_inner{
    margin:0 auto;
    width:1150px;
    z-index:1;
  }

.bar{
  	background:#e7a4d8;
  	width:100%;
  	height:30px;
  }
  .wrap{
    width:1150px;
    height:1000px;
    margin:0 auto;
  }
  .wrap_menu{
    width:1150px;
    height:2200px;
    margin:0 auto;
  }
  .wrap_staff{
    width:1150px;
    height:1900px;
    margin:0 auto;
  }

  .wrap_access{
    width:1150px;
    height:1600px;
    margin:0 auto;
  }

  .banner{
    width:270px;
    height:270px;
    margin-right: 0px;
  }
  #side{
  	float:left;
  	width:270px;
  	margin-right:5px;
    margin-left: 25px;
  	padding-top:30px;
  }
  	.husen{
      padding-top: 20px;
  		list-style:none;
  	}
  #main{
  	float:left;
  	width:820px;
    height:310px;
  	padding:20px 0 10px 0;
  }
.school_footer{
  margin: 0 auto;
}

  .right{
    width:830px;
    height:1294px;
    background-color: #fff;
    float:left;
    border-radius: 20px;
    border:dotted 3px #9ac44c;
    position: relative;
    margin-left: 20px;
    margin-top: 30px;
  }
  .right_recruit{
    width:830px;
    height:1150px;
    background-color: #fff;
    float:left;
    border-radius: 20px;
    border:dotted 3px #9ac44c;
    position: relative;
    margin-left: 20px;
    margin-top: 30px;
  }

  .right_cast{
    width:830px;
    height:2450px;
    background-color: #fff;
    float:left;
    border-radius: 20px;
    border:dotted 3px #9ac44c;
    position: relative;
    margin-left: 20px;
    margin-top: 30px;
  }
  .right_discount{
    width:830px;
    height:900px;
    background-color: #fff;
    float:left;
    border-radius: 20px;
    border:dotted 3px #9ac44c;
    position: relative;
    margin-left: 20px;
    margin-top: 30px;
  }









  .event_right{
    width:642px;
    height:380px;
    background-color: #fff;
    float:left;
    margin-left:20px;
    margin-top:30px;
    margin-bottom: 50px;
    border-radius: 20px;
    border:dotted 3px #ff5fa5;
    position: relative;
  }

  .staff_right{
    width:805px;
    height:1450px;
    background-color: #fff;
    float:left;
    margin-left:5px;
    margin-top:-10px;
    margin-bottom: 30px;
    border-radius: 20px;
    border:dotted 3px #ff5fa5;
    position: relative;
  }


  .menu_right{
    width:805px;
    height:1800px;
    background-color: #fff;
    float:left;
    margin-left:5px;
    margin-top:-10px;
    margin-bottom: 30px;
    border-radius: 20px;
    border:dotted 3px #ff5fa5;
    position: relative;
  }

  .access_right{
    width:805px;
    height:1200px;
    background-color: #fff;
    float:left;
    margin-left:5px;
    margin-top:-10px;
    margin-bottom: 30px;
    border-radius: 20px;
    border:dotted 3px #ff5fa5;
    position: relative;
  }
.right_inner{
  position: absolute;
  top:20px;
  left:17px;
}

.right_inner_access{
  position: absolute;
  top:20px;
  left:5px;
}
  .title{
    position: absolute;
    top:30px;
    left:40px;
  }
  .title_recruit{
    position: absolute;
    top:30px;
    left:0px;
  }
  .title_button{
    position: absolute;
    top:920px;
    left:150px;
  }
.title_system{
  float:left;
margin-top:25px;
margin-left: 25px;
}
.title_cast{
  position: absolute;
  top:30px;
  left:20px;
}

.title_menu{
  position: absolute;
  top:20px;
  left:20px;
}
  .green{
    color:#75addd;
    font-weight: bold;
    font-size: 24px;
  }

  .pink{
    color:#ff5fa5;
    font-weight: bold;
    font-size: 18px;
    position: absolute;
    z-index:10;
    top:743px;
    left:545px;
  }

.center{
    text-align: center;


}
  .text{
    width:650px;
    padding:20px;
    color:#808080;
    margin: 0 auto;
    position: absolute;
    top:100px;
    left:60px;
    z-index: 10;
    font-size: 20px;
    line-height: 30px;
  }

  hr{
    border: none;
    border-bottom: #ff5fa5 1px dashed;
  }

  span{
    font-weight: bold;
    color:#ff5fa5;
  }

  a{
        text-decoration: none;
  }

footer{
  	background:#b8d667;
  	color:#ffffff;
  	width:100%;
  	height:98px;
    text-align: center;
    font-size: 13px;
  }
.footer_innner_text{
  padding-top:45px;
  height:13px;
  width:400px;
  margin:0 auto;
}
