/****英検コース*****/

/*///コースintroページのコース・プラン名///*/
.cs_title{
    font-size: 34px;
    line-height: 1.2;
    font-weight: bold;
    border-left: 8px solid rgba(36,188,167,1.00);
    padding-left: 10px;
	}		

/*見出し*/
h2.e_leader{ 
	border-left:  rgba(36,188,167,1.00) 4px dotted;
	margin-top: 20px;
	padding-left: 8px;
	letter-spacing: 0.3em;
	}


/*グレーの太枠*/
.course_new {
	border: 4px solid #CCCCCC;
	padding: 6px 20px;
}
/*グレーの太枠内の要素*/
.course_new h3{	
	color:dimgray;
	border-bottom: 1px dashed gray;
	line-height: 1.3em;
	letter-spacing: 0.2em;
}
.course_new p {
	line-height:1.9;	
}

.course_new figure{
	margin: 0;
	padding-right: 10px;
	float: right;
}

.course_new figcaption{
	font-size: 0.9em;	
}




	
/*////*英検一般ページ上部メニュー////*/
ul.menu02{	
	/*margin-left: 210px; /*これを指定しないと全体がインデントされる*/
	margin-left: -5px; /*これを指定しないと全体がインデントされる*/	
	padding:1px 0px 0px 0px; /*これを指定しないとブラウザによってレイアウトが異なる*/
	font-size:14px;
	font-weight:bold;
}

ul.menu02 li{
	list-style:none;
	float:left;	/*横並び*/
	width:160px;		
	/*height: 30px;*/
	padding-left:0px;
	padding-top: 3px;
	margin-left: 5px;
	margin-top: 2px;
	text-align:center;		
	background: linear-gradient(white,#f8f8f8, #eee);
	border-right: 1px solid #fff;
	}

ul.menu02 a{
	text-decoration:none;
	display:block;   /*これを指定しないと、a:hoverのwidth/heightがコントロールできない*/
	color:#000;
	border: 1px solid #aaa;
}

ul.menu02 a:hover{
	/*width:100%;*/
	/*height:150%;*/
	color:#C80028;
	border-bottom-color: #C80028;
	border-bottom-width: 3px;
	}



/*/ページのタイトル/*/
.title{
	color: #fff; 
	font-size:	26px;
	line-height: 1.3;
	/*background-color: rgba(36,188,167,1.00);*/		
/*	background:linear-gradient(to bottom , rgba(36,188,167,0.15) , rgba(36,188,167,1.00));*/
	background-image: url(""), linear-gradient(to bottom , rgba(36,188,167,0.15) , rgba(36,188,167,1.00)), url("../image/misc/back_stripe.gif");
	background-position:left center,0 0, 0 0;
	background-repeat:no-repeat ,no-repeat , repeat;
	padding: 25px 20px;
/*	border-radius: 10px;*/
	text-align: center;
	font-weight: bold;
	text-shadow: 5px 5px 5px #999999; 
	border-bottom:double thick gray;
	border-right:solid thick gray;

}

/*/タイトル2/*/
.title_2{
	color: #fff;
	font-size: 18px;
	line-height: 1.3;
	letter-spacing: 0.1em;
	background-color: rgba(36,188,167,0.7);
	padding: 8px;
	border-radius: 10px 10px 0px 0px;
	text-align: center;
	webkit-box-shadow: 1px 1px 15px #999999;
	box-shadow: 1px 1px 10px #999999;
}

/*////分野アイコン////*/
	.mk_01 {
	padding: 4px 10px;
	border: 2px blue solid;
	font-weight: bolder;
	margin-right: 6px;		
	margin-bottom: 20px;		
}

	.mk_02 {
	background-color: #CC6666;
	padding: 4px 10px;
	border: 2px black solid;
	font-weight: bolder;
	margin-right: 6px;		
	margin-bottom: 20px;
	border-radius: 10px;
}

/*////コースプラン一覧ページリストスタイル////*/
ul.ind {
    list-style: none;  /* デフォルトのアイコンを消す */
    margin:  0;         /* デフォルト指定上書き */
    padding: 0;         /* デフォルト指定上書き */
	padding-left: 10px;
	padding-right: 10px;
	font-size: 115%;
	line-height: 1.7em;	
}

ul.point{
	list-style: none;  /* デフォルトのアイコンを消す */
    margin:  0;         /* デフォルト指定上書き */
    padding: 0;         /* デフォルト指定上書き */
	padding: 10px;	
	font-size: 100%;
	line-height: 1.8em;	
}
 
.list_item:before {
    content:  "";                 /* 空の要素作成 */
    width: 22px;                            /* 幅指定 */
    height: 22px;                           /* 高さ指定 */
    display:  inline-block;                 /* インラインブロックにする */
    position:  relative;                    /* アイコンの位置を調整 */
    top: 5px;                             /* アイコンの位置を調整 */
    margin-right: 8px;                      /* 余白指定 */
    background-image: url("../image/misc/chk_gray.png");  /* アイコン指定 */
    background-size:  contain;              /* アイコンの大きさ指定 */
    background-repeat:  no-repeat;          /* アイコンをリピートしないようにする */
   vertical-align: top;                     /* アイコンの位置を調整 */
}
 
.list_item {
    margin-bottom: 7px;                      /*要素と要素の間指定 */   
	border-bottom: dotted gray 2px;
}



/*左コラムコース選択リスト*/
/*コースメニュー*/
.csmenu {
    font-size: 14px;
	font-weight: bold;
	line-height: 1.5em;
	text-align: center;
    color: white;
    background-color:rgba(36,188,167,1.00);
	border-bottom: 2px solid #CCCCCC;
	margin-bottom: 0px;	
}

/*新コースメニューリスト*/
ul.cslist {
	padding: 0;
}
.cslist li{	
	font-weight: bold;
	font-size: 14px;
	list-style-type: none!important;/*ポチ消す*/
}

.cslist li a{
	color: #404040;
	border-left: 6px solid rgba(36,188,167,1.00);/*左側の線*/
	border-bottom: solid 2px #dadada;/*下に灰色線*/
	background: whitesmoke;
	margin-bottom: 4px;/*下のバーとの余白*/
	line-height: 1.3;
	padding: 0.6em;	
	display: block;	
}

.cslist li a.tanka{
	border-left: 6px solid #3399cc;/*左側の線*/
}

.cslist li a:hover {
	background-color: #E4EEF9;
	text-decoration: none;
	color: #c00;
}





	
/*英検index.html本試験日カウントダウンのボックス*/
div.e_countdown{
	text-align:center;
	padding:8px;
/*	font-size:0.9em;*/
	/*background-color: #F1F1F1;*/
	border-width: 1px 3px 2px 1px;
	border-style: solid;
	border-color: #CCC;
	margin-top: 10px;
}


/*英検index.htmlツイッターボックス*/
div.e_twt{
	display: block;
	/*float: right;*/
/*	width: 100%;*/
	border: 3px solid #3FA9F5;
	padding: 8px 0px;
	margin-left: 0px;
	margin-right:6px;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	background-color: white;
}

/*///スケジュールテーブル書式////**/		
table.sch {	
   width:100%; 
   border: 1px solid gray;
	border-collapse: collapse;				
	empty-cells:show;
    font-size:0.9em;
    line-height:1.5;    
}

	.sch th{
    padding:8px;
	border:1px solid gray;
	background-color:#F5F5F5;
	text-align:center;   
}

	.sch td{
    border-right:1px solid #696969;
    border-bottom:1px dashed #696969;
    padding:8px;
	text-align:center;
}


/*////////年間予定表/////////*/

table.schlist{width:100%;
		border: 1px solid gray;
		font-size:0.9em;
		empty-cells:show;
		border-collapse: collapse;	
}

	schlist tr{ }

	.schlist th{
		background-color:#EBEBEB;
		text-align:center;
		border: 1px solid gray;
		}
		
	.schlist td{
		text-align:center;
		border: 1px solid gray;height:60px;
	}


 /*写真周り*/
 figure {
	display: block;
	float: right;
	width: 140px;
	text-align: center;
/*	 margin: 10px;*/
}
figure img {
	margin: 10px;
	-webkit-box-shadow: 1px 1px 10px #999999;
	box-shadow: 1px 1px 10px #999999;
	
}

figcaption{
	font-size: 80%;
	text-align: left;
	color: gray;
}



