@charset "utf-8";

@font-face {
  font-family: 'Gafata';
  font-style: normal;
  font-weight: 400;
  src: local('Gafata'), local('Gafata-Regular'), url(https://themes.googleusercontent.com/static/fonts/gafata/v3/QgBsUT7IYkuK0zcmWhu2q-vvDin1pK8aKteLpeZ5c0A.woff) format('woff');
}



/* - .american
 ------------------------------------------------------------ */
article#american {
    background-color: #FFF;
    box-shadow: 0 0 7px #CCC;
    padding: 0 0 5px;
    position: relative;
	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;
	background-image: url(../images/american.jpg);
	background-repeat: no-repeat;
    background-position: 134px 5px;
}
article#american header {
    box-shadow: none;
    border-bottom: none;
    position: relative;
    min-height: 456px;
}

article#american header .outline {
    width: 1000px;
    margin: 0 auto;
}
article#american header h1 {
	padding: 77px 0 0 460px;
	font-size: 2.8em;
}
article#american header h1.en,
article#american header h1.it {
	font-family: 'Gafata', sans-serif;
	word-spacing: -3px;
	font-size: 3.1em;
}
article#american header h1 span {
	display: block;
	font-size: 90%;
	color: #6186ba;
}
article#american header h1.en span,
article#american header h1.it span {
	font-size: 77%;
}
article#american header p {
	margin: 20px 20px 0 460px;
	line-height: 1.6;
}
article#american div.lastLesson {
	margin: 50px 0;
	border-bottom: 1px dotted #aaa
}

/* - .social
 ------------------------------------------------------------ */
article#american .socialIcon {
  margin: 20px 0 20px 460px;
  max-width: 515px;
}
.tutor a span{
  position: relative;
  top: 5px;
  font-size: 15px;
  text-align: left;
  color: #444;
}