@charset "UTF-8";
body {
	margin:0;
	padding: 0;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 100%;
	line-height: 1.4;
	background-color:#f8f8f8;
	background-image: url(images/ma_bg.jpg);
	background-repeat: repeat-x;
	background-position: left -260px;
	min-width: 980px;
}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
	list-style:none;
}
h1, h2, h3, h4, h5, h6, p {

	margin:0; /* div 自体ではなく div 内でエレメントの両側に余白を追加すると、ボックスモデル計算が不要になります。代わりに、両側に余白を指定した div をネストして使用することもできます。 */
}



a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
}

/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	color: #0093ae;
	text-decoration: underline; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	text-decoration: none;
}

.left{float:left;}
.right{float:right;}
.center{text-align:center;}
.clear{clear:both;}
.red{color:red;}
.px18{font-size:18px;}
.under{text-decoration:underline;}
.cap{font-size:10px;}
.off{
	display:none;}	
.font80{font-size:80%;}
.mobile{display:none;}
.widthauto{width:auto;}	
/* container */
.container {
	width: 980px;
	margin: 0 auto;
}

/* header */
.header {
	width:100%;
	/* width: 980px; */
	height:70px;
	padding-top:8px;
    background: #0093ae;
	    margin: 0px auto 40px;
	text-align:center;
}

	



/*sidebar*/
.sidebar1 {
	float: right;
	width: 256px;
	
	padding-top: 70px;
	
}
.sidebar1 .book{margin-bottom:170px;}
.sidebar1 ul{background:#fff;border:1px solid #dfdfdf;margin-top: 130px;}
.sidebar1 #b1{padding:3px 0 0 6px;}
.sidebar1 #b2{height:185px;padding:60px 0 0 6px;}

.content {
	padding: 0;
	width: 701px;
	float: left;
	
}

.content #content-head
{}

.container .content ul li .blueline {
	background-color: #ccc;
	height: 1px;
}




/* ~~ ナビゲーションリストのスタイル付け (Spry などの事前作成済みのフライアウトメニューを使用する場合は削除できます) ~~ */
ul.nav {
	list-style: none; /* リストのマーカーを削除します。 */
	border-top: 1px solid #666; /* リンク用の上部のボーダーを作成します。他のすべてのものは LI 上で下部のボーダーを使用して配置されます。 */
	margin-bottom: 15px; /* 下のコンテンツのナビゲーション間の間隔を作成します。 */
}
ul.nav li {
	border-bottom: 1px solid #666; /* ボタンの区切り線を作成します。 */
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 160px; 
	text-decoration: none;
	background: #C6D580;
	color:#fff;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* マウスを使用する場合もキーボードを使用する場合も、背景色とテキストカラーを変更します。 */
	background: #ADB96E;
	color: #FFF;
}

#nav ul li a,#nav ul li a:visited{
	padding: 10px 0 5px 0px;
	display: block; 
	width: 160px; 
	height:22px;
	border-left:1px solid #626786;
	text-decoration: none;
	text-align:center;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic","メイリオ", Meiryo, sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka, ;
	font-size:14px;
	color:#ccc;
	}
#nav ul li a:hover{color:#fff;}

/* ~~ フッター ~~ */
.footer {
	padding: 10px 0 0 0;
	position: relative;/* IE6 に、適切にクリアするための hasLayout を指定します。 */
	clear: both;
	text-align:center;
}
.footer h2{
	text-align:right;
	width:980px;
	line-height: 1em;
	margin:auto;
	padding:0;
}
.footer h2 img{vertical-align:bottom;}
.footer-list{
	padding:20px 0;
	height:10px;
	border-top:1px solid #ccc;
	font-size:10px;}
.footer p{}
.footer-bottom{
	margin:10px 0 0 0 ;
	padding:8px 0 26px 0;
	height:10px;
	background: #0093ae;
	text-align:center;
	color:#fff;
	font-size:10px;
	font-family:Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
	}

/* ~~ その他の float/clear クラス ~~ */
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}

.container .content .caption{font-size:11px;}
.container .content ul li h2 {
	font-family: "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", serif;
	font-size: 16px;
	font-weight: bold;
	margin:0 0 0 -7px;
	color:#000;
}

.container .content ul li p {
	font-family:"ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,  sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	color: #444444;
	text-align:justify;
}
.container .content ul li p.caution{font-size:11px;margin-left:3px;line-height:1.2em;}
.container .content ul.mainlist li {
	margin-bottom: 40px;
}
.container .content ul.mainlist li#c1 {
    margin-bottom: 60px;
}

.container .content ul .blueline {
	margin-bottom: 20px;
}
.align-center {
	text-align: center;
}



.container .content #c2 h3{font-size:14px;}

.container .content #c3{margin-bottom:100px;}
.container .content #c3 a{cursor:pointer;}
.container .content #c3 ul {margin:auto;}
.container .content #c3 ul li{
	margin: 10px 0px 40px 0px;
}
.container .content #c3 ul li .sche_thumb{
	float:left;
    margin: 0 20px 0px 0;
	}	
.container .content #c3 ul li:first-of-type .sche_thumb{margin-bottom:60px;}
	
.container .content #c3 ul li h2{
	font-family: "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", serif;
	color:#000;
	margin-left:0;padding:0;margin-top:3px;
	}
.container .content #c3 ul h3{
	padding:0;
	font-size:24px;
	font-family: "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", serif;	
	font-weight:bold;
	}
.container .content #c3 ul li h4{
	padding:0;
	font-size:16px;
	font-family: "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", serif;	
	font-weight:bold;
	    margin-bottom: 5px;
	}		
.container .content ul #content-head {
	margin-bottom: 5px;
}


@media screen and (max-width: 480px){
	
body{min-width:100%;background-position: left -150px;}	
img{width:100%;height:auto;}
.pc{display:none;}
.mobile{display:block;}

div.header {
    padding: 5%;
    width: 90%;
    height: auto;
}
.container{
    padding: 0 5%;
    width: 90%;

}
.content{
	width:auto;
    float: none;	
	}
.container .content #c1{margin-bottom:0;}
.container .content #c1 img.apply{width:70%;margin:auto;}
.container .content #c3 ul h3{font-size:18px;}	
.container .content #c3 ul li .sche_thumb, .container .content #c3 ul li:first-of-type .sche_thumb{
    margin: 0 20px 20px 0;
	width: 40%;
}
.container .content #c3 ul li h4{font-size:13px;}


.sidebar1{
	float:none;
	width:90%;
	margin:5%;
	}
.sidebar1 .book {
    margin-bottom: 20px;
}

.footer{}
.footer h2{width:auto;}
.footer-list{height:auto;padding:20px;}	
	}
