@charset "utf-8";
/*----------------------------------------------------
	#mainVisual
----------------------------------------------------*/
#mainVisual {
	text-align: center;
	height: 400px;
	position: relative;
}
#mainVisual .visual li {
	position: absolute;
	bottom: 0;
	display: none;
}
#mainVisual .visual li img {
	vertical-align: bottom;
}
#mainVisual .visual li:first-child {
	display: block;
}
#mainVisual .tab {
	position: absolute;
	right: 0;
	top: 20px;
}
#mainVisual .tab li {
	background: url(../img/tab_bg.png) no-repeat center right;
	width: 258px;
	height: 76px;
	padding: 5px;
	margin-bottom: 5px;
	text-align: right;
}
#mainVisual .tab li.current {
	background: url(../img/tab_bg_on.png) no-repeat center right;
}
/*----------------------------------------------------
	#newsArea
----------------------------------------------------*/
#newsArea {
	margin-top: 30px;
}
#newsArea .inner {
	overflow: hidden;
}
#newsArea .title {
	background: url(../img/title_icon.gif) no-repeat center left;
	padding-left: 25px;
	color: #002d64;
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	border-bottom: 1px dotted #002d64;
}
#newsArea .toList {
	position: absolute;
	display: inline-block;
	top: 0;
	right: 0;
	line-height: 40px;
	font-size: 13px;
}
#newsArea .infoList li {
	line-height: 1.5;
	border-bottom: 1px dotted #c8c8c8;
	padding: 12px 0;
}
#eventList {
	position: relative;
	width: 460px;
	float: left;
}
#newsList {
	position: relative;
	width: 460px;
	float: right;
}
#newsList li {
	overflow: hidden;
}
#newsList li span.date {
	display: table-cell;
	float: left;
	padding-right: 10px;
}
#newsList li span.lead {
	display: table-cell;
	float: left;
	width: 355px;
	text-decoration: underline;
}
#newsList li span.lead:hover {
	text-decoration: none;
}
#newsArea .bannerArea {
	margin-top: 30px;
	width: 950px;
	height: 88px;
	margin: 30px auto 0;
}
#newsArea .bannerArea li {
	float: left;
	display: block;
	margin-right: 10px;
}
#newsArea .bannerArea li.beginner {
	float: right;
	display: block;
	margin-right: 0;
	margin-top: -8px;
}
#newsArea .bannerArea.wf {
	margin: 10px auto 0;
}
#newsArea .bannerArea.wf li {
	margin-right: 0;
}

/*----------------------------------------------------
	#experienceArea
----------------------------------------------------*/
#experienceArea {
	background: #fae6dc;
	margin-top: 30px;
	padding-top: 20px;
	padding-bottom: 30px;
}
#experienceArea .inner {
	background: #FFF url(../img/common/icon_blue.png) no-repeat left top;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 20px;
	width: 910px;
	overflow: hidden;
}
#experienceArea .innerLeft {
	width: 600px;
	float: left;
}
#experienceArea h2.title {
	color: #002d64;
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px dotted #002d64;
	padding-bottom: 15px;
}
/* * * * * #searchArea * * * * */
#searchArea {
	margin-top: 15px;
	overflow: hidden;
}
#searchArea p {
	font-size: 13px;
	line-height: 17px;
	display: block;
	float: left;
}
#searchArea form {
	float: right;
}
#searchArea select {
	height: 30px;
	width: 230px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#c8c8c8');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#c8c8c8')";
	background-image: -moz-linear-gradient(top, #ffffff, #c8c8c8);
	background-image: -ms-linear-gradient(top, #ffffff, #c8c8c8);
	background-image: -o-linear-gradient(top, #ffffff, #c8c8c8);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#c8c8c8));
	background-image: -webkit-linear-gradient(top, #ffffff, #c8c8c8);
	background-image: linear-gradient(top, #ffffff, #c8c8c8);
}
#searchArea .searchBtn {
	border: 0px;
	width: 110px;
	height: 33px;
	background: url(../img/search_btn.jpg) no-repeat left top;
	cursor: pointer;
}
/* * * * * #personList * * * * */
#personList {
	overflow: hidden;
	margin-top: 15px;
	clear: both;
}
#personList li {
	float: left;
	width: 180px;
	margin-left: 30px;
	font-size: 13px;
	line-height: 24px;
}
#personList li:first-child {
	margin-left: 0;
}
#personList li p.text {
	margin-top: 10px;
}
#personList li p.name {
	margin-top: 15px;
}
#personList li p.name span {
	font-weight: bold;
}
#personList li p.detail {
	line-height: 18px;
}
/* * * * * #movieArea * * * * */
#movieArea {
	float: right;
	width: 230px;
	padding: 20px 25px;
	background: #fae6dc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #503c32;
}
#movieArea .title {
	border-left: 4px solid #e1005a;
	padding-left: 5px;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
}
#movieArea .topText {
	margin-top: 15px;
	font-size: 12px;
	line-height: 20px;
}
#movieArea .movie {
	height: 150px;
	width: 230px;
	background: #000;
	margin-top: 15px;
	text-align: center;
}
#movieArea .play {
	margin-top: 20px;
}
#movieArea .detail {
	margin-top: 10px;
	font-size: 13px;
	line-height: 18px;
	text-align: left;
}
#movieArea .allSchool {
	margin-top: 10px;
	display: block;
}
#experienceArea .bannerArea {
	margin-top: 30px;
	width: 950px;
	height: 150px;
	margin: 30px auto 0;
}
#experienceArea .bannerArea li {
	float: left;
	display: block;
	margin-left: 20px;
}
#experienceArea .bannerArea li img {
	vertical-align: bottom;
}
#experienceArea .bannerArea li.side01 {
}
#experienceArea .bannerArea li.side02 {
	margin-top: 8px;
}
#experienceArea .bannerArea li:first-child {
	margin-left: 0;
}

.movie_bt { margin-bottom: 20px;}
/*----------------------------------------------------
	#patternArea
----------------------------------------------------*/
#patternArea {
	margin-top: 30px;
	padding-top: 20px;
}
#patternArea .title {
	text-align: center;
	font-size: 32px;
	color: #002d64;
	font-weight: bold;
}
#patternList {
	overflow: hidden;
}
#patternList li {
	float: left;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
	margin-top: 20px;
}
#patternList li.head {
	margin-left: 0 !important;
}
#patternList li.size01 {
	width: 448px;
	height: 268px;
	border: 1px solid #002d64;
	margin-left: 30px;
	margin-top: 30px;
}
#patternList li.size02 {
	width: 288px;
	height: 238px;
	border: 1px solid #4687b9;
	margin-left: 25px;
}
#patternList li.size03 {
	width: 208px;
	height: 258px;
	border: 1px solid #5a9be1;
	margin-left: 23px;
}
#patternList li p {
	padding: 15px 10px;
	font-size: 14px;
	line-height: 22px;
}
/*----------------------------------------------------
	#ageArea
----------------------------------------------------*/
#ageArea {
	margin-top: 30px;
	padding: 40px 0 20px;
	background: #f0f0fa;
}
#ageArea .title {
	text-align: center;
	font-size: 28px;
	color: #002d64;
	font-weight: bold;
}
#ageList {
	overflow: hidden;
	margin-top: 30px;
}
#ageList li {
	float: left;
	margin-left: 22px;
	width: 140px;
	text-align: center;
}
#ageList li img {
	margin-bottom: 5px;
}
#ageList li:first-child {
	margin-left: 0;
}
#ageList li a {
	margin-top: 5px;
	font-size: 14px;
	color: #002d64;
}
/*----------------------------------------------------
	#countryArea
----------------------------------------------------*/
#countryArea {
	margin-top: 40px;
}
#countryArea .title {
	text-align: center;
	font-size: 28px;
	color: #002d64;
	font-weight: bold;
}
#countryList {
	overflow: hidden;
	margin-left: -23px;
}
#countryList li {
	width: 220px;
	float: left;
	margin-left: 23px;
	margin-top: 30px;
	overflow: hidden;
}
#countryList li img {
	float: left;
	margin-right: 15px;
}
#countryList li a {
	margin-top: 5px;
	float: left;
	font-weight: bold;
}
#countryList li p {
	display: inline-block;
	float: left;
	font-size: 14px;
	color: #002d64;
	font-weight: bold;
	line-height: 80px;
	text-decoration: underline;
}
#countryList li.sub p {
	line-height: 1.45;
	padding-top: 5px;
}
#countryList li a span {
	display: inline-block;
	font-size: 11px;
	line-height: 16px;
	color: #50505a;
	font-weight: normal;
}
/*----------------------------------------------------
	#linkArea
----------------------------------------------------*/
#linkArea {
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	background: #00508c;
	text-align: left;
}
#linkArea .title {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	border-left: 4px solid #ff148c;
	padding-left: 10px;
}
#linkArea .btnLine {
	overflow: hidden;
}
#linkArea .schoolsearchBtn {
	float: left;
	margin-top: 35px;
	height: 50px;
}
#linkArea p {
	float: left;
	color: #fff;
	margin: 35px 0 0 20px;
}
#linkArea ul {
	/*float: right;
	overflow: hidden;
	height: 50px;
	margin: 20px 0 0 40px;
	border-left: 1px dotted #fff;
	padding-left: 25px;*/
	float: right;
	overflow: hidden;
	height: 50px;
	margin: 0 0 10px 0;
}
#linkArea ul li {
	float: left;
	line-height: 50px;
	margin-left: 10px;
}
#linkArea ul li:first-child {
	margin-left: 0;
}
#linkArea ul li img {
	vertical-align: middle;
}
#linkArea .btnAward {
	float: right;
}

/*----------------------------------------------------
	#specialArea
----------------------------------------------------*/
#specialArea {
	padding-top: 40px;
	padding-bottom: 30px;
	background: #fae6dc;
	text-align: left;
}
#specialArea .title {
	text-align: center;
	font-size: 28px;
	color: #002d64;
	font-weight: bold;
}
#specialArea .bg {
	background: #FFF url(../img/common/icon_blue.png) no-repeat left top;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 20px;
	margin-top: 30px;
	overflow: hidden;
}
#specialArea h3 {
	color: #002d64;
	font-size: 18px;
	margin-top: 10px;
}
/* * * * * .pickUpArea * * * * */
#specialArea .pickUpArea {
	background: #505064;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 440px;
	padding: 20px;
	float: left;
	margin-top: 20px
}
#specialArea .pickUpArea h4 {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	line-height: 52px;
}
#specialArea .pickUpArea h4 img {
	margin-right: 10px;
}
#specialArea .pickUpArea ul.pickUpList li {
	height: 80px;
	width: 432px;
	padding: 4px;
	margin-top: 6px;
	color: #002d64;
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 32px;
}
#specialArea .pickUpArea ul.pickUpList li a {
	display: table;
	text-decoration: none !important
}
#specialArea .pickUpArea ul.pickUpList li img {
	margin-right: 15px;
	display: table-cell;
	vertical-align: middle;
	float: left;
}
#specialArea .pickUpArea ul.pickUpList li .textArea {
	display: table-cell;
	vertical-align: middle;
	display: block;
	color: #002d64;
	font-weight: bold;
	display: table-cell;
}
#specialArea .pickUpArea ul.pickUpList li .pickUpTitle {
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;
	text-decoration: underline;
}
#specialArea .pickUpArea ul.pickUpList li .detail {
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
}
#specialArea .pickUpArea .encoreList {
	overflow: hidden;
	margin-top: 15px
}
#specialArea .pickUpArea .encoreList li {
	float: left;
	margin-left: 5px;
}
#specialArea .pickUpArea .encoreList li:first-child {
	margin-left: 0;
}
/* * * * * .hintList * * * * */
#specialArea .hintList {
	width: 390px;
	float: right;
}
#specialArea .hintList li {
	background: url(../img/arrow_icon.gif) no-repeat right center;
	border-top: 1px dotted #c8c8c8;
	padding: 21px 0;
	overflow: hidden;
}
#specialArea .hintList li:first-child {
	border-top: none;
}
#specialArea .hintList li a {
	overflow: hidden;
	display: block;
}
#specialArea .hintList li img {
	float: left;
	display: inline-block;
	margin-right: 20px;
}
#specialArea .hintList li p {
	float: left;
	color: #002d64;
	font-size: 22px;
	font-weight: bold;
	margin-top: 15px
}
#specialArea .hintList li.single p {
	margin-top: 28px;
}
#specialArea .hintList li p span {
	color: #50505a;
	font-size: 13px;
	display: block;
}
/*----------------------------------------------------
	#dictionaryArea
----------------------------------------------------*/
#dictionaryArea {
	color: #50505a;
	font-size: 13px;
	display: block;
}
#dictionaryArea h3 {
	color: #002d64;
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px dotted #c8c8c8;
	padding-bottom: 15px;
}
#dictionaryArea h3 span {
	color: #50505a;
	font-size: 13px;
	display: inline-block;
	margin-left: 30px;
}
#dictionaryList {
	overflow: hidden;
}
#dictionaryList li {
	margin-top: 15px;
	float: left;
	width: 220px;
	margin-left: 10px;
}
#dictionaryList li:first-child {
	margin-left: 0;
}
#dictionaryList li img {
	margin-bottom: 5px;
}
#dictionaryList li a {
	color: #002d64;
	font-size: 14px;
}
/*----------------------------------------------------
	#magazineArea
----------------------------------------------------*/
#magazineArea .banners01 {
	overflow: hidden;
	margin-top: 20px;
}
#magazineArea .banners01 a {
	float: left;
}
#magazineArea .banners01 a:first-child {
	margin-right: 20px;
}
#magazineArea .banners01 a {
	float: left;
}
#magazineArea .banners02 {
	overflow: hidden;
	margin-top: 30px;
}
#magazineArea .banners02 a {
	float: left;
}
#magazineArea .banners02 a:first-child {
	margin-right: 22px;
}
#magazineArea .banners02 .banners02Social {
	float: left;
	overflow:hidden;
}
#magazineArea .banners02 .banners02Social > a {
	float:none;
	margin-right: 0;
}
#magazineArea .banners02 .banners02Social .snsList {
	overflow: hidden;
	margin-top:70px;
}
#magazineArea .banners02 .banners02Social .snsList li {
	float: left;
	margin-right: 22px;
}
#magazineArea .banners02 .banners02Social .snsList li:last-child {
	margin-right: 0;
}
#magazineArea .banners02 .banners02Social .snsList li a {
	overflow:hidden;
	margin-right: 0 !important;
	float: none;
}
#magazineArea .banners02 a.right {
	float: right;
}
#magazineArea .banners02 a.right img {
	/*border: 1px solid #ccc;*/
	border-radius: 3px;
	padding-left:23px;
}
#magazineArea .banners02 .twoBlock {
	width: 220px;
	float: right;
	padding-left: 23px;
}
#magazineArea .banners02 .twoBlock a:first-child {
	margin-right: 0;
}
#magazineArea .banners02 .maB15 {
	margin-bottom: 15px;
}

/*----------------------------------------------------
	#bannerArea
----------------------------------------------------*/
#bannerArea {
	background: #f0f0fa;
	margin-top: 20px;
	padding: 30px 0 0;
}
#bannerArea .bannerLine {
	overflow: hidden;
	margin-top: 20px;
	border-top: 1px solid #b4c8dc;
}
#bannerArea .bannerLine:first-child {
	border-top: none;
	margin-top: 0;
}
#bannerArea .bannerLine h3 {
	margin: 20px 0;
	font-size: 14px;
	color: #002d64;
	font-weight: bold;
	border-left: 4px solid #002d64;
	line-height: 14px;
	padding-left: 10px;
}
#bannerArea .bannerLine ul {
	overflow: hidden;
}
#bannerArea .bannerLine ul li {
	margin-left: 23px;
	float: left;
}
#bannerArea .bannerLine ul li:first-child,
#bannerArea .bannerLine ul li.br {
	margin-left: 0;
}
#bannerArea .bannerLine ul.outBanner li {
	margin-bottom: 20px;
}

#move { width: 200px; margin: 0 auto; }