@charset "utf-8";
/* CSS Document */



/*
 index
----------------------------------------------------------------------*/

.index .lessonLink_list {
	width: 950px;
	margin: 0 auto;
	text-align: center;
}

.lessonLink_list li {
	float: left;
	width: 186px;
	margin: 0 5px 5px 0;
}

.lessonLink_list li.listEnd {
	margin-right: 0px;
}


.index #container {
	padding: 85px 0 0 0;
}

.index h1 {
	text-align: center;
	margin-bottom: 50px;
}


/*
 second
----------------------------------------------------------------------*/

.second .lessonLink_list {
	width: 770px;
	margin: 0 auto;
	text-align: center;
}

.lesson_title {
	margin-bottom: 15px;
}

.second #container {
	padding: 94px 0 0 0;
}

.second h1 {
	text-align: center;
	margin-bottom: 20px;
}


/*
 third
----------------------------------------------------------------------*/


.all_wrap {
	position: relative;
}

.all_wrap .all_btn_area {
	position: absolute;
	top: -20px;
	left: 0px;
}

#head_logo {
	position: relative;
	top: 3px;
}

#header #head_dogyear {
	font-size: 32px;
	color: #FFF;
}

.third #container {
	width: 940px;
	/*height: 540px;
	overflow-y: scroll;*/
	padding: 85px 30px 65px 30px;
}

.part_wrap {
	width: 880px;
	margin-bottom: 65px;
}

.third h1 {
	text-align: center;
	margin-bottom: 25px;
}

.third .section {
	margin-bottom: 15px;
	position: relative;
}

.englishBox {
	font-size: 25px;
	/*明朝体
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
	/*ゴシック体*/
	font-weight: 100;
}

.JapaneseBox {
	font-size: 23px;
	line-height: 1.6em;
	/*明朝体
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
	/*ゴシック体*/
	font-weight: 100;
}

.playing {
	color: #F00;
}













