@charset "utf-8";

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


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



/* body bg(背景画像)
--------------------------------------------------------------------*/
#school_bg_inner {
  width: 100%;
  margin: 0;
  padding: 0;
background: url(../../img/schools/el-back.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%;
}
.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),
.school_head_nav li:nth-child(3),
.school_head_nav li:nth-child(4),
.school_head_nav li:nth-child(5), 
.school_head_nav li:nth-child(6){
  position:relative;
  padding: 0 0 0 20px;
  margin: 2px 0;
}



.school_head_nav li:nth-child(1)::before,
.school_head_nav li:nth-child(3)::before,
.school_head_nav li:nth-child(4)::before,
.school_head_nav li:nth-child(5)::before, 
.school_head_nav li:nth-child(6)::before{
counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border:1px solid #e9dfe5;
  background: #fff;
  top: 57%;
  -moz-transform: translateY(-57%);
  -webkit-transform: translateY(-57%);
  -o-transform: translateY(-57%);
  -ms-transform: translateY(-57%);
  transform: translateY(-57%);	
	
	
	}
	
.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{
content: "";
  display: block;
  position: absolute;
  left: 6px;
  height: 0;
  width: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #e95295;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);	
}



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

#school_nav_search {
  clear: both;
  margin: 0;
  padding: 100px 35px 0 0;
  /* height: 55px;  */
}

/* 検索パーツ */
#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: #f17e7e;
    padding: 0;
    border-radius:0 4px 4px 0;
    -webkit-appearance: none;
}

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


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





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

/* グローバルナビ
-----------------------------------*/
#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:16px auto;
  padding: 0 0 16px 16px;
  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;
  vertical-align:middle;
  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: #fdeff2;
  border-radius:0.5em;
  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: #f4b3c2;
  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;
}


/* 階層レイアウト(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 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 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:200px;
   background-color: #0058ae;
}

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

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


#school_top h2#new_tit small,
#school_main_a h2#new_tit small {
    font-size:1.4em;
    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;
 
}

/* #school_top h2#new_tit {
	background-image:url(../../img/schools/news-line.png);
	background-repeat:no-repeat;
	background-position:left top;
	
} */

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

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

#new_news dl dt::before{

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

}

#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: -26px; */
 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: #f17e7e;
    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;
/*	position: absolute; */
	/* text-align: right; */


}

/* アドレス
-----------------------------------*/
#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;

}




/* フッターナビ
-----------------------------------*/
#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 #FF9E8C;
  border-right: solid 2px #FF9E8C;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}



/* 階層スタイル
/*------------------------------------------------------------------*/
/* パンくずナビ
-----------------------------------*/
#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 {
 
  position: relative;
background: #fdeff2;
box-shadow: 0px 0px 0px 5px #fdeff2;
border: dashed 2px white;
font-weight:bold;
padding: 0.2em 0.5em 0.2em 1em;
color: #454545;
margin:0 0 8px 8px;
} 

#school_left .menusub dt:after{
position: absolute;
content: '';
left: -7px;
top: -7px;
border-width: 0 0 15px 15px;
border-style: solid;
border-color: #fff #fff #f4b3c2;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}


#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 #FF9E8C;
  border-right: solid 2px #FF9E8C;
  -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 */


h1 {
 position: relative;
  padding: 0.6em;
  background: #fa9cbb;
  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 #fa9cbb;

width: 0;
height: 0;
}


/* h2 */
#lower_main_a h2,
#LayerContentsBody h2 {
 /* background-color: #f3fde0;
  border-radius: 24px;
  color: #003300;
  margin: 25px 0 1em;
  padding: 0.6em 0.6em 0.6em 40px;
  position: relative;
  font-size: 128.57143%;
  position: relative;
  line-height: 1.4;  */
   margin: 25px 0 1em;
  padding: 0.2em 0.6em 0.2em 1em;
background: #FFF4F2;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.23);
}



/* 新着情報(list-2用)
-----------------------------------*/
#new_news ul {
  margin: 24px 0 16px;
  padding: 8px;
  text-align: left;
  background-color: #FFF4F2;
}
#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{
  /*  left: 4px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #7a0;  */
  width: 12px;
height: 12px;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #FF927F;

}

#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;
}

/* 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;
}