@charset "UTF-8";

/*-----------------------------------------------
_ Default Style Clear
-----------------------------------------------*/

article#world h1,
article#world h2,
article#world h3, 
article#world h4, 
article#world h5, 
article#world h6, 
article#world p, 
article#world dl, 
article#world dt, 
article#world dd, 
article#world ul, 
article#world li {  
border:0; 
line-height:1.4; 
margin:0;  
padding:0;
outline:0;   
vertical-align:baseline;
word-spacing: 1px;
-webkit-margin-before: 0;
-webkit-margin-after: 0;
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;
}

:focus {
outline:0;
}  

article#world a:link {
text-decoration: none;
}
article#world a:hover {
color: #c86f59;
}

article#world img {
border:none;
text-decoration:none;
}  

article#world ul, article#world li {
list-style-type:none;
background-color: #fff;
}  
article#world {
position: relative;
background-color: #fff;
/* display: inline-block; */
} 
article#world::after {
content: "";
display: block;
clear: both;
}
 

/*-----------------------------------------------
_ social
-----------------------------------------------*/

div.fb-like{
top: -6px;
}
.socialicon{
    position: relative;
    text-align: right;
    top:-520px;
}
/* Border radius */
.radius10 {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.radius6 {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
article#world {
    color: #5b4a36;
    background-color: #fff;
    padding: 2em 1em;
}
article#world .wrapper {
    margin: 0 auto;
    width: 982px;
}
article#world em {
font-weight: bold;
font-style: normal;
}

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

article#world div.header {
height: 500px;
background-image: url(../images/bg_main.png);
background-repeat: no-repeat;
background-position: 0 120px;
margin: 10px auto 0;
box-shadow: none;
border: none;
position: relative;
}

article#world div.header h1 {
color: #f6836d;
font-size: 3em;
line-height: 1.2;
padding: 30px 0 0 15px;
font-weight: normal;
}

article#world div.header h1 em {
color: #668bb8;
font-weight: normal;
}

article#world div.header h1 span {
display:block;
font-size: 115%;
}

article#world div.header p {
margin: 260px 0 0 25px;
color: #5577a1;
}

article#world div.header p span {
display: block;
}

article#world div.header p em {
color: #f6836d;
}

article#world div.header p.text {
position: absolute;
top: 300px;
right: 20px;
width: 250px;
margin: 0;
line-height: 1.6;
font-size: 1em;
}



/*-----------------------------------------------
_ baloon
-----------------------------------------------*/

article#world div.baloon {
position: absolute;
top: 50px;
right: 25px;
height: 205px;
width: 260px;
background-image: url(../images/bg_baloon.png);
background-repeat: no-repeat;
background-position: center bottom;
}

article#world div.baloon p {
background-color: #96d141;
padding: 20px;
color: #3f62a3;
margin: 0;
font-size: 1.25em;
font-weight: bold;
background-image: url(../images/img.png);
background-repeat: no-repeat;
background-position: 160px -30px;
text-align: center;
}

article#world div.baloon p span {
font-weight:normal;
color: #fff;
font-size: 80%;
display: block;
text-align: left;
margin: 7px 0 0 0;
}


/*-----------------------------------------------
_ lesson
-----------------------------------------------*/
article#world section.lesson{
margin: 0 auto 25px;
border: 1px solid #ccc;
padding: 15px 10px;
width: 840px;
}

article#world section.lesson span img{
position:relative;
top: 8px;
left: 0;
}

article#world section.lesson h2{
text-align: center;
font-size: 2em;
font-weight: normal;
border-top: 1px solid #ccc;
line-height: 2;
border-bottom: 1px solid #ccc;
margin: 0 25px;
color: #756880;
}

article#world section.lesson p.title{
text-align: center;
margin: 15px 0;
}

article#world section.lesson ul{
margin: 0 25px;    
padding: 10px 0;
}

article#world section.lesson li{
position: relative;
margin: 0 40px 20px;
/* width: 790px; */
padding: 10px 0;
}

article#world section.lesson li h3{
font-size: 2.4em;
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
margin: 0 0 0 130px;
position: relative;
line-height: 1.8;
color: #dba297;
}
article#world section.lesson li h3:hover{
background-color: #f4f4f4;
opacity: 0.8;
}
article#world section.lesson li h3 img{
border: 1px solid #ccc;
padding: 5px;
width: 90px;
position: absolute;
top: 0;
left: -125px;
}
article#world section.lesson li h3 img:hover{
opacity: 0.8;
}
article#world section.lesson li h3 span{
font-size: 50%;
font-weight: normal;
color: #fff;
background-color: #f09494;
padding: 5px;
position: relative;
top: -5px;
left: 0;
margin: 0 0 0 10px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
}

article#world section.lesson li a.lesson{
display: block;
color: #6B4926;
margin: 10px 0 0 130px;
border-bottom: 1px dotted #ccc;
padding: 0 0 10px;
}

article#world section.lesson li a.lesson:hover{
opacity: 0.8;
}


article#world section.lesson li h4{
font-size: 1.4em;
}
article#world section.lesson li p{
}

article#world section.lesson li span.price{
font-weight: bold;
margin: 2px 0 0 0;
}

article#world section.lesson li span.price img{
margin: 0;
position: relative;
top: 6px;
left: 0;
}

article#world section.lesson li span.language img{
width: 33px;
vertical-align: text-bottom;
}

article#world section.lesson li span.trial img{
width: 21px;
position: relative;
top: 5px;
left: 4px;
}

article#world section.lesson li span.skype img{
width: 23px;
position: relative;
left: -2px;
top: 6px;
}

#flag img{
	position: relative;
	top: -4px!important;
}
/* lesson_vari */

article#world section.lesson_vari h2{
font-size: 1.6em;
}

article#world section.lesson_vari ul{
border-bottom: 2px dotted #ccc;
margin: 0 25px 15px;
}

article#world section.lesson_vari p.title{
font-size: 1.4em;
font-weight: bold;
}

article#world section.lesson_vari p.title img{
position: relative;
top: 8px;
left: 0;
}

/*-----------------------------------------------
_ with cafetalk!
-----------------------------------------------*/

article#world h2.cafetalk {
text-align: center;
line-height: 2;
margin: 15px 0 0;
font-weight: normal;
font-size: 2.2em;
clear: both;
}
article#world h2.cafetalk em {
color: #cc6666;
font-size: 110%;
}
article#world p.cafetalk {
text-align: center;
margin: 0 0 20px;
font-size: 1.2em;
}
article#world ul.cafetalk {
clear: left;
width: 900px;
margin:0 0 0 55px;
height: 200px;
}
article#world ul.cafetalk li {
width: 251px;
float: left;
margin: 0 20px 10px;
padding: 0 10px;
text-align: center;
border: 1px solid #CCC;
height:162px;
color: #C66;
font-size: 1.1em;
font-weight: bold;
line-height: 1.2;
}

article#world ul.cafetalk li span {
color: #666;
font-size: 80%;
display: block;
font-weight: normal;
}
article#world ul.cafetalk li img {
display: block;
margin: 0 0 0 80px;
}



/*-----------------------------------------------
_ monitor
-----------------------------------------------*/

article#world div.monitor {
border: 1px solid #a29688;
padding: 10px;
width: 900px;
margin: 40px 20px;
height: 290px;
position: relative;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
background-color: #FFF9E2;
clear: both;
}
article#world div.monitor p {
text-align: center;
font-size: 1.8em;
font-weight: bold;
margin: 25px 0 0 0;
}
article#world div.monitor p img {
position:absolute;
top: -50px;
left: 370px;
}
article#world div.monitor div.kaho{
border: 1px solid #ccc;
padding: 25px 5px 15px 165px;
width: 690px;
margin: 20px;
background-image: url(../images/monitor.png);
background-position: 10px 10px;
background-repeat: no-repeat;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
background-color: #fff;
font-size: 1.1em;
min-height: 105px;
}

article#world div.monitor div.kaho span{
display: block;
font-weight: bold;
padding: 5px 0;
color: #900;
}


/*-----------------------------------------------
_ aside
-----------------------------------------------*/
article#world aside.supports {
margin: 60px 0 0 0;
}

article#world aside.supports ul {
text-align: center;
}

article#world aside.supports li {
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
padding: 5px 0;
width: 298px;
display: inline-block;
border:1px solid #ccc;
vertical-align: top;
margin: 0 8px;
background-image: url(../images/icon_support.png);
background-position: right bottom;
background-repeat:no-repeat;
}

article#world aside.supports li a {
display: block;
}

article#world aside.supports li a:hover {
opacity: 0.8;
}

article#world aside.supports li h1 {
font-size: 1.3em;
font-weight: normal;
color: #fff;
background-color: #ebd570;
line-height: 1.8;
}
article#world aside.supports li p {
font-size: 0.88em;
padding: 5px 10px;
line-height: 1.6;
}

/*_ skype   -----------*/

article#world aside.supports li.skype {
background-image: url(../images/icon_skype.png);
}

article#world aside.supports li.skype em {
font-size: 2em;
font-weight: bold;
color: #903;
display: block;
line-height: 1;
}
article#world aside.supports li.skype h1 {
background-color: #76bcd5;
}

/*_ support   -----------*/

article#world aside.supports li.support {
background-image: url(../images/icon_tel.png);
}

article#world aside.supports li.support h1 {
background-color: #9fca73;
}

article#world aside.supports li.support p {
font-weight: bold;
font-size: 1.65em;
letter-spacing: -0.07em;
}
article#world aside.supports li.support p span.n {
font-size: 70%;
font-weight: normal;
letter-spacing: 0;
}
article#world aside.supports li.support p span.des {
display: block;
font-size: 55%;
font-weight: normal;
letter-spacing: 0;
}


/*-----------------------------------------------
_ foot
-----------------------------------------------*/
article#world aside.foot {
clear: both;
margin: 50px 0 0 0;
color: #666;
}
article#world aside.foot section {
background-image: url(../images/bg_x.png);
background-position: 0 0;
background-repeat:repeat-x;
width: 300px;
float: left;
margin: 0 30px 0 0;
}
article#world aside.foot section ul, article#world aside.foot section p{
padding: 0 0 0 25px;
margin: 10px 0;
}
article#world aside.foot section.pc h4 {
background-image: url(../images/icon_pc.png);
background-position: 30px 10px;
background-repeat: no-repeat;
padding: 22px 0 0 100px;
height: 60px;
margin: 15px 0 15px;
color: #9C728F;
font-size: 1.4em;
line-height: 1;
}
article#world aside.foot section.pc p {
font-size: 0.88em;
color: #78576E;
}
article#world aside.foot section.pc p.link {
background-color: #9C728F;
padding: 10px 0 7px 15px;
width: 80%;
font-weight: bold;
margin: 15px 0 15px 27px;
border: 1px solid #DEDEDE;
}
article#world aside.foot section.pc p.small {
width: 50%;
}
article#world aside.foot section.pc p a {
color: #fff;
display: block;
font-size: 1.1em;
}
article#world aside.foot section.pc p.link:hover {
background-color: #78576e;
}
article#world aside.foot section.pc span {
font-size: 2.5em;
line-height: 0.3em;
position: relative;
left: 0;
top: 6px;
}
article#world aside.foot section.skype h4 {
background-image: url(../images/logo_skype.png);
background-position: 15px 10px;
background-repeat: no-repeat;
padding: 30px 0 0 145px;
height: 67px;
margin: 15px 0 15px;
color: #367896;
font-size: 1.4em;
line-height: 1;
}
article#world aside.foot section.skype p {
line-height: 1.8;
padding: 0 10px 0 20px;
}
article#world aside.foot section.skype p span a {
font-weight: bold;
color: #367896;
font-size: 1.2em;
}
article#world aside.foot section.skype p.link {
background-color: #367896;
padding: 8px 0 5px 15px;
width: 50%;
font-weight: bold;
margin: 15px 0 15px 22px;
border: 1px solid #DEDEDE;
}
article#world aside.foot section.skype p.link a {
color: #fff;
display: block;
font-size: 1em;
}
article#world aside.foot section.skype p.link:hover {
background-color: #2c647d;
}
article#world aside.foot section.video {
width: 300px;
float: left;
margin: 0;
}
article#world aside.foot section.video h4 {
background-image: url(../images/icon_cafe.png);
background-position: 10px 10px;
background-repeat: no-repeat;
padding: 18px 0 0 90px;
height: 60px;
margin: 15px 0 15px;
font-size: 1.4em;
line-height: 1;
}
article#world aside.foot section.video h4 a {
color: #64864F;
}
article#world aside.foot section.video p {
line-height: 1.8;
padding: 0 10px 0 20px;
}

article#world aside.foot section.video p.link {
background-color: #64864f;
padding: 8px 0 5px 15px;
width: 70%;
font-weight: bold;
margin: 15px 0 15px 22px;
border: 1px solid #DEDEDE;
}
article#world aside.foot section.video p.link a {
color: #fff;
display: block;
font-size: 1em;
}
article#world aside.foot section.video p.link:hover {
background-color: #526d42;
}
article#world aside.foot section.video h5 {
font-size: 1.1em;
color: #64864F;
margin: 10px 0 0 22px;
padding: 5px;
border: 2px solid #64864F;
width: 180px;
text-align: center;
}

.service6 p#intro_video img {
width: 205px; 
height: 115px; 
-moz-border-radius: 6px; 
-webkit-border-radius: 6px; 
border-radius: 6px;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
border: 1px solid #CCC;
padding: 5px;
}
.service6 p#intro_video img:hover {
opacity: 0.7;
}
div#video_container {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 9999;
background-color: rgba(0, 0, 0, 0.7);
display: none;
}
div#video_container .video_wrap {
width: 820px;
height: 468px;
padding-top: 10px;
margin: 110px auto 0;
background-color: rgba(0, 0, 0, 0.3);
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
position: relative; 
			
}
div#video_container .video_wrap .social_toolbar {
width: 800px;
height: 448px;
margin: 0 auto;
background-color: #fff;
padding-top: 10px;
}
div#video_container a.close {
display: block;
position: absolute;
top: -10px;
right: -10px;
width: 1.5em;
line-height: 1.5;
height: 1.5em;
border: .2em solid white;
font-size: 20px;
color: white;
background: rgba(20, 20, 20, .7);
text-align: center;
text-shadow: 1px 1px 3px black;
-moz-border-radius: 1em;
-webkit-border-radius: 1em;
border-radius: 1em;
-moz-box-shadow: 1px 1px 5px rgba(0,0,0,.5);
-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.5);
box-shadow: 1px 1px 5px rgba(0,0,0,.5);
text-decoration: none;
}

	
/*-----------------------------------------------
_ Button
-----------------------------------------------*/

article#world div.linkButton {
width: 960px;
margin:30px 0;
clear: both;
text-align: center;
}
article#world div.linkButton p {
display: inline-block;
text-align: center;
}
/* - page scroll
 ------------------------------------------------------------ */
#page-top {
    position: fixed;
    bottom: 120px;
    right: 20px;
}
#page-top a {
    font-size: 12px;
    padding: 30px 0;
    background: #f75c3e;
    text-decoration: none;
    color: #fff!important;
    width: 100px;
    height: 77px;
    text-align: center;
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #b89fae;
}				
