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



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

.lessonLink_list {
	width: 950px;
}

.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;
}


/*
 page_list
----------------------------------------------------------------------*/

.page_list #container {
	padding: 85px 0 50px 0;
}

.page_list h1 {
	font-size: 30px;
	margin-bottom: 20px;
	border-bottom: 2px solid #2c2c2c;
	position: relative;
}

.page_list .startBtn {
	text-align: center;
	margin-bottom: 15px;
}

.page_list .checkListBox ul.checkList {
	width: 850px;
	margin: 0 auto;
}

.page_list .checkListBox .checkList li {
	width: 425px;
	float: left;
	font-size: 30px;
	margin-bottom: 30px;
}

.page_list .checkListBox li input {
	margin-right: 10px;
}

.page_list font.blue {
	color: #208bbc;
}

/*.bluetxtBox {
	width: 105px;
	float: left;
}*/

.check_onoff {
	position: absolute;
	right: 0px;
	top: 0px;
	margin-bottom: 20px;
}

.check_onoff li {
	display: inline-block;
}

.page_list #import_btn {
	display: none;
}


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

.lesson_title {
	margin-bottom: 15px;
}

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

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


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

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

#part_linkBox {
	position: absolute;
	top: 2px;
	left: 0px;
	color: #FFF;
	width: 300px;
}

#part_linkBox li {
	float: left;
}

#part_linkBox #part_title {
	font-size: 32px;
	margin-bottom: 8px;
	/*font-weight: bold;*/
}

/*#part_linkBox #part_list {
	font-size: 17px;
	margin-bottom: 2px;
}

#part_linkBox #part_list a {
	text-decoration: underline;
	color: #b6b6b6;
}

#part_linkBox #part_list a.active,
#part_linkBox #part_list a:hover {
	color: #595656;
}*/

#part_linkBox #part_subtitle {
	font-size: 32px;
}

.third #container {
	width: 900px;
	height: 440px;
	padding: 120px 25px 0 25px;
	margin-bottom: 50px;
}

#newwaord_box {
	width: 100%;
	text-align: center;
}

/*#newword_english {
	font-size: 190px;
	line-height: 1.2;
}

#newword_japanese {
	font-size: 82px;
	line-height: 1.2;
}*/

#newword_english {
	width: 850px;
	height: 100%;
	font-size: 105px;
	text-align: center;
	position: fixed;
	top: 50%;
	margin-top: -1em;
	padding-left: 0.1em;
}

#newword_japanese {
	width: 850px;
	height: 100%;
	font-size: 82px;
	text-align: center;
	position: fixed;
	top: 50%;
	margin-top: -1em;
	padding-left: 0.1em;
}

#word_btn_erea {
	width: 100%;
	padding-top: 55px;
	text-align: center;
}

#word_btn_erea li {
	display:  inline-block;
}

#word_btn_erea li.btn_list {
	margin: 0 45px;
}

#word_btn_erea li.page_jump_btn {
	display: none;
}

.long_word {
	font-size: 75%;
}

.two_step {
	position: relative;
	top: -0.8em;
}

.two_step_en {
	position: relative;
	top: -0.8em;
}

.third .three_step {
	position: relative;
	top: -1.2em;
}

/*
.blue {
	color: #208bbc;
}
*/
.letter {
letter-spacing: -0.1em;
}


.page_list .two_step {
	position: inherit;
	top: 0;
	display: inline;
}

.page_list .two_step_en {
	position: inherit;
	top: 0;
	display: inline;
}

.page_list #word_list {
	padding-left: 25px;
}

.page_list #word_list input {
	margin-left: -25px;
}








