@charset "utf-8";

/* school(中学校用) style
--------------------------------------------------------------------*/



@import url("sc-common.css");
@import url("main-lower-j.css");
@import url("mobile-sc.css");



/* body bg(背景画像)
--------------------------------------------------------------------*/
#school_bg_inner {
  width: 100%;
  margin: 0;
  padding: 0;
 background: url(../../img/schools/back2.gif) repeat-x top left; 
}


/*------------------------------------------------------------------*/
/* ヘッダー
/*------------------------------------------------------------------*/
#school_header {
  clear: both;
  margin: 0 auto;
  padding: 0;
  width: 1050px;
height: 165px;

}



#school_head_left {
  margin-top: 24px;
  position: absolute;
  z-index: 10;
  width: 440px;
}
#school_head_left img {
  display: block;
  margin: 0 auto;
  padding: 0;
}
#school_head_left p#logo {
  margin: 0;
  padding: 0;
}


#school_head_right {
  position: relative;
}

#school_head_right_a {
  clear: both;
  margin-top: 16px;
  position: absolute;
  right: 0;
  width: 420px;
}

/* ヘッドナビ */
.school_head_nav {
  margin: 0;
  padding: 0;

}

.school_head_nav ul {
    display: table;
    width:100%;
}
.school_head_nav ul li:nth-child(2n+1) {
    clear: both;
}

.school_head_nav ul li {
    display: table-cell;
    float: left;
    width: 45%;
	position: relative;
	padding: 2px 0 8px 2px;
}

.school_head_nav li a:hover {
  text-decoration: none;
}
.school_head_nav li img {
  vertical-align: middle;
  padding: 2px 0;
}




.school_head_nav li:nth-child(1)::after,
.school_head_nav li:nth-child(3)::after ,
.school_head_nav li:nth-child(4)::after ,
.school_head_nav li:nth-child(5)::after , 
.school_head_nav li:nth-child(6)::after{

 display: block;
  content: '';
  position: absolute;
 
  top: .7em;
  left: -0.7em;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border: 1px solid #3498db;
  border-radius: 100%;


}





/* 検索エリア
-----------------------------------*/
.search_area {
  float: right;
  margin: 8px 0;
  width: 380px;
}

#school_nav_search {
  clear: both;
  margin: 0;
  padding: 105px 54px 0 0;
}

/* Firefox */
::-moz-placeholder {
  color: #666;
  font-size: 12px;
}
 
/* IE */
input:-ms-input-placeholder,
textarea:-ms-textarea-placeholder {
  color: #666;
  font-size: 12px;
}

/* 検索パーツ */
#form1{
width: 100%;
    display: table;
    table-layout: fixed;
    font-size: 100%;
}

#sbox {
display: table-cell;
    width: 100%;
    height: 38px;
    padding: 10px;
    box-sizing: border-box;
    border-radius:4px 0 0 4px;
border-right:none;
border:solid 3px #eaeaea;
    -webkit-appearance: none;
}

#sbtn{
display: table-cell;
    vertical-align: top;
    width: 20%;
}

#sbtn input[type="submit"] {
    width: 100%;
    height: 38px;
    font-weight: bold;
    color: #fff;
    border: solid 3px #eaeaea;
	border-left:none;
    background: #007bbb;
    padding: 0;
    border-radius:0 4px 4px 0;
    -webkit-appearance: none;
}

#sbtn:hover{
background:#eaeaea;
color:#7fbfff;
}



/* グローバルナビ
-----------------------------------*/
#school_nav_area {
	
  margin: 0 0 0 10px;
  padding: 0;

}

#school_g_nav,
#school_g_nav-search  {

  display: table;
  *display: block;
 clear: both;
  margin: 10px 0 32px 0;
  padding: 0;
 
  font-size: 186%;
}

#school_g_nav ul,
#school_g_nav-search ul {
  font-family: "游ゴシック", Gothic, "ヒラギノゴシック ProN W3", "Hiragino Gothic ProN", "HGゴシックE", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", serif;
  display: table-row;
  *display: block;
 clear: both;
  text-align:left;
  margin:0 auto;
  padding: 0;
  list-style: none;
}

#school_g_nav li,
#school_g_nav-search li {
  display: table-cell;
  *display: block;
  *float: left;
  height: 60px;
  margin: 0 ;
  padding: 2px 4px;
  text-align: center;
  font-weight: bold;
  text-shadow: 1px 0 20px #fff;
}

#school_g_nav li {
 width: 250px;
 }
 
 #school_g_nav-search li{
	width: 200px; 
 }


#school_g_nav li a:link,
#school_g_nav li a:visited,
#school_g_nav-search li a:link,
#school_g_nav-search li a:visited  {
  /*  background-color: #a5def1;  */
  background-color: #2ca9e1;
  border-radius:0.5em;
 /* border-top: 4px solid #fff; */
  display: block;
  padding: 16px 0 0 0;
  color: #000;
  text-decoration: none;
 height: 54px; 
}

#school_g_nav li a:link,
#school_g_nav li a:visited{
	
	  width: 250px;
}


#school_g_nav-search li a:link,
#school_g_nav-search li a:visited{
	
	  width: 200px;
}


#school_g_nav li a:hover,
#school_g_nav-search li a:hover {
  background-color: #a0d8ef;
  color: #000;
  text-align: center;
  text-shadow: 0 0 1px #fff;

 
}


#school_g_nav li a:hover,
#school_g_nav li a:hover {
	
	 width: 250px;
}

#school_g_nav-search li a:hover,
#school_g_nav-search li a:hover{
	width: 200px;
}

/*------------------------------------------------------------------*/
/* トップレイアウト
/*------------------------------------------------------------------*/
#school_top {
  clear: both;
  width: 1050px;
  margin: 0 auto 16px;
}

/* 階層レイアウト(2カラム) */
/*------------------------------------------------------------------*/
#school_left {
  float:left;
  margin-top: 9px;
  margin-right:-224px;
  clear: both;
  padding: 0 0 16px 0;
  position: relative;
  width:224px;
}
#school_main {
  width:100%;
  float:left;
  text-align:left;
  margin: 9px 0 0 0;
  padding:0;
  z-index:1;
}
#school_main #school_main_a {
  clear: both;
  margin: 0 0 0 260px;
  padding: 0;
  z-index:2;
}

/* トップメイン
/*------------------------------------------------------------------*/
/* タイトルイメージ */
#school_top #top_photo {
  clear: both;
  display: block;
  float:left;
  /*  margin: 0 20px 40px 0; */
  margin: 0 20px 30px 0;
  width: 505px;
}




/* 新着情報（トップ・階層(list-1用)）
-----------------------------------*/
#school_top #new {
  float:right;
  margin: 0 0 24px 20px;
  padding: 0;
  width: 505px;
}
#school_main_a #new {
 /* margin: 16px 0 40px 0; */
 margin: 16px 0 30px 0;
  padding: 0;
  width: 100%;
}



#school_top h2#new_tit,
#school_main_a h2#new_tit {
	border-bottom: 2px solid #cfcfcf;
	display: block;
    position: relative;
    margin-bottom: 32px;
    padding-bottom: .25em;
	font-size: 1.4em;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
     text-shadow: 0 0 1px #adadad;
	}


#school_top h2#new_tit::before,
#school_main_a h2#new_tit::before{

   left:86px;
   background-color: #0058ae;
}

#school_top h2#new_tit::after,
#school_main_a h2#new_tit::after{
left: 0;
    background-color: #4d5aaf;	
}

#school_top h2#new_tit::after,
#school_main_a h2#new_tit::after{
position: absolute;
    display: block;
    width: 86px;
    height: 2px;
   content: "";
    bottom: -2px;
}


#school_top h2#new_tit small,
#school_main_a h2#new_tit small {
    font-size:1.2em;
    vertical-align: middle;
    font-weight: normal;

}

#school_top h2#new_tit [lang="en"],
#school_main_a h2#new_tit [lang="en"]{
    color: #FF7C66;
    font-size: 1.71429em;
	font-weight: 400;
    font-family: "Sorts Mill Goudy",serif;
	margin:0 24px 0 0;
	
}

#school_top h2#new_tit [lang="en"],
#school_main_a h2#new_tit [lang="en"] ,
#school_top h2#new_tit small,
#school_main_a h2#new_tit small {
    vertical-align: middle;
    font-weight: normal;
 
}



/* 年月日付 */
#new_news dl {
  margin: 8px 0 16px;
  padding: 8px;
  text-align: left;
  background-color: #eaf4fc;
}

#new_news dl dt{
  float:left;
  margin:0;
  padding: 4px 0 2px 1.4em;
  width: 10em;
}

#new_news dl dt::before{

width: 12px;
height: 12px;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #2CA9E1;

}

#new_news dl dt::after{

left: 5px;
box-sizing: border-box;
width: 3px;
height: 3px;
border: 3px solid transparent;
border-left: 3px solid #fff;
}


#new_news dl dd {
    border-bottom: 1px dashed #ccc;
    margin: 0 0 8px 0;
    padding: 4px 0.5em 6px 8em;
}




/* 一覧を見る */
#new .tit_list {
  margin: 0;
  padding: 0;
  text-align:right;
  position: relative;
}
#new span.new_list a {
 background: url(/img/schools/schools_icon_list.png) no-repeat 0 0.7em;
  margin: 0;
 padding: 2px 0 8px 1.2em;
 position: absolute;
  right: 70px;
  top: -60px;
}



/* rss */
#new span.new_rss a {
  position: absolute;
  right: 8px;
  top: -60px;
}

/*ChromeとOperaのみだけに適用されるCSSハック*/
_::content, _:future, #new span.new_rss a:not(*:root) { 

	   top: -50px;

}

/* 画像メインエリア
-----------------------------------*/
#school_top_photo {
	display: block;
    margin: 0 auto 24px;
    width: 1050px;
    height: 280px;
}

#school_top #school_photo {
  clear: both;
  margin: 24px auto;
  padding: 0;
}
#school_top #school_photo ul {
  display: table-row;
  *display: block;
  clear: both;
  text-align:left;
  list-style: none;
  margin: 0;
  padding: 0;
}
#school_top #school_photo li {
  display: table-cell;
  *display: block;
  *float: left;
  width: 150px;
  height: 100px;
  margin: 0;
  padding: 0;
}

/* フッター
--------------------------------------------------------------------*/
#footer_school {
  border-top: 1px solid #ddd;
  background-color:#faf9f9;
    clear: both;
  margin: 0;
  padding: 10px 0 0 0;
  position: relative;
  width: 100%;
  height: auto;

}

#copyBox {
    background: #164A84;
    text-align: left;
    color: #FFF;
    font-size: 86%;
   line-height: 43px;
	  position: relative;
	margin:0 auto;
	text-align:center;
	width: 100%;
}

p#copyright {
	font-size: 86%;
	margin: 0;
	padding: 0;


}

/* フッターナビ
-----------------------------------*/
#footer_nav ul {
  margin: 0 auto;
  padding: 8px 0 16px;
  width: 1050px;
}


#footer_nav ul li{
  position: relative;
  display: inline-block;
  padding-left: 16px;
  
  margin:0 8px 0 0; 
}

#footer_nav ul li::before{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #2CA9E1;
  border-right: solid 2px #2CA9E1;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}


/* アドレス
-----------------------------------*/
#address_area {
  font-style: normal;
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 1050px;
}
#address_area ul {
  list-style-type: none;
  margin: 4px 0;
  padding: 0;
}
#address_area ul li{
  padding: .1em 0;

}





/* 階層スタイル
/*------------------------------------------------------------------*/
/* パンくずナビ
-----------------------------------*/
#pankuzu ol,
.pankuzu ol {
  clear: both;
  margin: 10px auto 0;
  padding: 4px 0 8px;
  font-size: 86%;
}
#pankuzu ol li,
.pankuzu ol li {
  display: inline;
  list-style-type: none;
}
#pankuzu ol li:first-child,
.pankuzu ol li:first-child {
  background: url(../../img/schools/pankuzu_icon.png) no-repeat left;
  padding: 0.4em 0 0.4em 60px;
  content:"";
}
#pankuzu ol li:after,
.pankuzu ol li:after {
  content:" > ";
}
#pankuzu ol li:last-child:after,
.pankuzu ol li:last-child:after {
  content: none;
}

/* レフトサイド
-----------------------------------*/
#school_left .menusub {
  margin: 0 0 8px;
}

#school_left .menusub dt {
  background: #f8fbf8;
  border-radius: 6px;
  border:#89c3eb solid 1px;
  color: #383c3c;
  display: block;
  font-size: 100%;
  text-align: center;
  padding: 8px 4px;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 1px; 
	
} 




#school_left .menusub dd {
  line-height: 1.3;
  padding: 4px 0;
  list-style: none;
}

/*  新着情報アイコン */
 .arrow
{
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  /* color: #000; */
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}

.arrow::before,
.arrow::after
{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

/*  レフトメニュー */

#school_left .menusub dd > ul li::before{

  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #2CA9E1;
  border-right: solid 2px #2CA9E1;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  
}


#school_left .menusub dd > ul li{
  border-bottom: 1px dashed #ccc;
  display: block;
  margin: 0;
  padding: 0.8em 16px;
}

/* メインサイド・詳細ページ
-----------------------------------*/
/* LayerContentsMain */
#LayerContentsMain {
  clear: both;
  margin: 0 auto 24px;
  padding: 0 ;
}
/* LayerContentsBody */
#LayerContentsBody {
  clear: both;
  overflow:hidden;
  margin: 0 auto 16px;
}




h1 {
 position: relative;
  padding: 0.6em 0.6em 0.6em 1em;
  background: #2ca9e1;
  border-radius: 7px;
margin:0 0 36px 0;
}

h1:after {
position: absolute;
content: '';
top: 100%;
left: 30px;
border: 15px solid transparent;
border-top: 15px solid #2ca9e1;

width: 0;
height: 0;
}


/* h2 */
#lower_main_a h2,
#LayerContentsBody h2 {
    margin: 25px 0 1em;
  padding: 0.2em 0.6em 0.2em 1.8em;
background: #a0d8ef;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.23);
}

#lower_main_a h3,
#LayerContentsBody h3 {
  
background: linear-gradient(transparent 30%, #a0d8ef 70%);
padding: .3em .8em .3em 1.4em;
margin:16px 0 24px;
}



#LayerContentsBody h4 {

 border-bottom: 1px solid #a0d8ef;
   font-size: 108%;
	margin: 16px 0 24px;
	padding: .4em .8em .4em 1.4em;
	position: relative; 
  }
  
#LayerContentsBody h4:before,
#LayerContentsBody h4:after {
	content: '';
	border-right: 20px solid #fff;
	border-top: 15px solid #a0d8ef;
	bottom: -15px;
	position: absolute;
	left: 25px;
}
 
#LayerContentsBody h4:after {
	border-top-color: #fff;
	border-right-color: transparent;
	bottom: -13px;
	left: 26px;
}



/* h5 */
#LayerContentsBody h5 {
  border-bottom: 1px dotted #ccc;
  font-size: 108%;
  margin-bottom: .4em;
  padding: .4em .8em .4em 1.4em;
}
/* h6 */
#LayerContentsBody h6 {
  border-bottom: 1px solid #ddd;
  font-size: 100%;
  margin-bottom: .4em;
  padding: .4em .8em .4em 1.4em;
}



/* 新着情報(list-2用)
-----------------------------------*/
#new_news ul {
  margin: 24px 0 16px;
  padding: 8px;
  text-align: left;
  background-color: #eaf4fc;
}
#new_news ul li{
  border-bottom: 1px dashed #ccc;
  display: block;
  list-style:none;
  padding: 4px 0 8px 1.4em;
  margin:0 0 8px 0;
  
}

#new_news ul li::before{
  
  width: 12px;
height: 12px;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #2CA9E1;

}

#new_news ul li::after{

left: 5px;
box-sizing: border-box;
width: 3px;
height: 3px;
border: 3px solid transparent;
border-left: 3px solid #fff;
}


/* 詳細ページ
-----------------------------------*/
/* お問い合わせ先 */
#toi_area {
  border: 1px solid #e3e3e3;
  clear:both;
  padding: 0;
}
#toi_area h2 {
  background: #e3e3e3;
  border-radius: 0;
  font-size: 100%;
  margin: 0;
  padding: .5em .8em;
}
#toi_area h2::after {
  background: none;
}

/* 内容ul */

#LayerContentsBody
.detail_free ul {
	
	margin:8px 0 8px 32px;
	
}

#LayerContentsBody
.detail_free ul li
{
  display: list-item;
  position: relative;
  list-style:none;
}

#LayerContentsBody
.detail_free ul li::after
 {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: -1em;
  width: 6px;
  height: 6px;
  background-color: #007bbb;
  border-radius: 100%;
}



/* plugin 
-----------------------------------*/
.plugin {
  margin:0 0 20px;
  padding:17px 20px 20px;
  background: #F6F6F6;
  clear:both;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.plugin .plugin_img {
  margin:3px 0 0 10px !important;
  float:right;
}
.plugin .plugin_img img {
  vertical-align:top;
}
.plugin p {
  margin:0 !important;
}