@charset "utf-8";

/*  ===================================================

   下層共通
   
 =================================================== */
 
#contentsHeader {
	padding : 13px ;
	background : #543267 ;
}

	#contentsHeader h1{
		width : 138px ;
		float:left;
		display:inline;
		margin-top:2px;
		padding:0;
		background:none;
	}
	
	#contentsHeader p#topPage{
		width : 44px ;
		float:right;
		display:inline;
	}
	
h2.contentsHead {
	text-align:center;	
}

p.intro {
	padding : 15px 10px ;	
}

.gray_block {
	margin  : 10px ;
	border-radius         : 5px    ;
	-moz-border-radius    : 5px    ;
	-webkit-border-radius : 5px    ;
	overflow              : hidden ;
	background            : #f7f7f7 ;
}

.gray_block p {
	padding : 10px ;
}
/* オンライン授業実施中 */
#online{
	width: 93%;
	padding: 5px;
	border: 2px solid #AA8534;
	margin: 10px auto;
}
#online p{
	text-align: center;
	font-weight: 600;
	font-size: 1.0em;
  	line-height: normal;
}
#online p span{
	color: #AA8534;
	font-size: 1.4em;
}
#online p span.rd{
	font-size: 1.05em;
	color: #ff0000;
	padding: 0 1.5px;
}
/*crossFader*/
.crossfader{
	position:relative;
	height: 31vw;
}

/*.crossfader a{
	display: block;
}
.crossfader a:hover{
	opacity: 0.8;
	transition: all 0.2s ease;
	cursor:pointer;
}*/

.crossfader img{
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	/*opacity:0;*/
	cursor:pointer;
	width: 100%;
}

.crossfader .active{
	z-index:10;
	opacity:1.0;
	/*object-fit: cover;
    width: 100%;
    height: 31vw;*/
}

.crossfader .last-active{
	z-index:9;
}

.crossfader .startBtn{
	position:absolute;
	bottom:10px;
	left: 10px;
	z-index:100;
}

.crossfader .startBtn a{
	display:block;
	padding:3px 8px;
	background-color:#FFF;
}

/*  ===================================================

   トップページ
   
 =================================================== */

/* メインイメージ */
/*
#mainImage {
	margin     : 0 auto;
	width      : 100%;
	text-align : left;
	overflow   : hidden;
	position   : relative;
}
	#mainImage img {
		top      : 0        ;
		left     : 0        ;
		width    : 100%     ;
		position : absolute ;
	}*/

#mainvisual {
	width      : 100%;
	text-align: center;
}
	#mainvisual a:hover {
		opacity: 0.8;
	}
	#mainvisual img {
		width    : 100%     ;
		max-width: 660px;
	}
	
/* バナー */

#top_banner {
	
}

#top_banner img {
	width: 100%;
}

#top_banner a:hover img{
	opacity: 0.8;
}

#top_banner li {
	width: 47%;
	float: left;
	display: inline;
	margin: 2% 2% 0;
}

#top_banner li:nth-child(2n) {
	margin-left: 0;
}

#top_banner li:nth-last-child(-n+2){
	margin-bottom: 4%;
}

/* 新着情報 */

#news_list {
}
#news_list li{
	border-bottom : 1px solid #ccc    ;
	padding       : 15px ;
}
#news_list li dl dt {
	font-size: 15px;
	font-weight    : bold              ;
	letter-spacing : 0.1em             ;
	font-family: 'Roboto', sans-serif;
}
#news_list li dl dd {
	/*font-size     : 14px;*/
}
#news_list li dl dd strong {
	margin-left: -8px;
}

/* トップナビゲーション */

nav#hNav ul {
	margin                : 0 0    ;
	border-radius         : 5px    ;
	-moz-border-radius    : 5px    ;
	-webkit-border-radius : 5px    ;
	overflow              : hidden ;
}

nav#hNav ul li {
	width      : 50%    ;
	float      : left   ;
	display    : inline ;
	text-align : left   ;
}

	nav#hNav ul li.pos_L a{
		border-right : 1px solid #426ab2 ;
	}
	
	nav#hNav ul li#nav_A a {background : url(../img/icon_A.png) no-repeat scroll 12px 50% , #fff ; background-size : 25px auto ; -webkit-background-size : 25px auto ; -moz-background-size : 25px auto ;}
	nav#hNav ul li#nav_B a {background : url(../img/icon_B.png) no-repeat scroll 12px 50% , #fff ; background-size : 25px auto ; -webkit-background-size : 25px auto ; -moz-background-size : 25px auto ;}
	nav#hNav ul li#nav_C a {background : url(../img/icon_C.png) no-repeat scroll 12px 50% , #fff ; background-size : 25px auto ; -webkit-background-size : 25px auto ; -moz-background-size : 25px auto ;}
	nav#hNav ul li#nav_D a {background : url(../img/icon_D.png) no-repeat scroll 12px 50% , #fff ; background-size : 25px auto ; -webkit-background-size : 25px auto ; -moz-background-size : 25px auto ;}
	nav#hNav ul li#nav_E a {background : url(../img/icon_E.png) no-repeat scroll 12px 50% , #fff ; background-size : 25px auto ; -webkit-background-size : 25px auto ; -moz-background-size : 25px auto ;}
	nav#hNav ul li#nav_F a {background : url(../img/icon_F.png) no-repeat scroll 12px 50% , #fff ; background-size : 25px auto ; -webkit-background-size : 25px auto ; -moz-background-size : 25px auto ;}
	
	nav#hNav ul li a{
		color      : #333   ;
		padding    : 20px 0 20px 48px;
		display    : block  ;
		
		font-weight     : bold ;
		text-decoration : none ;
		
		box-shadow : 0 -1px 0 #426ab2 inset;
	}
	
	nav#hNav div {
		padding    : 10px ;
		background : #426ab2 ;	
	}
	
	

/* ===================================================

  プロフィール

=====================================================*/

#profile .gray_block {
	padding-top : 90px ;
	background-size         : 60px auto !important;
	-webkit-background-size : 60px auto !important;
	-moz-background-size    : 60px auto !important;
}

/* 講師音声 */

#voice {
	padding : 10px 0 25px 0 ;
}

	#voice h3{
		width   : 130px  ;
		color   : #fff   ;
		margin  : 0 auto ;
		padding : 6px 0  ;
		background : #426ab2 ;
		text-align : center  ;
		border-radius         : 5px ;
		-webkit-border-radius : 5px ; /* Safari,Google Chrome用 */  
		-moz-border-radius    : 5px ; /* Firefox用 */  
	}
	
	#voice div{
		width   : 90%  ;
		margin  : 0 auto ;
	}
	
		audio {
			width       : 100% ;
			padding-top : 20px ;
		}
		
			p.audio {
				font-size  : 0.7em  ;
				text-align : center ;
			}
			
/* プロフィール */
	#profile .link_btn {
		display: block;
		width: 290px;
		margin: 10px auto 20px;
		padding: 20px 0;
		background: #426ab2;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		text-decoration: none;
		text-align: center;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
	}
	#p_teacher {
		padding    : 20px 0 10px 0 ;
		text-align : center;	
	}
	
	  	#p_teacher img{
	  		width  : 70% ;
	  		height : auto ;
	  	}

	#p_history .gray_block   {background : url(../img/profile_icon_A.png) no-repeat center 15px , #f7f7f7;}
	#p_translate .gray_block {background : url(../img/profile_icon_B.png) no-repeat center 15px , #f7f7f7;}
	#p_narrator .gray_block  {background : url(../img/profile_icon_C.png) no-repeat center 15px , #f7f7f7;}
	
	#p_translate ul , #p_narrator ul {
		margin : 10px 0 10px 0;
	}
	
		#p_translate li , #p_narrator li {
			margin-bottom : 5px ;
			padding       : 0 10px ;
		}

/* ===================================================

  ナレーション

=====================================================*/

#narration .section_box {
	padding: 10px;
}

#narration_first h2 {
	margin-bottom : 10px !important;
	padding : 0 ;
	border  : none ;
}

#narration_first img {
	width: 100%;
}

#narration_first p {
	margin-bottom: 10px;
}

#narration_first p img {
	margin: 20px 0 20px;	
}

#narration_first .section_box div {
	text-align: center;
	margin : 20px 0 15px;
	padding: 20px 20px 10px ;
	border: 5px solid #91b242;
	background: #eff4e3;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#voice_sample h2 , 
#results h2 {
	border-color: #91b242;
	margin-bottom: 20px;
}

/* 業務内容 */

#narration_work {
	padding: 15px 15px 20px 15px !important;
	margin-bottom: 20px;
	border: none !important;
	background-color: #e3eef4 !important;
}

#narration_work h3 {
	margin-bottom: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#narration_work li {
	width: 100%;
	
	font-weight: bold;
	text-align: left;
}



/* ボイスサンプル */

#voice_sample h3 {
	color: #333;
	padding: 0 0 0 35px;
	margin-bottom: 20px;
	background: url(../img/icon_speaker.png) no-repeat left center;
	background-size         : 28px 22px !important;
	-webkit-background-size : 28px 22px !important;
	-moz-background-size    : 28px 22px !important;
}

#voice_sample .section_box div.clearfix {
	width: 100% !important;
}

#voice_sample li {
	margin: 0 0 25px;	
}

#voice_sample audio {
	width: 100% !important;
	padding-top: 0;
}

#voice_sample p {
	text-align: center;
	margin-bottom: 20px;
}


/* 主な実績 */

#tv_r_cm {
	background: url(../img/icon_tv.png) no-repeat ;
	background-size         : 26px auto !important;
	-webkit-background-size : 26px auto !important;
	-moz-background-size    : 26px auto !important;
}

#regular {
	background: url(../img/icon_wave.png) no-repeat ;
	background-size         : 26px auto !important;
	-webkit-background-size : 26px auto !important;
	-moz-background-size    : 26px auto !important;
}

#etc_narration {
	background: url(../img/icon_hukidashi.png) no-repeat ;
	background-size         : 26px auto !important;
	-webkit-background-size : 26px auto !important;
	-moz-background-size    : 26px auto !important;
}

#dj_etc {
	background: url(../img/icon_human.png) no-repeat ;
	background-size         : 26px auto !important;
	-webkit-background-size : 26px auto !important;
	-moz-background-size    : 26px auto !important;
}


#translation {
	background: url(../img/icon_honyaku.png) no-repeat ;
	background-size         : 26px auto !important;
	-webkit-background-size : 26px auto !important;
	-moz-background-size    : 26px auto !important;
}

#anime {
	background: url(../img/icon_anime.png) no-repeat ;
	background-size         : 26px auto !important;
	-webkit-background-size : 26px auto !important;
	-moz-background-size    : 26px auto !important;
}


.results_box h3 {
	color: #333 !important;
	font-size: 1.3em !important;
	padding: 5px 0 5px 35px;
	margin-bottom: 20px;
}

.results_box {
	margin: 0 0 25px;	
}

	.results_box ul {
		margin-bottom: 25px;
	}
	
	.results_box ul li {
		text-indent: -1em;
		padding-left: 32px;
		margin-bottom: 10px;
		background: url(../img/icon_circle.png) no-repeat left 1px;
		background-size         : 16px auto !important;
		-webkit-background-size : 16px auto !important;
		-moz-background-size    : 16px auto !important;
	}

#results p {
	text-align: right;
	margin-bottom: 20px;
}


/* お問い合わせボタン */

#narration_contact {
	text-align: center;
	margin: 0 15px 20px;
}

#narration_contact img{
    width: 100%;
}


/* ===================================================

  JAPANESE COURSE

=====================================================*/

/* # japanese_detail
---------------------------------*/
#japanese_detail img{
	width: 100%;
}
#japanese_detail .inner{
	margin: 0 5%;
}

/*point*/
#japanese_detail .section_box #point p{
	text-align: center;
	font-weight: bold;
	margin: 1em 0 1.5em;
	font-size: 16px;
	line-height: 140% !important;
}

/*course_detail*/
#course_detail ul {
	padding: 15px !important;
	margin-bottom: 20px;
	border: none !important;
	background-color: #f2f2f2 !important;
}
#course_detail ul li{
	width: 100%;
	display: block;
	font-weight: bold;
	text-indent: -1em;
	padding-left: 1em;
	font-size: 16px;
    line-height: 2;
}

/*message*/
#japanese_detail p.message{
	font-family: 'Saira Condensed', sans-serif;
	text-align: left;
	font-size: 16px;
	font-weight: 600;
	line-height: 150% !important;
	color: #ef4343;
	margin: 1.5em auto;
}


/* # japanese_profile_box
---------------------------------*/
#japanese_profile_box{
	padding-bottom: 40px;
}
#japanese_profile_box.inner{
	margin: 0 5%;
}
#japanese_profile_box h2 {
	border-color: #ef4343 !important;
}  
#japanese_profile_box p{
	padding: 2em 0;
}
#japanese_profile_box ul.certificates_list{
	padding: 2em 0;
}
#japanese_profile_box ul.certificates_list li {
	padding-left: 25px;
	background: url(../img/icon_circle_red.png) no-repeat left 1px;
}
#japanese_profile_box ul.certificates_list li:not(:last-child){
	margin-bottom: 10px;
}
#japanese_profile_box iframe{
	padding: 2em 0;
	width: 100%;
	height: 51vw;
}

#japanese_profile_box ul.enroll_list{
	padding: 2em 0;
}
#japanese_profile_box ul.enroll_list li:not(:last-child){
	position: relative;
	margin-bottom: 2em;
}
#japanese_profile_box ul.enroll_list li:not(:last-child)::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-color: #e3e3e3 transparent transparent transparent;
	border-width: 20px 35px 0 35px;
}
#japanese_profile_box ul.enroll_list h3 {
	color: #ef4343 !important;
	background: none;
	padding: 0;
	text-indent: -1.5em;
    padding-left: 1.5em;
}
#japanese_profile_box ul.enroll_list p{
	padding: 1.5em 0 2em 1.5em;
}
#japanese_profile_box a.inquiry_btn {
	display: block;
	margin: auto;
	background-color: #ef4343;
	color: #fff;
	text-align: center;
	width: 300px;
	max-width: 100%;
	box-sizing: border-box;
	padding: 25px;
	border-radius: 40px;
	font-family: 'Saira Condensed', sans-serif;
	font-size: 26px;
	text-decoration: none;
	transition: 0.1s;
}
#japanese_profile_box a.inquiry_btn:hover {
	background-color: #cc2323;
}


/* ===================================================

  NARRATION

=====================================================*/

.narration_en_font {
	
}

#narration_first_en h2 {
	padding: 20px 10px 0;
	font-family: 'Saira Condensed', sans-serif;
	font-size: 28px;
	letter-spacing: 0;
	border: none;
	text-align: left;
}

.narration_en_common h2 {
	border-color: #91b242 !important;
}


#narration_first_en li {
	padding: 5px 0;
	text-indent: -1em;
	margin-left: 1em;
}

#narration_first_en p ,
#narration_contact_en p {
	font-family: 'Saira Condensed', sans-serif;
	margin-bottom: 10px;
}

#narration_first_en p strong ,
#narration_contact_en p strong {
	color: #8fb443;
	font-size: 18px;
	font-weight: 600;
}

#narration_contact_en .section_box {
	font-size: 1.4em;
	line-height: 140%;
	text-align: center;
	margin: 0 10px 20px;
	padding: 20px 15px 10px;
	border: 5px solid #8fb443;
	background: #eff4e3;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


/* ===================================================

  SESの特徴

=====================================================*/


#f_1 div{
	margin : 15px 10px 0 10px ;
}

#f_3 div{
	margin : 0 10px 15px 10px ;
}



/* ===================================================

  講座案内

=====================================================*/


.flow .gray_block {
	padding-top : 90px ;
	background-size         : 60px auto !important;
	-webkit-background-size : 60px auto !important;
	-moz-background-size    : 60px auto !important;
}

	#flow_1 .gray_block {background : url(../img/flow_icon_A.png) no-repeat center 15px , #f7f7f7;}
	#flow_2 .gray_block {background : url(../img/flow_icon_B.png) no-repeat center 15px , #f7f7f7;}
	#flow_3 .gray_block {background : url(../img/flow_icon_C.png) no-repeat center 15px , #f7f7f7;}
	#flow_4 .gray_block {background : url(../img/flow_icon_D.png) no-repeat center 15px , #f7f7f7;}

.flow_arrow {
	margin     : 0 0 5px 0 ;
	padding    : 0 0 15px 0 ;
	background : url(../img/flow_arrow.png) no-repeat center bottom ;
	background-size         : 25px auto !important;
	-webkit-background-size : 25px auto !important;
	-moz-background-size    : 25px auto !important;
}


#guidance .course a {
	text-decoration: none !important;
}

#guidance .course h3 {
	color: #333 !important;
	background: url(../../img/icon_arrow.png) , #f5f5f5 !important;
	background-repeat: no-repeat , repeat !important;
	background-position: 97% center !important;
	-webkit-background-size: 10px !important ;
	background-size: 10px !important ;
}

#guidance .course img {
	width: 100%;
}

/* ===================================================

  お問い合わせ

=====================================================*/

#contact {
	margin : 20px 10px 0;	
}

#contact a.inquiry_english_link{
	display: inline-block;
	position: relative;
	color: #426ab2;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 1em;
	padding-left: 25px;
}
#contact a.inquiry_english_link::before,
#contact a.inquiry_english_link::after{
	content: "";
    position: absolute;
    top: 0px;
    left: 0;
}
#contact a.inquiry_english_link::before{
	background: #426ab2;
	box-sizing: border-box;
    width: 17px;
    height: 17px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    transition: 0.2s;
	margin: 0;
	z-index: 0;
}
#contact a.inquiry_english_link::after{
	content: "";
	position: absolute;
	top: 5px;
    left: 4px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	z-index: 10;
}
#contact a.inquiry_english_link span{
	display: block;
	padding-top: 7px;
	font-size: 12px;
	color: #000;
	vertical-align: middle;
	border-top: 1px solid #426ab2;
}
#contact a.inquiry_english_link:hover{
	opacity: 0.7;
}

#contact p.contact_text {
	margin : 10px 0 20px 0;
}


/* table */

table#mailForm {
	width           : 100%       ;
	border-collapse : separate   ;
	border-spacing  : 1px        ;
	background      : #eee       ;
	margin          : 0 0 20px 0 ;
}

	table#mailForm th {
		color          : #2c3731 ;
		padding        : 10px    ;
		text-align     : left    ;
		vertical-align : top     ;
		line-height    : 160%    ;
		background     : #fafafa ;
	}
	
	table#mailForm td {
		padding     : 10px ;
		line-height : 160% ;
		background  : #fff ;
	}


 
/* 入力画面 */

#mailForm input , #mailForm textarea {
	margin  : 0 0 0 0 ;
	padding : 7px        ;
	font-family: sans-serif;
}

#mailForm input {
	width   : 210px ;
}

table#mailForm td ul {
	font-size   : 0.85em ;
	margin-top  : 10px   ;
	margin-left : 1em    ;
	text-indent : -1em   ;
}

#mailForm #rc input {
	width   : 20px !important ;
}

#mailForm #rc li {
	margin-bottom : 10px ;
}

#mailForm textarea {
	width   : 210px ;
	height  : 120px ;
}

#mailForm input.tel {
	width : 100px ;	
}


.error , .require{
	color : #f00 ;	
}


.form_btn {
	text-align:center;	
	margin-bottom : 30px ;
}

#r_date li {
	margin-bottom : 10px ;
}


/* 確認画面 */

.confirm_btn {
	margin-bottom : 30px ;
	padding : 0 0;	
}

	.btn_back {
		width   : 130px  ;
		float   : left   ;
		display : inline ;
	}

	.btn_send {
		width   : 130px  ;
		float   : right  ;
		display : inline ;
	}

	.btn_back.en,
	.btn_send.en {
		width   : 49% ;
		max-width: 200px;
	}


/* 送信完了 */

#contact .comp {
	padding    : 20px 0 ;
	text-align : center ;
}
 


/* ===================================================

  YouTube

=====================================================*/

#youtube_new iframe {
	width: 90%;
	margin: 5%;
	aspect-ratio: 16/9;
}

.youtube_contents a {
	text-decoration: none;
}

.youtube_contents ul {
	margin: 5% 0 0;
}

	.youtube_contents li {
		width: 90%;
		margin: 0 auto 5%;
	}
	
		.youtube_contents dt {
			padding: 10px 0;
			text-align: center;
			background: #eee;
		}
		
		.youtube_contents dd img {
			width: 100%;
		}




/* ===================================================

  コース共通

=====================================================*/

.course_section .section_box {
	padding: 5% ;
}

.course_section h2 {
	color: #426ab2;
	font-size: 1.2em !important;
	padding: 20px 0!important;
	border: none !important;
	line-height: 140%;
	text-align: center;
	border-top: 3px solid #426ab4 !important;
	border-bottom: 1px solid #eee !important;
}

.course_section h2 span{
	color: #333 !important;
	font-size: 1.0em !important;
	font-weight: bold !important;
	padding-left: 0 !important;
}

.course_section .course_results {
	margin-top: 20px;
	padding: 0 0 10px ;
	border: 1px solid #426ab2;
	background: #f5f5f5;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.course_section .course_results h3 {
	color: #fff !important;
	text-align: center;
	padding: 15px 0 ;
	background: #426ab2;
	margin-bottom: 10px;
}

.course_section .course_results ul {
	margin-left: 10px;
}

	.course_section .course_results ul li {
		padding: 3px 0 3px 15px;
		background : url(../../img/icon_arrow.png) no-repeat left 8px !important ;
		-webkit-background-size: 10px !important ;
		background-size: 10px !important ;
	}

.course_section .course_results p {
	text-align: right;
	margin-right: 20px;
}

#course_contact p {
	color: #83a13c;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	line-height: 120%;
	margin-top: 10px;
	margin-bottom: 30px;
	padding: 0 5%;
}

.course_section .text_right {
	text-align: right;
}

.course_section #point {
	margin-bottom: 30px;
}

	.course_section #point img {
		width: 100%;
	}
	
.effect {
	font-size: 1.1em;
	text-align: center;
	font-weight: bold;
	line-height: 150% !important;
	margin-bottom: 8px;
}

.speech_txt .effect {
	font-size: 14px;
	font-weight: normal !important;
	line-height: 210% !important;
	text-align: left;
	margin-bottom: 20px;
}


#price table {
	width: 100%;
	margin-bottom: 20px;
	-webkit-box-shadow: hoff voff blur color;
	-moz-box-shadow: hoff voff blur color;
	box-shadow: 0 0 2px 0 #ccc;
}

	#price th ,
	#price td {
		padding: 10px;
	}

	#price th {
		width: 40%;
		color: #fff;
		background: #426ab2;
	}
	
	#price td {
		width: 30%;
		text-align: center;
	}
	
	#price td.odd {
		background: #f5f5f5;
	}

#price p {
	font-weight: bold;
	text-align: center;
}

/* お問い合わせボタン */

#course_contact {
	text-align: center;
	margin: 0 15px 20px;
}

#course_contact p {
	color: #426ab2;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 120%;
	margin-top: 10px;
	margin-bottom: 30px;
}
#course_contact p.nomal {
	font-size: 1em;
	line-height: 150%;
	color: #333;
	font-weight: bold;
    text-align: center;
	padding: 0;
}

#course_contact img{
	width: 100%;
}


/* ===================================================

  キッズ＆ステューデントコース

=====================================================*/

#students_textimg {
	padding: 0;
	margin: 20px 5% ;
	text-align: center;
}

	#students_textimg img {
		width: 100%;
	}

.students #point {
	margin-bottom: 0;
}

.students #point li {
	color: #fff;
	text-align: center;
	font-weight: bold;
	margin: 0 10px 10px ;
	padding: 10px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #2a6bae;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

.course_list h3 {
	color: #333;
	margin-bottom: 10px;
	padding: 6px 0 5px 8px;
	border-left: 3px solid #666;
	background: none;
}


.course_list ul {
	margin: 15px 0 10px;
}

	.course_list li {
		color: #fff;
		text-align: center;
		width: 30%;
		margin: 0 5px 5px;
		padding: 5px 0;
		float: left;
		display: inline;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		background: #4f81bd;
	}
	
	.course_list li.en {
		background: #b24242;
	}
	
	.course_list li.ae {
		background: #42b242;
	}

.course_list dl {
	margin: 15px 0 30px;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.course_list dt {
	padding: 8px;
	font-weight: bold;
	background: #eee;
}

.course_list dd {
	padding: 8px;
}


/* ===================================================

  大学生＆ビジネスパーソンコース

=====================================================*/

.college #point {
	margin: 5% 0 0 0;
}

/* ===================================================

  アダルト＆シニアコース

=====================================================*/

.adults #support {
	color: #426ab2;
	font-size: 1.4em;
	margin: 0 ;
	text-align: center;
	font-weight: bold;
	line-height: 160%;
}

.adults #support span {
	color: #333;
}



