
/* Font
--------------------------------------------- */
@font-face {
	font-family: HuiFontP109;
	src: url('../font/HuiFontP109.ttf') format('truetype');
}

#main_wrap {
	width: auto!important;
	padding: 0px!important;
}


/*-----------------------------------------------
_ all


	border: 4px #EAE5DF solid;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	
-----------------------------------------------*/
#special2{
	background: url(../images/bgbg.png) repeat;
	text-align: center;
}


#all{
	width: 980px;
	float: left;
	font-family: Arial, sans-sans-serif;
	color: #666666;
	text-decoration: none;
	background-color: #fff;
	padding: 20px;
	margin-top: 10px;
	background-repeat: no-repeat;
	text-align: left;
	margin-bottom: 20px;
}

div#all a:link {
		color: #5177B2;
	}
	
	div#all a:visited {
		color: #5177B2;
	}
	
	div#all a:hover {
		color: #9CB4D8;
	}

	div#all a:active {
		color: #9CB4D8;
	}


/*-----------------------------------------------
_ top_img
-----------------------------------------------*/

.top{
	width: 980px;
	height: 600px;
	float: left;
}

	.top .title{
		width: 980px;
		height: 500px;
		text-align: center;
		float: left;
		padding-top: 17px;
	}

		.top .title p{
			font-size: 18px;
			padding-top: 13px;
			color: #00A958;
		}
		
		.top .title h1{
			padding-top: 5px;
			text-indent:100%;
			white-space:nowrap;
			overflow:hidden;
			
		}

	.top .socialicon{
		width: 536px;
		height: 22px;
		float: right;
		padding-top: 40px;
		text-align: right;
	}
	
	.top .socialicon_other{
		width: 536px;
		height: 22px;
	}
	
	.top .twitter-share-button {
	    width: 84px!important;
	}
	
	.top .g {
	    width: 20px!important;
	}
	div.fb-like{
    position: relative;
    top: -4px;
}

/*-----------------------------------------------
_ contents
-----------------------------------------------*/

.contents{
	float: left;
	width: 980px;
	min-height: 500px;
	margin: 0px 20px 20px 20px;
}

/*-----------------------------------------------
_ about
-----------------------------------------------*/

.about{
	float: left;
	height: ６00px;
	width: 940px;
	font-size: 14px;
	margin: 20px;
}
	
	.about h2{
		font-size: 32px;
		text-align: center;
		line-height: 1.8;
	}

	.about p{
		font-size: 16px;
		text-align: center;
	}
	
	.about_text{
			padding: 0px 60px 35px 60px;
		
		}
		
		.about_text p{
				color: #666;
				text-align: center;
			}	/*-----------------------------------------------
_ attention
-----------------------------------------------*/

.attention{
	width: 940px;
	height: 380px;
	float: left;
	margin: 20px;
}
	
	.attention h2{
		font-size: 32px;
		text-align: center;
		line-height: 1.8;
	}

	.attention p{
		font-size: 26px;
		text-align: center;
		line-height: 1.7;
	}


/*-----------------------------------------------
footer
-----------------------------------------------*/
.contents footer {
    overflow: auto;
	font-family: "lucida grande",Calibri,"Helvetica Neue",Helvetica,Geneva,tahoma,verdana,arial, Meiryo,'MS PGothic','NanumGothic','AppleGothic','Malgun Gothic','Dotum Regular','Hiragino Kaku Gothic Pro', sans-serif;
    clear: both;
    margin: 35px 15px 15px 15px!important;
}


/*-----------------------------------------------
_ bubble
-----------------------------------------------*/
.arrow_box {
position: absolute;
top: 300px;
left: 680px;
min-width: 200px;
text-align: center;
padding: 8px;
font-weight: bold;
	background: #eee6d2;
	border: 2px solid #a78879;
	color: #675442;
}
.arrow_box:after, .arrow_box:before {
	left: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-left-color: #eee6d2;
	border-width: 5px;
	top: 50%;
	margin-top: -5px;
}
.arrow_box:before {
	border-left-color: #a78879;
	border-width: 8px;
	top: 50%;
	margin-top: -8px;
}

/*-----------------------------------------------
_ lessons
-----------------------------------------------*/

	.lessons{
		width: 980px;
		float: left;
		margin-left: -10px;
		margin-bottom: 20px;
	}
	
		.lesson_l{
			width: 448px;
			height: 110px;
			float: left;
			margin-right: 10px;
			border: 1px #ccc solid;
			padding: 8px;
			margin-top: 20px;
			-webkit-border-radius: 7px;
			-moz-border-radius: 7px;
			border-radius: 7px;
		}
		
		.lesson_r{
			width: 448px;
			height: 120px;
			float: left;
			margin-left: 10px;
			border: 1px #ccc solid;
			padding: 8px;
			margin-top: 20px;
			-webkit-border-radius: 7px;
			-moz-border-radius: 7px;
			border-radius: 7px;
		}
		
		.lesson_0{
			width: 448px;
			height: 180px;
			float: left;
			margin-left: 10px;
			margin-top: 20px;
		}
		
		.lesson_one_image{
			width: 100px;
			height: 100px;
			float: left;
			margin-right: 20px;
			margin-bottom: 10px;
		}
		
			.lesson_one_image img:hover{
				opacity:0.7;
				filter: alpha(opacity=70);
				-ms-filter: "alpha( opacity=70 )";
				background: #fff;
			}
			
		.lesson_one_text{
			width: 328px;
			height: 100px;
			float: left;
			margin-bottom: 10px;
		}
		
			.lesson_one_text p{
				width: 328px;
				white-space: nowrap;
				overflow: hidden;
				text-overflow: ellipsis;
				-webkit-text-overflow: ellipsis;
				-o-text-overflow: ellipsis;
			}
		
		.lesson_bottom{
			width: 448px;
			height: 60px;
			float: left;
			padding-top:5px;
			border-top: 1px solid #ccc;
		}
		
		.lesson_description{
			width: 378px;
			height: 60px;
			margin-right: 10px;
			float: left;
		}
			
		
		.tutor_img{
			width: 60px;
			height: 60px;
			float: left;
		}
		
			.tutor_img img:hover{
				opacity:0.7;
				filter: alpha(opacity=70);
				-ms-filter: "alpha( opacity=70 )";
				background: #fff;
			}

.bar{
	width: 960px;
	height: 40px;
	background-image: url(../images/bar.png);
	background-repeat: no-repeat;
	border: none;
	float: left;
	margin: 20px 0px 20px 0px;
}