@charset "UTF-8";
@import url("reset.css");
@import url("base.css");


/********************************/
/********** contents ************/
/********************************/
h2{
	display:block;
	height:40px;
	width:840px;
	background:url(../img/h2.jpg) top left no-repeat;
	font-size:1.6em;
	font-weight:bold;
	color:#0B476E;
	line-height:40px;
	text-indent:1em;
	margin-bottom:1em;
}

h3{
	font-size:1.5em;
	font-weight:bold;
	color:#3B80AB;
	border-left:5px solid #3B80AB;
	text-indent:5px;
	margin:2em 0 0.7em 0;
	line-height:1.1em;
}

h4{
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:0.3em;
}

h5{
	font-weight:bold;
	margin-bottom:0.3em;
}

/*フロート*/
.left{float:left;}
.right{float:right;}


/********************************/
/************* top **************/
/********************************/
#topics{
	margin-bottom:20px;
}

#topics li{
	display:block;
	height:100px;
	width:270px;
	float:left;
	margin:0 15px 15px 0;
}

#topics li img{
	vertical-align:bottom;
}

#topics .c1{
	float:left;
	width:270px;
	margin-right:15px
}

#topics .c2{
	float:left;
	width:570px;
}

/********************************/
/************** bnr *************/
/********************************/
#bnr{
	margin-bottom:15px;
}

#bnr li{
	float:left;
	display:block;
	width:270px;
	height:90px;
	margin-right:14px;
	position:relative;
}

#bnr li a{
	display:block;
	padding:10px;
}

#bnr li a:hover{
	text-decoration:none;
}

#bnr li p{
	color:#FFF;
}

#bnr li p.c1, #bnr li p.c2, #bnr li p.c3{
	display:none;
}

#bnr li p.c4{
	width:190px;
	height:38px;
}

#bnr li p.c5{
	position:absolute;
	right:0;
	top:0;
}

#bnr li .c6{
	position:absolute;
	top:55px;
	line-height:1.2em;
}

#bnr li .c7{
	font-size:9px;
}

#bnr li .c8{
	position:absolute;
	top:35px;
	line-height:1.3em;
}

#bnr li.course_a{background-color:#E8810F;}
#bnr li.course_b{background-color:#B8D223;}
#bnr li.course_c{background-color:#F0919A;}
#bnr li.course_none{
	background-color:#EEE;
	height:90px;
	line-height:90px;
	text-align:center;
	font-size:1.5em;
	color:#FFF;
}

#bnr .notice{
	background-color:#DF007F;
	padding:10px;
	color:#FFF;
}

#info{
	width:560px;
	float:left;
}

#news{
	float:right;
	width:255px;
	margin:0 30px 0 0;
}

*html #news{
	margin-right:15px;
}

#news p.title{
	background-color:#0A5292;
	text-indent:0.3em;
	color:#FFF;
}

#news ul{
	border-bottom:1px solid #0A5292;
	padding:4px 10px 4px 0;
	overflow:auto;
	height:168px;
}

#news li{
	border-bottom:1px dotted #999;
	padding-bottom:2px;
	margin-bottom:2px;
}

#news li a.new{
	color:#DF007F;
}

#news .date{
	background:url(../img/arrow.gif) center left no-repeat;
	text-indent:1.2em;
}

/* 講座 */
#top #course h2{
	display:block;
	height:40px;
	width:840px;
	background:none;
	line-height:40px;
	text-indent:0;
	margin-bottom:0;
	margin:1.5em 0 0.7em 0;
}

#top #course li{
	display:block;
	width:160px;
	height:193px;
	float:left;
	margin:0 10px 10px 0;
	position:relative;
}

#top #course li.course_a{background:url(../../top/img/bg_news.jpg) top left no-repeat;}
#top #course li.course_b{background:url(../../top/img/bg_biz.jpg) top left no-repeat;}
#top #course li.course_c{background:url(../../top/img/bg_sat.jpg) top left no-repeat;}

#top #course li.course_a .c4{color:#FF6600;}
#top #course li.course_b .c4{color:#B8D223;}
#top #course li.course_c .c4{color:#FF6666;}

#top #course li .c1{
	position:absolute;
	top:7px;
	left:10px;
	font-size:0.9em;
}

#top #course li .c2{
	position:absolute;
	display:block;
	height:16px;
	width:50px;
	top:7px;
	right:7px;
	font-size:0.8em;
	text-align:center;
	line-height:16px;
	background-color:#DF007F;
	color:#FFF;
	/* background:url(../../top/img/c2_bg.gif) top left no-repeat; */
}

#top #course li .c3{
	position:absolute;
	top:29px;
	left:0;
	text-align:center;
	width:160px;
	font-size:0.9em;
	color:#FFF;
}

#top #course li .c4{
	position:absolute;
	top:50px;
	left:10px;
	display:block;
	padding-right:0.5em;
	font-size:1em;
	line-height:1.25em;
}

#top #course li .c5{
	position:absolute;
	top:97px;
	left:10px;
}

#top #course li .c6{
	position:absolute;
	top:97px;
	left:60px;
	line-height:1.2em;
}

#top #course li .c7{
	font-size:9px;
	line-height:1.2em;
	display:block;
	width:90px;
}

#top #course li .c10 a{
	display:block;
	width:140px;
	height:17px;
	background:url(../../top/img/btn_detail.gif) 0 0 no-repeat;
	text-indent:-10000px;
	overflow:hidden;
	position:absolute;
	bottom:10px;
	left:10px;
}

#top #course li .c10 a:hover{
	background:url(../../top/img/btn_detail.gif) 0 -17px no-repeat;
}

/* 終了 */
#top #course li .c100 a{
	display:none;
}

#top #course li .c100{
	display:block;
	width:140px;
	height:17px;
	background:url(../../top/img/btn_detailend.gif) 0 0 no-repeat;
	position:absolute;
	bottom:10px;
	left:10px;
}


/* detail */
.detail_a h2{background-image:url(../img/h2_detail_a.jpg);}
.detail_b h2{background-image:url(../img/h2_detail_b.jpg);}
.detail_c h2{background-image:url(../img/h2_detail_c.jpg);}

#detail{padding:0 30px 0 0;}

#detail h2{
	color:#FFF;
	margin-bottom:0.5em;
}

#detail .txt{
	font-size:1.2em;
}

#detail .prof{
	position:relative;
	margin-top:2em;
	min-height: 1px;
}

#detail .prof:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

* html #detail .prof{
  height: 1px;
  /*￥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

#detail .prof img{
	float:left;
}

#detail .prof_text{
	float:right;
	width:730px;
}

#detail .thema{
	border:1px solid #AAA;
	padding:15px;
	margin-top:15px;
}

#detail h4{
	color:#3B80AB;
	margin-top:2em;
}

#detail .prof_text .c1{
	font-weight:bold;
	font-size:1.2em;
}

#detail .prof_text .c2{font-weight:normal;}

#detail .prof_text .prezent{
	display:block;
	float:right;
	width:383px;
	margin-top:15px;
	padding:6px 10px;
	border:1px solid #999;
	background-color:#FFE6FD;
}

#detail .info{
	border:1px solid #999;
	padding:10px;
	width:300px;
	float:right;
	font-size:0.9em;
	line-height:1.4em;
	margin-left:1em;
}

#detail .info .c1{
	font-weight:bold;
	font-size:1.1em;
	line-height:1.4em;
} 

/* btn_form */
#detail .form a{
	display:block;
	width:312px;
	height:53px;
	margin:2em auto;
	text-indent:-10000px;
	background:url(../../top/img/btn_form.jpg) top left no-repeat;
	overflow:hidden;
}

#detail .form a:hover{
	background:url(../../top/img/btn_form.jpg) bottom left no-repeat;
}

/* btn_formend */
#detail .formend{
	display:block;
	width:312px;
	height:53px;
	margin:2em auto;
	text-indent:-10000px;
	background:url(../../top/img/btn_formend.jpg) top left no-repeat;
}

#detail .summary{margin-bottom:1em;}

#detail .summary table{
	width:100%;
}

#detail .summary th, #detail .summary td{
	border:1px solid #999;
	padding:4px 7px;
}	

#detail .summary th{
	background-color:#EEE;
	text-align:center;
}

#detail .summary .c1{
	background-color:#EEE;
	text-align:center;
}

#detail .summary .c2{width:10%;}

#detail .summary .c3{width:40%;}

#detail .summary h5 span{font-weight:normal;}

#detail .summary .c4{color:#DF007F;}

#detail .program{margin-bottom:1em;}

#detail .program table{
	width:100%;
}

#detail .program th, #detail .program td{
	border:1px solid #999;
	padding:4px 7px;
}	

#detail .program th{
	background-color:#EEE;
	text-align:center;
	width:15%;
	color:#DF007F;
}

#detail .program .c1{
	background-color:#EEE;
	text-align:center;
}

#detail .program .c2{
	background-color:#EEE;
	text-align:center;
	font-size:0.8em;
	padding:1px;
}

#detail .program .c3{
	width:15%;
	text-align:center;
}

#detail .program .c4{
	text-align:center;
	width:15%;
}

#detail .program .c5{
	font-weight:bold;
}

#detail .program .c6{
	color:#333;
}

#detail .program .img{
	float:left;
	margin-right:5px;
}

#detail .program .contents{
	float:left;
	width:365px;
}

/* 現在募集中 */
#detail .program .now th{
	background-color:#FFEEFF;
}

#detail .program .now td{
	background-color:#FFF5FF;
}


/*******************************/
/*********** about *************/
/*******************************/
#about .greeting img{
	float:left;
	margin-right:20px;
}

#about .greeting p{
	float:left;
	width:730px;
}

#about ul.feature li{
	float:left;
	width:270px;
	height:190px;
	border:1px solid #3B80AB;
	margin-right:10px;
}

#about ul.feature li img{
	margin:15px 0 0 15px;
}

#about ul.feature li p{
	padding:15px;
	padding-top:5px;
}

#about #course h2{
	display:block;
	height:40px;
	width:840px;
	background:none;
	line-height:40px;
	text-indent:0;
	margin-bottom:0;
	margin:1.5em 0 0.7em 0;
}

#about #course img{
	float:left;
	margin-right:20px;
}

#about #course p{
	width:600px;
	float:left;
}


/*******************************/
/********** schedule ***********/
/*******************************/
#schedule .c1{margin-bottom:1em;}

#schedule .c2{margin-bottom:1em;color:#DF007F;}

#schedule ul li{
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}

#schedule ul li a{
	width:491px;
}

#schedule ul li a img{
	border:1px solid #CCC;
}

/* subwindow */
#subwin{
	padding:10px 0 0 10px;
}

#subwin .c1{
	margin-top:10px;
	margin-bottom:10px;
}

#subwin .c2{
	text-align:center;
	margin-top:10px;
}


/*******************************/
/******** application **********/
/*******************************/
#application table{
	margin-bottom:0.7em;
}

#application th, #application td{
	font-size:1.2em;
	padding-right:1em;
	line-height:1.6em;
}

#application .passcard .c1{margin-bottom:0.5em;}

#application .passcard .c2{
	color:#DF007F;
	margin-left:1em;
}

#application .passcard .c1 li{
	list-style-type:disc;
}

/*btn_passcard*/
#application .form{
	margin:2em 0;
}

#application .form a{
	display:block;
	width:312px;
	height:53px;
	margin:auto;
	text-indent:-10000px;
	background:url(../../application/img/btn_passcard.jpg) top left no-repeat;
}

#application .form a:hover{
	background:url(../../application/img/btn_passcard.jpg) bottom left no-repeat;
}

#application .form .c2{
	text-align:center;
}

#application .appli{
	margin-top:2em;
	margin-right:30px;
}

#application .appli .c1{
	font-size:1.2em;
	font-weight:bold;
	line-height:1.6em;
}

#application .privacy{
	padding:10px 15px 10px 15px;
	border:1px solid #999;
	margin:20px 30px 5px 0;
	background-color:#FFFFCC;
}

#application .privacy .c1{
	font-size:1.2em;
}

#application .pay .c1{
	color:#DF007F;
	font-size:1.2em;
}

#application .privilege p{
	margin-bottom:1em;
	font-weight:bold;
}

#application .privilege ul{
	margin-left:2em;
}

#application .privilege ul li{
	list-style-type:disc;
	font-weight:normal;
}


/*******************************/
/********* impression **********/
/*******************************/
#impression li{
	display:block;
	height:100px;
	width:840px;
	margin-bottom:1em;
	position:relative;
}

#impression li.m1{background:url(../../impression/img/m1.gif) top left no-repeat;}
#impression li.w1{background:url(../../impression/img/w1.gif) top left no-repeat;}

#impression .c1{
	position:absolute;
	top:10px;
	left:125px;
	font-size:1.1em;
	line-height:1.4em;
	font-weight:bold;
}

#impression .c2{
	position:absolute;
	bottom:8px;
	left:125px;
}

#impression li.m1 .c1{color:#2BA1CC;}
#impression li.w1 .c1{color:#F173B1;}


/*******************************/
/*********** inquiry ***********/
/*******************************/
#inquiry .c1{
	color:#DF007F;
}

#inquiry .c2{
	position:relative;
	height:500px;
	margin-top:3em;
}

#inquiry .c3{
	position:absolute;
	top:0;
	left:0;
	width:350px;
}

