@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

/*fire fix用*/
a {outline: none;
text-decoration:none;}

body {
	
	margin:0;
	padding:0;
	color:#333;
	font-size:14px;
	line-height: 180%;
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	

}



li{list-style:none;}
.alcon
{background-color:#EFEBEA;
}

#wrapper {
	width: 900px;
	text-align: left;
	margin:0 auto;
	padding:0;
    position:relative;
	
	
}
		
#head	{
	position:relative;
	margin: 0 auto;
	padding: 0;
	width: 900px;
	height: 70px;
	background-image:url(img/tophe.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	margin-top:0;
	padding-top:0;
   
}

	
.topmob {
display:none;}
	
	 
#top a {
	background-image:url(img/toplogo2.png);
	background-repeat:no-repeat;
	background-size:90%;
	background-position:10px 20px;
	display:block;
	width:420px;
	height:70px;
	text-indent:-9999px;

}
	 
	 

#head img{
    	border:0;
	}


.pan {
	height:25px;
	font-size: 12px;
	padding-top:3px;
	padding-bottom:3px;
	color:#666;
	
	}
.pan a{
	color:#338CCC;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	margin-left:13px;
	
}

.pan a:hover {
	color: #FFCC00;
}

/* 右上ナビ　きっかけ */

.yn {
	width: 170px;
	height: 34px;
	position:relative;
	top:-65px;
	left:715px;
	
	}
.yn li {
	float:left;
	
}
.yn a{
	color:#fff;
	line-height:30px;
	width:170px;
	height:30px;
	display:inline-block;
    padding: 0.3em 0.3em 0.3em  0.5em;
    text-decoration: none;
    background: #5AA421;
    color: #FFF;
    border-bottom: solid 4px #2E6F2F;
    border-radius: 4px;
	
	margin:7px 5px 10px 4px;
 		}

.yn a:before {
  font-family: "Font Awesome 5 Free";
  content: '\f0a9';
  font-weight: 900;
  color:#FFF;
   font-size:1em;
   position:relative;
   top:0;
   left:-4px;
}	

.yn a:hover {position:relative;
left:0;
top:1px;}

.ynavi a:active {    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    border-bottom: none;
	margin-bottom:4px;
}



/* コンテンツ */
.contents {
	float:left;
	width:640px;
	
	margin:5px 0 20px 0;
	background-color:#FFF;
	
	
  border-radius: 3px;
  
	}


h1 {
  position: relative;
  padding: .5em .75em;
  background-color:#D7E5EF;
  font-size:130%;
}



h2 {
  padding-bottom: .3em;
  padding-left:3px;
  border-bottom: 2px solid #B79124;
  display: inline-block;
	clear:both;
	font-size:120%;
	margin-top:30px;
	margin-left:20px;
	margin-right:20px;
}
h2:first-letter {
  margin-right: .1em;
  font-size: 1.5em;
}

h3 {
	
	width:570px;
	height:auto;
  position: relative;
  padding:4px 8px;
  color:#333;
  zoom: 1;
  border-left:7px #09C solid;
  margin:15px 10px 1px 20px;
   clear:both;
  font-size:140%;
  display:block;
}

.contents .section{
	padding:5px 20px 15px 20px;
	margin-bottom:20px;

}

.section p {padding-top:14px;
font-size:15px;}

.contents a{
color:#338CCC;
font-size:15px;

}

/*リンクのホバー*/
.section a:hover{
	color:#F60;
	
} 

/* 詳細はこちらからマーク*/
.mark {
	background-image:url(img/ar.png);
	background-repeat:no-repeat;
	background-position:left center;
	
	}

.mark a {
	padding-left:18px;
	display:table;
}


.markr {
	background-image:url(img/ar.png);
	background-repeat:no-repeat;
	background-position:0 19px;
	float:right;
	margin:5px 5px 10px 10px;
	}

.markr a {
	padding-left:18px;
}



.listyoko {
	margin:10px 10px;
}

.listyoko li{
	float:left;
	padding-left:19px;
	margin-left:10px;
	background-image:url(img/ar.png);
	background-repeat:no-repeat;
	background-position:left center;
}
	
	
/*テーブル線*/
	.tb1 {
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color:#666;
	border-bottom-color: #666;

}
	
	.tb1 td {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-left-color: #666;
}


/* トップページ講座リスト*/

.top li {
	border-top:1px #666 dotted;
	height:130px;
}

.top a {
	background-image:url(img/ar.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
	display:block;
	float:right;
	margin-top:3px;
	
	
}

.top img {float:left;
margin:15px 10px 20px 5px;
border:1px #999 solid;}

.top p {line-height:23px;}


/*比較ページ講座テーブル
----------------------------------------------------------------*/

.hikaku img{ border:#999 1px solid;
float:right;
margin-top:15px;
margin-left:8px;
margin-bottom:20px;}


.hikaku {border-top:dotted 1px #999;

}


.hikaku li {border-bottom:dotted 1px #999;
height:310px;
}

.hikaku p {line-height:25px;
margin-top:1px;
padding-top:1px;}

.hikaku .fc {background-color:#DEFFFD;
border:#CCC 1px solid;
padding:2px;
color:#333;
font-size:90%;
margin-right:4px;

}

.hikag {
font-size:16px;
font-weight:bold;
padding-top:20px;
}

.hikaku .ryo{color:#F00;
font-size:20px;} 


                            
/* サイトマップ */ 



.sitemap a{
	display:block;
color:#338CCC;
font-size:14px;
line-height:20px;
padding-left:22px;
text-decoration:none;
background:url(img/ar.png) no-repeat left center;
margin:5px 0 15px 10px;
}
.sitemap ul{
	margin-top:20px;}

/* リンク集 */
.contents .link a {
  clear:both;
        border: 0px solid #CCC;
        background-color: #fff;
        font-weight:bold;
    font-size:16px;
   margin-top:35px;
   padding-left:0;
   padding-top:10px;
   line-height:30px;
   }

.link p{
margin-top:0;
padding-top:0;

margin-bottom:15px;
}









/* 縦ナビ */
#navi{
	float:right;
	width:230px;
	
}

.tnavi{
	
    }
.tnavi ul{	
margin: 0 0 0 1em;
padding: 0;
	}
	
	.tnavi li.navtitle{
		color:#666;
		font-size:13px;
		font-weight:bold;
		text-align:center;
		
		padding:2px 4px;
		background-color:#FFF;
		border-bottom:1px solid #CCC;
	}
	.tnavi li{
		border-bottom:solid 1px #dadada;
		font-size:14px;
		background-color:#FFF;
	}
	.tnavi li.bottom{
		border-bottom:0;

	
	}
	.tnavi li a{
		color:#338CCC;
		display:block;
		text-decoration:none;
		padding:4px 5px 4px 22px;
	    height : auto;
	zoom:1;
	}
	.ma {
	    background-image:url(img/ar2.jpg);
		background-repeat:no-repeat;
		background-position:9px center;
	}
	.tnavi li a:hover{
		color:#f70;
		background-position:6px center;
		text-decoration:underline;
	}
.no1 {
	    background-image:url(img/rank1.gif);
		background-repeat:no-repeat;
		background-position:7px 8px;
	padding-left:12px;
		padding-bottom:3px;
		height:35px;
		line-height:28px;
	}
	.no2 {
	    background-image:url(img/rank2.gif);
		background-repeat:no-repeat;
		background-position:7px 8px;
		padding-left:12px;
		padding-bottom:3px;
		height:35px;
		line-height:28px;
	}
	.no3 {
	    background-image:url(img/rank3.gif);
		background-repeat:no-repeat;
		background-position:7px 8px;
		padding-left:12px;
		padding-bottom:3px;
		height:35px;
		line-height:28px;
		
	}


/*PC用おすすめ講座テーブル
----------------------------------------------------------------*/

.osu {background-image:url(img/osu1.jpg);
background-repeat:no-repeat;
width:580px;
height:305px;
margin-left:12px;
margin-top:20px;
}


.osu li {border-style:none;
float:left;
width:170px;
height:150px;
position:relative;
top:71px;
left:48px;
margin-left:3px;}

.osutitle {display:none;}
.osu li a {
	width:130px;
	
    display: inline-block;
    padding: 0.5em 0.8em;
    text-decoration: none;
    background: #5AA421;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #2E6F2F;
    border-radius: 3px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
	margin:7px 0 0 0px;
	position:relative;
top:135px;
left:-5px;
text-align:center;
font-size:13px;}

.osu li a:hover {position:relative;
left:-5px;
top:136px;}

  
.osu1 {
	background-image:url(img/osu3.jpg);
	background-repeat:no-repeat;
}


.osu2 {
	background-image:url(img/osu4.jpg);
	background-repeat:no-repeat;
}

.osu3 {
	background-image:url(img/osu2.jpg);
	background-repeat:no-repeat;
}




/* コピーライト */
 
  #foot {
	 
		text-align:center;
		padding:5px 0;
		font-style:normal;
		margin-top:10px;
		height:40px;
		background-color:#A2C3C2;
		
		}


#foot address{
		color:#333;
		font-size:12px;
		padding-top:0px;
		font-style:normal;
		
		}
/* 便利クラス */

 p.line { border-bottom: 2px dotted #CCC;
 		  padding-top:0;
		  margin-top:0;
		  clear:both;
		  }
.cent {text-align:center;}
.right{text-align:right;}
.left{text-align:left;}
.nonbo a img{ border:none; }
.nonbo{ border:none; }
.brn p{border-right:0;}
.clear{	clear:both;}
.flol{ float:left;}
.flor{ float:right;	}
.imgl{ float:left;
	margin:19px 10px 10px 0;}
.imgr{float:right;
	margin:19px 0 10px 10px;}
.imgb{ border:solid 1px #999;}
.imgbo img{ border:solid 1px #333333;}
.pd10 {padding:10px;}
.pd20 {padding:20px;}
.pt10 {padding-top:10px; }
.pt30{padding-top:30px; }
.mt0{	margin-top:0px;	}
.mt5{	margin-top:5px;	}
.mt10{	margin-top:10px;	}
.mt20{	margin-top:20px;	}
.mt30{	margin-top:30px;	}
.mt40{	margin-top:40px;	}
.mt50{	margin-top:50px;	}
.mt100{	margin-top:100px;	}
.mt200{	margin-top:200px;	}
.mt300{	margin-top:300px;	}
.mr5{	margin-right:5px;	}
.mr10{	margin-right:10px;	}
.mr20{	margin-right:20px;	}
.mr30{	margin-right:30px;	}
.mr35{	margin-right:35px;	}
.mb5{	margin-bottom:5px;	}
.mb10{	margin-bottom:10px;	}
.mb20{	margin-bottom:20px;	}
.mb30{	margin-bottom:30px;	}
.mb40{	margin-bottom:40px;	}
.mb50 {	margin-bottom: 50px;}
.mb100 {	margin-bottom: 100px;}
.ml10{	margin-left:10px;	}
.ml20{	margin-left:20px;	}
.ml30{	margin-left:30px;	}
.txt12{	font-size:12px;
line-height:22px;}

.txt11{	font-size:11px;	}
.txt13{	font-size:13px;	}
.txt15{	font-size:15px;	}
.txt16{	font-size:16px;	}
.txt18{	font-size:18px;	}

.red{	color:#f00;	}
.gre{   color:#009900;}
.pink{color:#FF0033;}
.bold{	font-weight:bold;	}

.bl{background-color:#d7e9f7;}
