﻿/* CSS Document */
@import "base.css";


/*----------------------*/
/* container
------------------------*/
#container{
	_width:100%;
	height:100%;
	margin:auto;
	background:url(../img/base/container_bg.jpg) top left repeat-x;
}
#container .flash{
	width:100%;
	height:352px;
	z-index:0;
	margin:auto;
	font-size:0;
	line-height:0;
}
@media screen and (max-width: 639px) {
	#container{
		background: none;
	}
	#container .flash{
		display: none;
	}
}
#container .container_in{
	width:960px;
	margin:auto;
	margin-top:-138px;
	position:relative;
}
@media screen and (max-width: 639px) {
	#container .container_in{
		width:100%;
		margin:auto;
		margin-top:0;
		position:relative;
	}
}


#container .course_list{
	width:960px;
	height:100%;
	margin:auto;
}
#container .course_list>div{
	position: relative;
	float:left;
	background:url(../img/index/course_bg.png) center 40px  no-repeat;
	padding-top:20px;
	padding-right:20px;
	padding-left:20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
}

#container .menu01,
#container .menu02,
#container .menu03{
	width:271px;
}
#container .menu01{
	margin-right:10px;
}
#container .menu02{
	margin-right:10px;
}
#container .menu04,
#container .menu05{
	width: 433px;
}
#container .menu04{
	margin-right:10px;
}

#container .course_list>div:before{
	content:"";
	position:absolute;
	left:0;
	top: 0px;
	display: block;
	width: 100%;
	height: 10px;
	background-repeat: repeat;
	background-size: 6px 6px;
	background-position: 0 0;
}
#container .menu01:before{ background-image: url(../img/index/course01_dotbg.png); }
#container .menu02:before{ background-image: url(../img/index/course02_dotbg.png); }
#container .menu03:before{ background-image: url(../img/index/course05_dotbg.png); }
#container .menu04:before{ background-image: url(../img/index/course04_dotbg.png); }
#container .menu05:before{ background-image: url(../img/index/course03_dotbg.png); }

#container .course_list>div:after{
	content:"";
	position:absolute;
	left:0;
	bottom: -11px;
	display: block;
	width: 100%;
	height: 10px;
	background: url(../img/index/course_bg_shadow1.png) no-repeat 0 0;
	background-size:contain;
}


#container .course_list>div h2{
	text-align: center;
}
#container .menu_text{
	padding-top:13px;
	padding-left:2px;
	margin-bottom: 20px;
}
#container .menu01 .menu_text,
#container .menu02 .menu_text,
#container .menu03 .menu_text{
	min-height: 125px;
}

#container .detail_box{
	max-width: 270px;
	margin: 0 auto;
	padding:12px;
	background:#EEEEEE;
	border:solid 1px #CCCCCC;
}
#container .detail_box p{
	text-align: center;
}
#container .consult_list{
	padding-top:6px;
	padding-left:3px;
}
#container .consult_list li{
	background:url(../img/index/yaji01.gif) left no-repeat;
	padding-left:12px;
}
#container .container_box{
	width:960px;
	margin:auto;
	position:relative;
	padding-top: 15px;
}
@media screen and (max-width: 639px) {
	#container .course_list{
		width:100%;
		height:100%;
		margin:auto;
	}
	#container .course_list h2{
		text-align: center;
	}
	#container .course_list>div{
		position: relative;
		float:none;
		width: auto;
		padding-top:20px;
		padding-right:20px;
		padding-left:20px;
		padding-bottom: 20px;
		margin-bottom: 10px;
		margin-right: 0;
	}
	#container .course_list>div:after{
		display: none;
	}
	#container .menu_text{
		padding-top:13px;
		padding-bottom: 15px;
		padding-left:0;
		height:auto;
		min-height: auto!important;
	}
	#container .detail_box{
		width:94%;
		height:auto;
		padding:10px 3%;
		background:#EEEEEE;
		border:none;
	}
	#container .detail_box p{
		text-align: center;
	}
	#container .consult_list{
		padding-top:6px;
		padding-left:3px;
	}
	#container .consult_list li{
		background:url(../img/index/yaji01.gif) left no-repeat;
		padding-left:12px;
	}
	#container .container_box{
		width:100%;
		margin-top:0;
	}
}
/*----------------------*/
/* main_contents
------------------------*/
#main_contents{
	width:740px;
	height:100%;
	padding-top:25px;
	float:left;
}
@media screen and (max-width: 639px) {
	#main_contents{
		width:100%;
		height:100%;
		padding-top:0px;
		float:none;
	}
}
/*--important_news--*/
#main_contents .important_news{
	width:740px;
	height:29px;
	padding-top:11px;
	padding-bottom:30px;
	background:url(../img/index/important_news_bg.jpg) top left no-repeat;
}
#main_contents .important_left{
	width:121px;
	height:29px;
	padding-left:26px;
	color:#FFFFFF;
	font-weight:bold;
	float:left;
}
#main_contents .important_title{
	width:593px;
	height:29px;
	color:#FF6600;
	font-size:14px;
	font-weight:bold;
	float:left;
}
#main_contents .important_title a{
	color:#FF6600;
}
#main_contents .important_title a:hover{
	color:#333333;
}

@media screen and (max-width: 639px) {
	#main_contents .important_news{
		width:auto;
		height:auto;
		padding: 1px!important;
		background: none;
		border: 1px solid #cccccc;
		margin-bottom: 20px;
	}
	#main_contents .important_left{
		width:auto;
		height:auto;
		padding:5px 10px;
		float:none;
		background: #669900;
	}
	#main_contents .important_title{
		width:auto;
		height:auto;
		padding:5px 10px;
		float:none;
	}
}


/*--news--*/
#main_contents .news{
	width:740px;
	height:100%;
	padding-bottom:30px;
}
@media screen and (max-width: 639px) {
	#main_contents .news{
		width:100%;
		padding-bottom:20px;
	}
}
/*--title--*/
#main_contents .title{
	width:710px;
	height:24px;
	padding:11px 15px 14px 15px;
	background:url(../img/index/title_bg.jpg) top left no-repeat;
}
#main_contents .title_left{
	width:610px;
	height:24px;
	float:left;
	font-size:0;
	line-height:0;
}
#main_contents .title_right{
	width:100px;
	height:21px;
	padding-top:3px;
	text-align:right;
	float:right;
}
@media screen and (max-width: 639px) {
	#main_contents .title{
		position: relative;
		width:100%;
		padding:11px 3% 14px 3%;
		margin: 0 -3%;
	}
	#main_contents .title_left{
		width:254px;
	}
	#main_contents .title_right{
		position: absolute;
		top: 10px;
		right: 3%;
	}
}
/*--news_box--*/
#main_contents .news_box{
	width:738px;
	height:100%;
	border-right:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#main_contents .news_box table{
	width:738px;
	vertical-align:middle;
	background:#FFFFFF;
}
#main_contents .news_box th{
	width:87px;
	text-align:center;
	font-size:11px;
}
#main_contents .news_box td{
	width:637px;
	padding-top:15px;
	padding-bottom:14px;
	padding-left:13px;
	font-family:Verdana;
}
#main_contents .news_box .gy_bg{
	background:#EFEFF0;
}
#main_contents .news_box .news_line{
	width:1px;
	padding-left:0;
}
#main_contents .news_box .news_line02{
	padding:0;
}
@media screen and (max-width: 639px) {
	#main_contents .news_box{
		width:100%!important;
		border:none;
	}
	#main_contents .news_box table{
		width:100%;
	}
	#main_contents .news_box th{
		display: list-item;
		list-style-type: none;
		width:100%;
		text-align:left;
		font-size:11px;
		margin: 0;
		padding-top: 5px;
	}
	#main_contents .news_box td{
		display: list-item;
		list-style-type: none;
		width:100%;
		padding-top:5px;
		padding-bottom:10px;
		padding-left:0;
		border-bottom: 1px solid #eee;
	}
	#main_contents .news_box .gy_bg{
		background:#EFEFF0;
	}
	#main_contents .news_box .news_line{
		display: none;
	}
	#main_contents .news_box .news_line02{
		display: none;
	}
}

/*--course--*/
#main_contents .course{
	width:740px;
	height:100%;
	padding-bottom:30px;
}
@media screen and (max-width: 639px) {
	#main_contents .course{
		width:100%;
	}
}
#main_contents .course_box{
	background:#F5F3EB;
	width:738px;
	height:100%;
	border-right:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
	padding-top:12px;
	padding-bottom:16px;
}
#main_contents .course_come{
	padding-bottom:12px;
	padding-left:13px;
}
#main_contents .course_beginner{
	width:680px;
	height:159px;
	padding:10px 15px 22px;
	margin:auto;
	margin-bottom:11px;
	background:url(../img/index/beginner_bg.jpg) top left no-repeat;
}
#main_contents .course_b_text{
	width:545px;
	height:68px;
	padding-top:12px;
	padding-left:5px;
	font-size:11px;
	line-height:17px;
}
#main_contents .course_box_in{
	width:680px;
	height:45px;
	font-size:0;
	line-height:0;
}
#main_contents .course_price{
	width:480px;
	height:45px;
	float:left;
}
#main_contents .course_btn{
	width:200px;
	height:40px;
	float:right;
}

#main_contents .course_intermediate{
	width:680px;
	height:153px;
	padding:10px 15px 22px;
	margin:auto;
	margin-bottom:11px;
	background:url(../img/index/intermediate_bg.jpg) top left no-repeat;
}
#main_contents .course_i_text{
	width:535px;
	height:62px;
	padding-top:13px;
	padding-left:5px;
	font-size:11px;
	line-height:17px;
}

#main_contents .course_higher{
	width:680px;
	height:133px;
	padding:10px 15px 22px;
	margin:auto;
	background:url(../img/index/upper_bg.jpg) top left no-repeat;
}
#main_contents .course_h_text{
	width:545px;
	height:40px;
	padding-top:14px;
	padding-left:5px;
	font-size:11px;
	line-height:17px;
}

/*--contact_box--*/
/*
#main_contents .contact_box{
	width:707px;
	height:111px;
	padding:56px 18px 45px 15px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background:url(../img/index/contact_bg.jpg) top left no-repeat;
}
#main_contents .contact_title{
	font-size:11px;
	padding-bottom:2px;
	padding-left:4px;
}
#main_contents .contact_name{
	font-size:16px;
	font-weight:bold;
	padding-bottom:1px;
	padding-left:2px;
}
#main_contents .contact_address{
	font-size:11px;
	padding-bottom:13px;
	padding-left:3px;
}
#main_contents .contact_in{
	width:707px;
	height:40px;
	font-size:0;
	line-height:0;
}
#main_contents .contact_tel{
	width:457px;
	height:40px;
	float:left;
}
#main_contents .contact_btn{
	width:250px;
	height:40px;
	float:right;
}
*/
@media screen and (max-width: 639px) {
	#main_contents > h1{
		width: 100%;
		margin: 0 0 10px;
		font-size: 11px;
	}
	#main_contents>table{
		width: 100%;
		border-collapse: collapse;
		border-spacing: 0;
	}
	#main_contents table table{
		max-width: 100%;
		width: 100%;
		margin: 0;
	}
	#main_contents > table tr{
		_display: block;
	}
	#main_contents table th
	#main_contents table td{
		text-align: center!important;
		display: list-item!important;
		max-width: 100%;
		width: 100%;
	}
	#main_contents > table input[type=text]{
		padding: 5px 0;
		width: 98%;
		margin-bottom: 5px;
		display: block;
	}
	#main_contents > table input[type=submit]{
		padding: 5px 10px;
	}
	#main_contents > div:nth-child(5){
		padding: 10px;
		text-align: center;
	}
}

/*----------------------*/
/* side_bar
------------------------*/
#side_bar{
	width:200px;
	height:100%;
	float:right;
	padding-top:20px;
}
@media screen and (max-width: 639px) {
	#side_bar{
		width:100%;
		float:none;
		padding-top:20px;
	}
}


#side_bar .s_future{
	padding-bottom:30px;
}
#side_bar .s_movie{
	background:url(../img/index/s_feature_movie_box.jpg) top left no-repeat;
	width:200px;
	height:219px;
	margin-bottom:7px;
}
#side_bar .s_title{
	padding-bottom:15px;
}
#side_bar .s_contents{
	padding-bottom:12px;
}
#side_bar .s_contents li{
	width:200px;
	height:80px;
	padding-bottom:8px;
}
#side_bar .s_title .s_title_txt{
	display: none;
}
@media screen and (max-width: 639px) {
	#side_bar>img:first-child{
		display: none;
	}
	#side_bar .s_future{
		padding-bottom:30px;
	}
	#side_bar .s_future p{
	}
	#side_bar .s_future p a img{
		display: block;
		margin: 0 auto;
	}
	#side_bar .s_movie{
		background:url(../img/index/s_feature_movie_box.jpg) top left no-repeat;
		width:200px;
		height:219px;
		margin-bottom:7px;
	}
	#side_bar .s_title{
		padding-bottom:15px;
	}
	#side_bar .s_title img{
		display: none;
	}
	#side_bar .s_title .s_title_txt{
		display: block;
		background: #f2f2f2;
		padding: 5px 3%;
		width: 100%;
		margin: 0 -3%;
	}
	#side_bar .s_title .s_title_txt span {
		padding-left: 10px;
		border-left: 5px solid #0071bc;
		font-weight: bold;
		font-size: 15px;
	}
	#side_bar .s_contents{
		width: 100%;
		padding-bottom:12px;
	}
	#side_bar .s_contents li{
		float: left;
		width: 50%;
		height:auto;
		padding-bottom:0px;
		line-height: 1;
	}
	#side_bar .s_contents li img{
		width: 100%;
		height: auto;
	}
}






#side_bar .facebook{
	padding-bottom:10px;
}
#side_bar .led_bana{
	padding-top:14px;
}
#side_bar .stamen_bana{
	padding-top:15px;
}
@media screen and (max-width: 639px) {
	#side_bar .facebook{
		clear: both;
	}
	#side_bar .facebook,
	#side_bar .twitter{
		float: left;
		width: 50%;
		padding-top: 20px;
	}
	#side_bar .led_bana,
	#side_bar .stamen_bana{
		clear: both;
		width: 100%;
	}
	#side_bar .facebook img,
	#side_bar .twitter img{
		width: 100%;
		height: auto;
	}
	#side_bar .led_bana img,
	#side_bar .stamen_bana img{
		display: block;
		margin: 0 auto;
	}
	#side_bar .facebook a,
	#side_bar .twitter a,
	#side_bar .led_bana a,
	#side_bar .stamen_bana a{
		line-height: 1;
	}
}

