﻿@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
width: 100%;
font: 12px/1.5 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#333;
background-image: url("img_iw/bg.jpg");
-webkit-text-size-adjust: none;

}


/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#313131;
}

a:hover, a:active{
outline: none;
color:#ff7043;
}


/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after,.post:after, ul.post li:after,nav#mainNav .inner:after{content:""; display: table;clear: both;}
nav .panel,nav#mainNav,.newsTitle,.bg, .post, ul.post li,nav#mainNav .inner{zoom: 1;}


/* レイアウト
------------------------------------------------------------*/
#wrapper, .inner{
margin:0 auto;
width:880px;
background-color: #ffffff;
}

#header{
overflow:hidden;
}

#content{
float:right;
font-size: 12px;
width:635px;
padding:5px 0 50px;
letter-spacing: 0.05em;
text-align: left;
line-height: 1.7;
background-color: #ffffff;
}

#content #pannavi {
  font-size: 13px;
  padding:0px 0 10px;
}


#sidebar{
float:left;
width:230px;
padding:5px 0 5px;
background-color: #ffffff;
}

#footer{
clear:both;
} 


/* 文字の改行について*/
@media screen and (min-width: 650px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 650px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}

/* ヘッダー
*****************************************************/

/* サイト説明文
----------------------------------*/
#header h1{
padding:20px 0 0;
font-size:90%;
font-weight:normal;
text-align:left;
}


/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2{
clear:both;
padding:5px 0 2px;
color: #515151;
font-size:150%;
font-weight:bold;
text-align:center;
}



/* トップページ　メイン画像スライドショー------------*/


#mainImg{
clear:both;
margin-top:2px;
line-height:0;
text-align:center;
z-index:0;
}

 /*=== 画像の表示エリア ================================= */
#slide {
clear:both;
margin-top:2px;
line-height:0;
text-align:center;
z-index:0;
/*
  position   : relative;
  overflow   : hidden;
*/
                    /* 画像のサイズに合わせて変更ください */
  width      : 880px;
  margin     : 10px auto 1px;      /* サンプルは中央寄せの背景：白 */
  background : #fff;
}
 
 /*=== 画像の設定 ======================================= */
#slide img {
  display    : block;
  position   : absolute;
                      /* 画像のサイズを表示エリアに合せる */
  width      : inherit;
  height     : inherit;
  opacity    : 0;
  animation  : slideAnime 15s ease infinite;
}
 
 /*=== スライドのアニメーションを段差で開始する ========= */
#slide img:nth-of-type(1) { animation-delay: 0s }
#slide img:nth-of-type(2) { animation-delay: 5s }
#slide img:nth-of-type(3) { animation-delay: 10s }
 
 /*=== スライドのアニメーション ========================= */
@keyframes slideAnime{
   0% { opacity: 0 }
   4% { opacity: 1 }
  33% { opacity: 1 }
  37% { opacity: 0 }
 100% { opacity: 0 }
}
/* トップページ　メイン画像スライドショ　ここまでー------------*/

#post{
margin:0 0 20px 0;
padding:0px 10px 20px 20px;
border:1px solid #d5d5d5;
background: #fff;
}

.toppage h4{
margin:0 0 10px;
font-size:16px;
font-weight:normal;
color:#333;
}

.toppage{padding:10px 10px 20px 20px;}


----------------------------------*/

/*---------- 画像の回り込み ----------  */

img.picture {
  margin: 15px 10px 10px 0;
  float: left;
}

img.picture_r {
  margin: 15px 5px 10px 10px;
  float: right;
}
img.picture_c {
 margin: 15px 5px 10px 10px;
}

/*---------- 画像の中央寄 ----------  */
.disp-block {
  display: block; /* これでブロック要素の扱いになります */
}
.blockcenter{
/*   margin-left: auto;  【ポイント】*/
/*   margin-right: auto; 【ポイント】*/
  border: 5px dashed #999; /* わかりやすくボーターを付けておきます */
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new_korona dl{
	padding-left: 15px;
	margin-bottom: 15px;
        margin-top:5px;
	height: 180px;	/*高さ*/
	overflow: auto;	/*高さの設定を超えるとスクロールが自動で出る設定。全部表示させていたいならこの行と上の行を削除。*/
}
#new dl{
	padding-left: 15px;
	margin-bottom: 15px;
        margin-top:5px;
	height: 180px;	/*高さ*/
	overflow: auto;	/*高さの設定を超えるとスクロールが自動で出る設定。全部表示させていたいならこの行と上の行を削除。*/
}

#newinfo dl{
	padding-left: 15px;
	margin-bottom: 15px;
        margin-top:5px;
	height: 330px;	/*高さ*/
	overflow: auto;	/*高さの設定を超えるとスクロールが自動で出る設定。全部表示させていたいならこの行と上の行を削除。*/
}

/*日付設定*/
#new_korona dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	margin-top: 0.3em;
	float: left;
	width: 9em;
}
#new dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	margin-top: 0.3em;
	float: left;
	width: 9em;
}

/*記事設定*/
#new dd {
	margin-top: 0.3em;
	padding-left: 8em;
}



/*INFOMATION見出し文字*/
#new h3 {
  position: relative;
  color: white;
  background: #81d0cb;
  line-height: 1.8;
  padding: 0.5em 0.5em 0.5em 3.0em;
  font-size: 14px;
}
#new h3:before{
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  position: absolute;
  left : 0.8em; /*左端からのアイコンまでの距離*/
}
#newinfo h3 {
  position: relative;
  color: white;
  background: #81d0cb;
  line-height: 1.8;
  padding: 0.5em 0.5em 0.5em 3.0em;
  font-size: 14px;
}
hr.style2 {
	border-width: 2px 0 0 0;
	border-style: dashed;
	border-color: #d5d5d5;
} 




/*区切り線*/
hr.style1 {
	border-width: 2px 0 0 0;
	border-style: dashed;
	border-color: #d5d5d5;
} 
.my-orange {color: #fecb81;}  /*表彰アイコン*/
.hyouiro {
          color: #fca103;
	  font-weight: bold;
}

/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #F00;
	color: #FFF;
	font-size: 10px;
	padding: 0px 5px;
	border-radius: 2px;
	margin: 0px 5px;
}
/*５０周年について*/
.box29 {
    margin: 2em 0;
    background:#f5f5f5;
    text-align: center;
}
.box29 .box-title {
    font-size: 1.2em;
    background: #2a83a2;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}



/* 記事
*****************************************************/
.list{
padding:10px 0;
border-bottom:1px dashed #dcdcdc;
}

.list:last-child{border:0;}

.post .list p{padding:0;}

.list span{padding-left:10px;}


/* タイポグラフィ
*****************************************************/
h2.title_korona{
clear:both;
margin:0;
padding:7px 10px 7px 10px;
font-size:120%;
font-family:Century Gothic;
font-weight: bold;
color:#bd1717;
border:1px solid #d5d5d5;
border-bottom:0;
background:#fff url(img_iw/headingBg.jpg) repeat-x 0 100%;
}

h2.title{
clear:both;
margin:0;
padding:7px 10px 7px 10px;
font-size:110%;
font-family:Century Gothic;
color:#2a83a2;
border:1px solid #d5d5d5;
border-bottom:0;
background:#fff url(img_iw/headingBg.jpg) repeat-x 0 100%;
}

.dateLabel{
text-align:right;
font-weight:bold;
color:#858585;
}

.post p{padding-bottom:15px;}

.post ul{margin: 0 0 10px 10px;}

.post ul li{
margin-bottom:5px;
padding-left:15px;
background:url(images/bullet.png) no-repeat 0 8px;
}

.post ol{margin: 0 0 10px 30px;}

.post ol li{list-style:decimal;}


.post h1{
margin:20px 0;
padding:5px 0;
font-size:150%;
color: #000;
border-bottom:3px solid #000;
}
/*
#post h2{
margin:10px 0;
padding-bottom:2px;
font-size:130%;
font-weight:normal;
color: #333;
border-bottom:2px solid #515151;
}
*/

#post h2 {
 position: relative;
 padding: .5em;
 font-size:120%;
 border-left: 5px solid #444;
}
#post h2:before {
 position: absolute;
 left: -5px;
 bottom: 0;
 content: '';
 width: 5px;
 height: 50%;
 background-color: #7ED1E6;
}
#post h2:after {
 position: absolute;
 left: 0;
 bottom: 0;
 content: '';
 width: 100%;
 height: 0;
 border-bottom: 2px solid #444;
}

.post h3{
margin:5px 0;
font-size:100%;
font-weight:normal;
color:#2e2c2c;
border-bottom:1px solid #515151;
}

.post blockquote {
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
border-left:5px solid #ccc;
}
 
.post blockquote p{padding:5px 0;}

.post table{
border: 1px #ccc solid;
border-collapse: collapse;
border-spacing: 0;
margin:10px 0 20px;
}

.post table th{
padding:10px;
border: #ccc solid;
border-width: 0 0 1px 1px;
background:#f2f2f2;
}

.post table td{
padding:10px;
border: 1px #ccc solid;
border-width: 0 0 1px 1px;
background:#fff;
}

.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}

.post img{max-width:100%;height:auto;}

img.aligncenter {
display: block;
margin:5px auto;
}

img.alignright, img.alignleft{
margin: 10px 10px 15px 15px;
display:inline;
}

img.alignleft{margin:10px 15px 15px 10px;}

.alignright{float:right;}
.alignleft{float:left;}

#gallery-1 img{
border:1px solid #eaeaea !important;
padding:5px;
background:#fff;
}

#gallery-1 img:hover{background:#fffaef;}

/*明るく正しく逞しく*/
span.brown_big {
  color: #191970;
  font-weight: bold;
  font-size: 1.30em;
  line-height: 1.7;
}

span.brown_big_x {
  color: #993300;
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.7;
}

/*m1_5.html　見出し*/
.k_midashi1{
 background-color: #ef858c; /* 背景色 */
 color: #fff; /* 文字色 */
 font-size: 10.5pt;
 overflow: hidden;
 padding: 5px;  /* 余白 */
 position: relative;
}
.k_midashi1:before{
 background-color: #fff; /* 切り替わる色 */
 content: '';
 display: block;
 opacity: 0.6; /* 不透明度 */
 transform: rotate(-30deg);
 position: absolute;
 bottom: -30px;
 right: -100px;
 width: 200px;
 height: 200px;
}

.k_midashi2{
 background-color: #ffb6c1; /* 背景色 */
 color: #fff; /* 文字色 */
 font-size: 10.5pt;
 overflow: hidden;
 padding: 5px;  /* 余白 */
 position: relative;
}
.k_midashi2:before{
 background-color: #fff; /* 切り替わる色 */
 content: '';
 display: block;
 opacity: 0.6; /* 不透明度 */
 transform: rotate(-30deg);
 position: absolute;
 bottom: -30px;
 right: -100px;
 width: 200px;
 height: 200px;
}

.k_midashi3{
 background-color: #ffa500; /* 背景色 */
 color: #fff; /* 文字色 */
 font-size: 10.5pt;
 overflow: hidden;
 padding: 5px;  /* 余白 */
 position: relative;
}
.k_midashi3:before{
 background-color: #fff; /* 切り替わる色 */
 content: '';
 display: block;
 opacity: 0.6; /* 不透明度 */
 transform: rotate(-30deg);
 position: absolute;
 bottom: -30px;
 right: -100px;
 width: 200px;
 height: 200px;
}

.k_midashi4{
 background-color: #ffd700; /* 背景色 */
 color: #fff; /* 文字色 */
 font-size: 10.5pt;
 overflow: hidden;
 padding: 5px;  /* 余白 */
 position: relative;
}
.k_midashi4:before{
 background-color: #fff; /* 切り替わる色 */
 content: '';
 display: block;
 opacity: 0.6; /* 不透明度 */
 transform: rotate(-30deg);
 position: absolute;
 bottom: -30px;
 right: -100px;
 width: 200px;
 height: 200px;
}
.k_midashi5{
 background-color: #adff2f; /* 背景色 */
 color: #fff; /* 文字色 */
 font-size: 10.5pt;
 overflow: hidden;
 padding: 5px;  /* 余白 */
 position: relative;
}
.k_midashi5:before{
 background-color: #fff; /* 切り替わる色 */
 content: '';
 display: block;
 opacity: 0.6; /* 不透明度 */
 transform: rotate(-30deg);
 position: absolute;
 bottom: -30px;
 right: -100px;
 width: 200px;
 height: 200px;
}

.k_midashi6{
 background-color: #40e0d0; /* 背景色 */
 color: #fff; /* 文字色 */
 font-size: 10.5pt;
 overflow: hidden;
 padding: 5px;  /* 余白 */
 position: relative;
}
.k_midashi6:before{
 background-color: #fff; /* 切り替わる色 */
 content: '';
 display: block;
 opacity: 0.6; /* 不透明度 */
 transform: rotate(-30deg);
 position: absolute;
 bottom: -30px;
 right: -100px;
 width: 200px;
 height: 200px;
}

.k_midashi7{
 background-color: #8b008b; /* 背景色 */
 color: #fff; /* 文字色 */
 font-size: 10.5pt;
 overflow: hidden;
 padding: 5px;  /* 余白 */
 position: relative;
}
.k_midashi7:before{
 background-color: #fff; /* 切り替わる色 */
 content: '';
 display: block;
 opacity: 0.6; /* 不透明度 */
 transform: rotate(-30deg);
 position: absolute;
 bottom: -30px;
 right: -100px;
 width: 200px;
 height: 200px;
}

/*m1_6.html -- 装飾用　CSS　 ----------*/
.box13 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #FFF;
    background: #698aab;
    border-bottom: solid 6px #2a83a2;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    border-radius: 9px;
}
.box13 p {
    margin: 0; 
    padding: 0;
}

.btn-flat-border {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #67c5ff;
  border: solid 2px #67c5ff;
  border-radius: 3px;
  transition: .4s;
}

.btn-flat-border:hover {
  background: #67c5ff;
  color: white;
}
/*m1_6_1～7.html -- 装飾用　CSS　 ----------*/
/* テーブル */

.outer {
  width: 100%;
}
.outer table th {
 border: 0px:
}

.outer table td {
  width: 10px;
  border: 1px solid #878787;
  font-size: 11px;
  text-align: center;
  padding: 2px;
}

/*　タイトル */
.outer h1 {
  position: relative;
  padding: .5em .75em;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  text-align: left;
}
.outer h1::before,
.outer h1::after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: '';
  height: 0;
  width: 0;
  border: 10px solid transparent;
}
.outer h1::before {
  border-top: 15px solid #ccc;
}
.outer h1::after {
  margin-top: -2px;
  border-top: 15px solid #fff;
}

.btn-flat-dashed-filled_1 {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #fc4e4e;
  border: dashed 1px #fc4e4e;
  background: #ffe3e3;
  border-radius: 3px;
  transition: .4s;
}
.btn-flat-dashed-filled_2 {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #15a110;
  border: dashed 1px #15a110;
  background: #dffc9f;
  border-radius: 3px;
  transition: .4s;
}
.btn-flat-dashed-filled_3 {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #3468d9;
  border: dashed 1px #3468d9;
  background: #d1e0ff;
  border-radius: 3px;
  transition: .4s;
}
/*戻るボタン*/
.btn-flat-dashed-filled {
  display: inline-block;
  padding: 0.3em 0.3em;
  text-decoration: none;
  color: #67c5ff;
  border: dashed 1px #67c5ff;
  background: #f2fcff;
  border-radius: 3px;
  transition: .4s;
}

.btn-flat-dashed-filled:hover {
  background: #cbedff;
  color: #FFF;
}


/*m1_7.html ---table css ---- */
 .row-head {
  border-collapse: collapse;
  vertical-align: middle;
  width: 100%;
}
 
.row-head th,
.row-head td {
  border: 1px solid #dbe1e8;  
  padding: 8px;
}
 
.row-head th {
  background: #f9fafc;
  text-align: center;
  
}
 
.row-head label {
  line-height: 34px;
  margin: 0;
}
 
@media only screen and (max-width: 500px) {
  .row-head thead {
    display: none;
  }
  
  .row-head tr,
  .row-head td {
    display: block;
    width: auto;
  }
  
  .row-head tr {
    border: 1px solid #dbe1e8;
    border-radius: 5px;
    box-shadow: 3px 3px rgba(0, 0, 0, .1);
    margin-bottom: 20px;
    padding: 8px 8px 0;
  }
  
  .row-head td {
    border: none;
    border-bottom: 1px solid #dbe1e8;
    display: flex;
    justify-content: space-between;
    text-align: right;
  }
  .row-head td:last-child {
    border-bottom: none;
  }
  .row-head td::before {
    content: attr(aria-label);
    display: inline-block;
    font-weight: bold;
    float: left;
    text-align: left;
    padding-right: 20px;
    white-space: nowrap;
  }
}

/* m1_8.html m1_9.html 囲み枠 */
.box27 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #2a83a2;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    background: #2a83a2;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
}


/* m1_10.html＜月別行事＞　テーブル*/

 .row-head_7 {
  display: block;
  width: 100%;
}
 .row-head_7 tr {
  display: inline;
}
 .row-head_7 td {
  display: inline-block;
}

/* m1_10.html<年間行事> テーブル*/
.tbl-r02 table {
  margin: 10px auto;
}
.tbl-r02 th {
  background: #2a83a2;
  border: solid 1px #ccc; 
  color: #fff;
  padding: 8px;
}
.tbl-r02 td {
  border: solid 1px #2a83a2; 
  padding: 8px;
  width: 90%;
}

@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 90%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}

/*リンクボタン*/

.button03{
     display:inline-block;
     width: 250px;
     height:35px;
     line-height: 35px;
     color: #FFF;
     text-decoratioinen: none;
     text-align: center;
     background-color: #f39800; /*ボタン色*/
     border-bottom: solid 6px #ec6c00; /*下線色*/
     border-radius: 5px; /*角丸*/
}
.button03:hover{
     background-color: #f9c500;/*ボタン色*/
     border-bottom: solid 6px #f39800; /*下線色*/
}
.button03:active {
     margin-top: 6px;
     border-bottom: none;
     -webkit-transform: translateY(6px);　/*下移動*/
     transform: translateY(6px);
}
.button04{
     display:inline-block;
     width: 70px;
     height:35px;
     line-height: 35px;
     color: #FFF;
     text-decoratioinen: none;
     text-align: center;
     background-color: #f39800; /*ボタン色*/
     border-bottom: solid 6px #ec6c00; /*下線色*/
     border-radius: 5px; /*角丸*/
}
.button04:hover{
     background-color: #f9c500;/*ボタン色*/
     border-bottom: solid 6px #f39800; /*下線色*/
}
.button04:active {
     margin-top: 6px;
     border-bottom: none;
     -webkit-transform: translateY(6px);　/*下移動*/
     transform: translateY(6px);
}
/*m1_10.html　ボタン*/
.container {
  font-family: "Yu Gothic", YuGothic, Verdana, 'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;
  text-align: center;
  padding-top: 5px;
}
.btn-open {
  display: inline-block;
  width: 90px;
  height:30px;
  text-align: center;
  background-color: #2a83a2;
  font-size: 14px;
  line-height: 32px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #2a83a2;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn-open:after{
  width: 100%;
  height: 0;
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  background : #FFF;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: .2s;
  z-index: -1;
}
.btn-open:hover{
  color: #2a83a2;
}
.btn-open:hover:after{
  height: 240%;
  opacity: 1;
}
.btn-open:active:after{
  height: 340%;
  opacity: 1;
}

/* m1_11.html <行事・その他の行事>　囲み枠*/
.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #2a83a2;
    border-radius: 8px;
    background:#b8e6d8;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 16px;
    background: #FFF;
    color: #2a83a2;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}
#post11{
	margin:0 0 20px 0;
	padding:0px 10px 20px 20px;
	border:1px solid #d5d5d5;
	background: #fff;
	height: 830px;	/*高さ*/
	overflow: auto;	/*高さの設定を超えるとスクロールが自動で出る設定。全部表示させていたいならこの行と上の行を削除。*/

}
#post11 h2 {
 position: relative;
 padding: .5em;
 font-size:120%;
 border-left: 5px solid #444;
}
#post11 h2:before {
 position: absolute;
 left: -5px;
 bottom: 0;
 content: '';
 width: 5px;
 height: 50%;
 background-color: #7ED1E6;
}
#post11 h2:after {
 position: absolute;
 left: 0;
 bottom: 0;
 content: '';
 width: 100%;
 height: 0;
 border-bottom: 2px solid #444;
}

/* m1_12.html<部活動>　テーブル */
.bukatudo h1 {
  font-size: 15px;
  color: #364e96;/*文字色*/
  border: solid 3px #364e96;/*線色*/
  padding: 0.2em;/*文字周りの余白*/
  border-radius: 0.5em;/*角丸*/
  text-align:center; 
  width: 96%;
}
.box7{
    padding: 0.5em 1em;
    margin: 1em 0;
    color: #364e96;
    background: whitesmoke;/*背景色*/
    border-left: double 7px #364e96;/*左線*/
    border-right: double 7px #364e96;/*右線*/
}
.box7 p {
    margin: 0; 
    padding: 0;
    font-size: 11px;
    text-align:center; 
}
.bukatu ul {
  list-style-type: none;
}
.bukatu li {
 width: 25%;
 float: left;
 overflow: hidden;
}
.bukatu a{
}
.btn-flat-border12 {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #364e96;
  border: solid 2px #364e96;
  border-radius: 3px;
  transition: .4s;
}

.btn-flat-border12:hover {
  background: #364e96;
  color: white;
}
.bukatudo div{
  text-align:center;
 }

/* m1_17.html<各証明書発行>　枠線 */
.box20 {
    display: inline-block;
    position: relative;
    padding: 0.25em 1em;
    margin: 2em 0;
    top: 0;
    background: #efefef;
}
.box20:before, .box20:after{ 
    position: absolute;
    top: 0;
    content:'';
    width: 10px;
    height: 100%;
    display: inline-block;
    box-sizing: border-box;
}
.box20:before{
    border-left: dotted 2px #15adc1;
    border-top: dotted 2px #15adc1;
    border-bottom: dotted 2px #15adc1;
    left: 0;
}
.box20:after{
    border-top: dotted 2px #15adc1;
    border-right: dotted 2px #15adc1;
    border-bottom: dotted 2px #15adc1;
    right: 0;
}
.box20 p {
    margin: 0; 
    padding: 0;
    text-align:center;
}

/* hoken.html<インフルエンザ等の感染症になったら>　ラベルとリンク */
.box11{
    padding: 0.5em 1em;
    margin: 2em 0;
    color:  #364e96;
    background: white;
    border-top: solid 5px  #364e96;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.box11 p {
    margin: 0; 
    padding: 0;
}
.box11 a{
  transition: color 0.3s;
}

.box11 a:hover{
  color : #ff7043;
}
/* Access */
.box27a {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #2a83a2;
}
.box27a .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    background: #2a83a2;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27a p {
    margin: 0; 
    padding: 0;
    text-align:center;
}
/* ----------　区切り線　------------- */
.cp_hr05 {
	position: relative;
	height: 1px;
	border-width: 0;
	background-color: #00bcd4;
	background-image: -webkit-linear-gradient(left,
	#00bcd4 0%,#283593 50%,#00bcd4 100%);
	background-image:         linear-gradient(90deg,
	#00bcd4 0%,#283593 50%,#00bcd4 100%);
}

/* サイドバー　ウィジェット
*****************************************************/
section.widget ul, .widget_search, #calendar_wrap, .textwidget{
margin:0 0 20px 0;
padding:10px 10px 10px 17px;
border:1px solid #d5d5d5;
background: #f5f5f5;
}

section.widget ul ul{
border:0;
margin:0;
padding:0 0 0 10px;
}

section.widget h3{
clear:both;
margin:0;
padding:7px 10px 7px 10px;
font-size:100%;
border:1px solid #d5d5d5;
border-bottom:0;
font-family:Century Gothic;
color:#2a83a2;
background:#f5f5f5 url(images/headingBg.jpg) repeat-x 0 100%;
}

section.widget li a{
display:block;
padding:7px 0 7px 12px;
background:url(images/arrow.gif) no-repeat 0 12px;
border-bottom:1px dashed #dcdcdc;
}


section.widget li:last-child a{border:0;}

#searchform input[type="text"]{
line-height:1.7;
height:24px;
width:90px;/* サイドバー　ウィジェット
*****************************************************/
section.widget ul, .widget_search, #calendar_wrap, .textwidget{
margin:0 0 20px 0;
padding:10px 10px 10px 17px;
border:1px solid #d5d5d5;
background: #f5f5f5;
}

section.widget ul ul{
border:0;
margin:0;
padding:0 0 0 10px;
}

section.widget h3{
clear:both;
margin:0;
padding:7px 10px 7px 10px;
font-size:100%;
border:1px solid #d5d5d5;
border-bottom:0;
font-family:Century Gothic;
color:#2a83a2;
background:#f5f5f5 url(images/headingBg.jpg) repeat-x 0 100%;
}

section.widget li a{
display:block;
padding:7px 0 7px 12px;
background:url(images/arrow.gif) no-repeat 0 12px;
border-bottom:1px dashed #dcdcdc;
}


section.widget li:last-child a{border:0;}

#searchform input[type="text"]{
line-height:1.7;
height:24px;
width:90px;
vertical-align:bottom;
}
vertical-align:bottom;
}


/* お知らせ　
-------------*/
.newsTitle{
clear:both;
margin:0;
padding:7px 10px 7px 10px;
font-size:110%;
border:1px solid #d5d5d5;
border-bottom:0;
font-family:Century Gothic;
color:#2a83a2;
background:#fff url(images/headingBg.jpg) repeat-x 0 100%;
}

.newsTitle h3{
float:left;
font-weight:normal

}

.newsTitle p{
float:right;
padding:0 0 0 10px;
font-size:80%;
background:url(images/arrow.gif) no-repeat 0 5px;
}

.news p{
clear:both;
padding-bottom:2px;
border-bottom:1px dashed #dcdcdc;
}

.news p:last-child{border:0;}

.news p a{
display:block;
padding:5px 0;
color:#333;
font-style:italic;
font:italic 110% "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.news a span{
color:#515151;
font:normal 90% Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

.news span{padding-left:10px;}

.news a:hover span{color:#6f6f6f;}



/* フッター
*****************************************************/

#copyright{
clear:both;
padding:10px 0 37px;
text-align:center;
color:#000;
font-size:10px;
}


/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width: 100%;
height: 30px;
margin: 5px 0 20px;
}

.prev{float:left}

.next{float:right;}

#pageLinks{
clear:both;
color:#4f4d4d;
text-align:center;
}


/* トップページ 最新記事4件
------------------------------------------------------------*/
ul.post{
padding:0;
}

ul.post li{
margin:0 10px;
padding:20px 0 15px;
border-bottom:1px dashed #dcdcdc;
}

ul.post li:last-child{border:0;}

ul.post img{
float:left;
margin:0 15px 5px 10px;
}

ul.post h3{
margin:0 0 10px 10px;
font-size:14px;
font-weight:normal;
color:#333;
border:0;
}


/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1025px){
  nav#mainNav{
	clear:both;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
	z-index:200;
	width:880px;
        background-color:white;
	}
	
	nav#mainNav .inner{
	padding-left:1px;
	background:url(img_iw/top/mainNavSep.png) no-repeat 0 5px;
	}

	nav#mainNav ul li{
	float: left;
	position: relative;
	background:url(img_iw/top/mainNavSep.png) no-repeat 100% 5px;
	}
	
	nav#mainNav ul li a{
	display: block;
	text-align: center;
	_float:left;
	color:#000;
	height:35px;
	line-height:45px;
	font-size:110%;
	margin-right:1px;
	padding:10px 32px 0;
	}
	
	nav#mainNav ul li a span,nav#mainNav ul li a strong{
	display:block;
	font-size:90%;
	line-height:1.4;
	}
	
	nav#mainNav ul li a span{
	font-size:70%;
	color:#888;
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
	}

	nav div.panel{
  display:block !important;
  float:left;
  }
  
  a#menu{display:none;}
  
  nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover span, nav#mainNav ul li a:hover, nav#mainNav ul li.current-menu-parent a{
  color:#4c4c4c;
  }
  
  nav#mainNav ul ul{
	width:160px;
	border:1px solid #e0e0e0;
	border-top:0;
	}
  
  nav#mainNav ul li ul{display: none;}
  
  nav#mainNav ul li:hover ul{
  display: block;
  position: absolute;
  top:42px;
  left:-1px;
  z-index:500;
  }
	
  nav#mainNav ul li li{
	margin:0;
  float: none;
  height:40px;
  line-height:40px;
  width:160px;
	background:#fff;
	border-bottom:1px dotted #e0e0e0;
  }
	
	nav#mainNav ul li li:last-child{border:0;}
	
  nav#mainNav ul li li a{
  width:100%;
  height:40px;
	padding:0 0 0 10px;
  line-height:40px;
  font-size:95%;
  text-align:left;
  }
	
	nav#mainNav ul li li.current-menu-item a,nav#mainNav ul li li a:hover{color:#6f6f6f}

}

/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1024px){
	nav#mainNav{
	clear:both;
	width:880px;
	margin:0 auto 10px;
	border:1px solid #d5d5d5;
	}
	
	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:37px;
	line-height:37px;
	font-weight: bold;
	text-align:left;
  	background: url(img_iw/top/menuOpen.png) no-repeat 5px 8px;
	}
	
	nav#mainNav a#menu span{padding-left:35px;}
	
	nav#mainNav a.menuOpen{
	background: url(img_iw/top/menuOpen.png) no-repeat 5px -34px;
	}
	
	nav#mainNav a#menu:hover{cursor:pointer;}
	
	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	}

	nav#mainNav ul{margin:0;padding:0;}

	nav#mainNav ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	}

	nav#mainNav ul li:first-child{border-top:1px solid #d5d5d5;}
	nav#mainNav ul li li:first-child{border-top:0;}

	nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
	display: block;
	padding:15px 10px;
	text-align:left;
	border-bottom:1px dashed #ccc;
	background:#fff;
	}
	
	nav#mainNav ul li:last-child a{border:0;}
	nav#mainNav ul li li:last-child a{border:0;}
	nav#mainNav ul li li:last-child a{border-bottom:1px dashed #ccc;}

 	nav#mainNav ul li a span{display:none;}
 
	nav#mainNav ul li.current-menu-item a,nav#mainNav ul li a:hover,nav#mainNav ul li.current-menu-item a,nav#mainNav ul li a:active, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:active{
	background:#f6f6f6;
	}

	nav#mainNav ul li li{
	float:left;
	border:0;
	}

	nav#mainNav ul li li a, nav#mainNav ul li.current-menu-item li a, nav#mainNav ul li li.current-menu-item a{
	padding-left:40px;
	background:#fff url(img_iw/top/sub1.png) no-repeat 20px 18px;}

	nav#mainNav ul li li.current-menu-item a,nav#mainNav ul li li a:hover, nav#mainNav ul li.current-menu-item li a:hover{
		background:#f6f6f6 url(img_iw/top/sub1.png) no-repeat 20px -62px;}
	
	nav#mainNav ul li li:last-child a{background:#fff url(img_iw/top/subLast.png) no-repeat 20px 20px;}
	nav#mainNav ul li li:last-child.current-menu-item a,nav#mainNav ul li li:last-child a:hover,nav#mainNav ul li.current-menu-item li:last-child a:hover{background:#f6f6f6 url(images/subLast.png) no-repeat 20px -65px;}
	
	nav div.panel{float:none;}
	
	#mainImg{margin-bottom:20px;}
	#slide{margin-bottom:10px;}
}


/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px){
  #wrapper, .inner{width:100%;}

	#header{width:96%;padding:0 2%;}
	
	.contact{padding:10px 0 10px;}

  nav#mainNav{width:95%;}

	nav#mainNav ul{margin:0 auto;}
	nav#mainNav ul ul{padding:0;}

	nav div.panel{float:none;}
	
	#mainImg img{width:98%;height:auto;}
        #slide img{width:98%;height:auto;}

	#content, #sidebar{clear:both;width:95%;float:none;margin:0 auto;padding:10px 0;	}
	
	.banner{width:100%;margin:0 auto;text-align:center;}
  p.banner img{width:100%;height:auto;}
	section.widget_search{text-align:center;}
	#calendar_wrap table{width:260px;}
	
	#footer li{margin-bottom:10px;}
	
}


/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px){
	nav#mainNav{width:98%;}
	#header{text-align:center;background-image:none;}
	#header h2,.contact{float:none;}
	.contact{padding:0 0 20px;}
	.contact p{text-align:center;}
	#headerInfo{width:250px;margin:0 auto;}
	img.alignright, img.alignleft{display: block;	margin:5px auto;}
	.alignright,.alignleft{float:none;}
}

