@charset "UTF-8";
@import url(base.css);
@import url(common.css);

/*＝＝＝＝＝＝＝
HEADER
＝＝＝＝＝＝＝*/

#header {
	background: url(../img/headv_bg.jpg) no-repeat;
	height: 596px;
	position: relative;
	margin-bottom: 30px;
}
#header h1 {
	padding: 12px 12px 2px 12px;
	background: white;
}
#header h2, #header h3, #header ul li {
	text-indent: -999px;
}
#header h2 {
	width: 414px;
	height: 170px;
	background: url(../img/maintit.png) no-repeat;
	position: absolute;
	top: 90px;
	left: 26px;
}
#header ul {
	width: 419px;
	height: 84px;
	background: url(../img/3points.png) no-repeat;
	position: absolute;
	top: 270px;
	left: 21px;
}
.cont {
	width: 812px;
	margin: 0 auto;
}
#btn_apply01 {
	width: 157px;
	height: 158px;
	position: absolute;
	top: 27px;
	right: 27px;
	z-index: 2;
	animation: btn_effect01 linear 1.6s infinite;
}
#btn_apply01 a:hover {
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
}
 @keyframes btn_effect01 {
0% {
-webkit-transform:rotateY(0deg);
transform:rotateY(0deg)
}
25% {
-webkit-transform:rotateY(360deg);
transform:rotateY(360deg)
}
100% {
-webkit-transform:rotateY(360deg);
transform:rotateY(360deg)
}
}
.btn_apply02 {
	width: 720px;
	margin: 0 auto;
	text-align: center;
}
.btn_apply02 a {
	text-align: center;
	text-indent: -9999px;
	display: block;
	width: 737px;
	height: 104px;
	background: url(../img/btn_trial02.png) no-repeat left top;
}
#header .btn_apply02 a {
	position: absolute;
	bottom: 23px;
	left: 70px;
}
.btn_apply02 a:hover {
	background-position: left bottom;
}
/*＝＝＝＝＝＝＝
lessonimg
＝＝＝＝＝＝＝*/

#teachers {
	width: 791px;
	margin: 0 auto;
	margin-bottom: 60px;
}
#teachers li:first-child {
	float: left;
}
#teachers li:last-child {
	float: right;
}
#teachers:after {
	content: "";
	display: block;
	clear: both;
}
/*＝＝＝＝＝＝＝
CONT03
＝＝＝＝＝＝＝*/

#voicebox {
	width: 787px;
	margin: 0 auto;
	margin-bottom: 56px;
}
#voicebox li {
	margin-bottom: 37px;
}
/*＝＝＝＝＝＝＝
CONT04
＝＝＝＝＝＝＝*/

#cont04 {
/*	height: 1143px;*/
	height: 630px;
	background: url(../img/bg01.png) repeat;
	padding-bottom: 0px;
	margin-bottom: 46px;
}
#lessonimg .btn_apply02 {
	margin-bottom: 60px;
}
/*＝＝＝＝＝＝＝
CONT05
＝＝＝＝＝＝＝*/

.moviearea {
	margin-bottom: 60px;
}
ul#moviekind {
	width: 785px;
	margin: 0 auto;
	margin-bottom: 40px;
}
ul#moviekind li:first-child {
	float: left;
}
ul#moviekind li:last-child {
	float: right;
}
ul#moviekind:after {
	content: "";
	display: block;
	clear: both;
}
