@charset "UTF-8";

/* ボディ設定
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/

body{
	font-size: 80%;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
	line-height: 1.8;
	background-image: url(../images/common/img_header.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #fff;
	color: #333;
}

 /* IE11の文字サイズ設定 */
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, body { font-size: 96%; }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	body { font-size: 96%; }
}

 /* IE9の文字サイズ設定 */
 :root body { font-size:96% \0/IE9; }  

a:link{
	color: #2aade9;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}
a:visited{
	color: #09709f;
}
a:hover{
	opacity: .6;
}

html{
		border-top: 5px solid #1bacec;
}

/* ヘッダ関連の設定
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/

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

#header{
	width: 970px;
	padding: 15px 0 0;
	margin: 0 auto;
}

/*　ロゴ　*/
#logo{
	line-height: 0;
	padding: 0;
	margin: 0 0 12px;
}

#header ul{
	list-style: none;
	font-size: 1.2em;
}

#header li{
	display: inline-block;
	margin: 0 23px 0 0;
}

#header li:last-child{
	margin: 0;
}

#header li a{
	display: block;
	width: auto;
	color: #333;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 36px 15px;
}

#header li a:hover{
	opacity: 1;
	color: #fff;
	background: #1bacec;
}

/* ナビゲーションアクティブ */
#selected{
	color: #fff!important;
	background: #1bacec;
}


/* ページ設定
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/

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

#container{
	width: auto;
	background: #f7f7f7;
	background-image: url(../images/common/img_container.png);
	background-position: top;
	background-repeat: repeat-x;
}


#box{
	width: 960px;
	padding: 25px 0;
	margin: 0 auto;
}

#pageTop{
	clear: both;
	text-align: right;
	padding: 0 ;
}

/*　左カラム　*/
#left{
	float: left;
	width: 220px;
	background: #fff;
	line-height: 1.5;
	font-size: 1em;
	padding: 20px 15px 10px;

	-moz-border-radius:    5px;
	-webkit-border-radius: 5px;
	border-radius:         5px;

	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.2);
}

#left h2{
	font-size: 1.5em;
	font-weight: bold;
}

#left h2+p{
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
	padding: 8px 0;
	margin: 20px 0 10px;
}

#left h3{
	font-size: .9em;
	font-weight: bold;
}

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

address{
	width: auto;
	font-style: normal;
	background: #f0f3f7;
	padding: 10px;
	margin: 10px 0;
}

address p{
	padding: 0;
}

address dl{
	line-height: 1.5;
	margin: 5px 0 0;
}

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

address dt{
	float: left;
	width: 30px;
	color: #fff;
	font-size: .8em;
	text-align: center;
	background: #1bacec;
	padding: 1px 3px;
}

address dd{
	float: right;
	width: 155px;
}

#left ul{
	line-height: 1;
	list-style: none;
}

#left li{
	margin: 0 0 3px;
}


/*　右カラム　*/

#right{
	float: right;
	width: 683px;
}


/* フッタ設定
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/

#footer{
	width: 970px;
	padding: 25px 0;
	margin: 0 auto;
}

/*　コピーライト　*/
#footer p{
	font-size: .6em;
	padding: 15px 0 0 17px;
}


/*　ナビゲーション　*/
#footer ul{
	list-style: none;
	line-height: 1;
	margin: 5px 0 0;
}

#footer li{
	float: left;
	width: auto;
	background-image: url(../images/common/line_schoolLink.gif);
	background-position: right center;
	background-repeat: no-repeat;
	
	padding: 0 22px 0 0;
	margin: 0 0 0 22px;
}

#footer li:first-child{
	margin: 0;
}

#footer li:last-child{
	background: none;
	padding: 0;
}

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

#footer dl{
	width: auto;
	line-height: 1;
	border-bottom: 1px solid #cbcbcb;
	padding: 0 0 10px;
}

#footer dt{
	float: left;
	width: 70px;
}

#footer dd{
	float: right;
	width: 880px;
}