/*
Theme Name: ischool
Theme URI: http://wavebe.jp/
Author: wavebe Ono
Author URI: http://wavebe.jp/
Description: Original theme
Version: 1.0

*/



@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/earlyaccess/cwtexfangsong.css);

body {
  -webkit-print-color-adjust: exact;
}

body#top {
    margin: 0;
    font-family: "Noto Sans", "Noto Sans CJK JP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-print-color-adjust: exact !important;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー ヘッダー部分 ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
header#header {
    background-color: deepskyblue;
    height: 70px;
    position: relative;
}
@media print { header#header {
    background-color: deepskyblue !important;
}}


h1#header_logo {
    float: left;
    padding-left: 10px;
    padding-top: 5px;
    font-size: 24px;
}
h1#header_logo a {
    color: white;
}
body a:hover,h1#header_logo a:hover,#tabMenu li a:hover {
    color: pink;
}
.headgrobal {
    min-width: 850px;
    width: 77%;
    float: right;
    position: absolute;
    right: 0px;
}
.headgrobal2 {
    min-width: 320px;
    width: 20%;
    float: right;
    position: absolute;
    right: 0px;
}


ul#grobal li {
    list-style: none;
    float: left;
    width: 90px;
    height: 52px;
    line-height: 3.3em;
    text-align: center;
    color: white;
}


ul#grobal2 li {
    list-style: none;
    float: right;
    width: 90px;
    height: 52px;
    line-height: 3.3em;
    text-align: center;
    color: white;
}
ul#grobal2 {
    font-size: 14px;
    margin-top: 19px;
}

@media screen and (max-width:1080px){
    .headgrobal,.rightli {
        display: none;
    }
    li.acount {
        margin-right: 60px;
        font-size: 12px;
    }
}


/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー メインコンテンツ部分 ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.main {
    clear: both;
    width: 100%;
    height: auto;
}

.mainpart {
    width: 100%;
    height: auto;
    background-color: white;
    margin-top: -3px;
}
@media print { .mainpart {
    background-color: white !important;
}}

.posts {

}
.post {
    margin-bottom: 30px;

}

.post-header {
    margin-bottom: 15px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 50px;
}

.post-header h2 {
    font-size: 16px;
    font-weight: bold;
}
.post-meta {
    font-size: 12px;
    padding: 7px 0;

}
.post-content {
    overflow: hidden;
}

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

.post-image {
    float: left;
    width: 115px;
}
.post-body {
    margin-left: 115px;
}
.navigation {
    overflow: hidden;
    padding: 10px 40px;
    font-size: 12px;
    margin-bottom: 15px;

}
.prev {
    float: left;
    width: 200px;
}
.next {
    float: right;
    width: 200px;
    text-align: right;
}

ul.widget {
    margin-bottom: 25px;
}

ul.widget li {
    line-height: 1.8;
}

ul.widget h3 {
    font-weight: bold;
    padding-bottom: 7px;
}


@media screen and (max-width:1080px){
    .mainpart {
        width: 100%;
        height: auto;
    }

}


/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー フッターエリアーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
footer#footer {
    position: absolute;
    bottom: 0;
    right: 29px;
    background-color: deepskyblue;
}

@media print { footer#footer {
    background-color: deepskyblue !important;
}}




/* ▽▽ハンバーガーメニュー▽▽
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.hm_menu_check {/* チェックボックスを隠す */
    display: none;
}
.hm_wrap {
    display: inline-block;
    position :fixed;
    top :0;
    left :0;
    width :100%;
    padding :10px;
    background :#fff;
}

.hm_title {/* ハンバーガーメニューオープン時の見出し */
    position: relative;
    color: #fff;
    display: inline-block;
    float: left;
    font-weight: 100;
    line-height: 30px;
    margin: 0 0 0 15px;
    opacity: 0;
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
    -webkit-transition: -webkit-transform 0.6s, opacity 0.5s;
    transition: transform 0.6s, opacity 0.5s;
    z-index: 2;
}

/* ▽▽メニューボタン▽▽ */
.hm_btn {
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: block;
    float: right;
    z-index: 2;
    right: 20px;
    top: 25px;
}
.hm_btn::before {
    -webkit-box-shadow: #000 0 12px 0;
    box-shadow: #fff 0 12px 0;
}
.hm_btn::after {
    bottom: 0;
}
.hm_btn::before,
.hm_btn::after {
    width: 30px;
    height: 6px;
    background: #fff;
    display: block;
    content: '';
    position: absolute;
    -webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
    transition: box-shadow 0.2s linear, transform 0.2s 0.2s;
}
/* △△メニューボタン△△ */

.hm_menu_wrap {
    width :100%;
    height :auto;
    background: #fff;
    position: absolute;
    left: -100%;
    top: 0;
    -webkit-transition: left 0.4s;
    transition: left 0.4s;
}

/* ▽▽開閉時のアニメーション▽▽ */
.hm_menu_check:checked ~ .hm_title {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.hm_menu_check:checked ~ .hm_btn::before {
    -webkit-box-shadow: transparent 0 0 0;
    box-shadow: transparent 0 0 0;
    -webkit-transform: rotate(45deg) translate3d(6px, 11px, 0);
    transform: rotate(45deg) translate3d(6px, 11px, 0);
}
.hm_menu_check:checked ~ .hm_btn::after {
    -webkit-transform: rotate(-45deg) translate3d(6px, -11px, 0);
    transform: rotate(-45deg) translate3d(6px, -11px, 0);
}
.hm_menu_check:checked ~ .hm_menu_wrap {
    left: 0;
    background-color: deepskyblue;
}

/* △△開閉時のアニメーション△△ */

/* ▽▽メニュー内のリストスタイル▽▽ */
.hm_list {
    list-style-type: none;
    margin: 50px 0 0;
    padding: 0;
}
.hm_list li a {
    color: #777;
    display: block;
    overflow: hidden;
    padding: 8px 22px;
    position: relative;
    text-decoration: none;
    z-index: 1;
    color: white;
}

.hm_list li a::before {/* aタグマウスオーバー時の背景 */
    background: #eee;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 100%;
    left: 0;
    -webkit-transition: bottom 0.4s;
    transition: bottom 0.4s;
    z-index: -1;
}

.hm_list li a:hover::before {
    bottom: 0;
}
.hm_list li a:hover::after {
    opacity: 0.5;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
/* メニュー内のリストスタイル△△ */


@media screen and (min-width:1081px){
    .hm_btn {
        display: none;
    }
}



/* △△ハンバーガーメニュー△△
------------------------------------------------------- */




/* 園児項目
------------------------------------------------------- */
.faceimg img {
    width: 74%;
    max-width: 350px;
    height: auto;
    border: 1px solid black;
    margin-left: 100px;
    margin-top: 30px;
}
.calt {
    width: 90%;
    height: auto;
    background-color: aliceblue;
    margin: 0 auto;
    margin-top: 50px;
}
@media print { .calt {
    background-color: aliceblue !important;
}}
.textaria p ,.secondtextaria p{
    border-bottom: 1px solid black;
    margin: 15px 30px;
}
.secondtextaria p, h3 {
    margin: 15px 30px;
}
.thirdtextaria p{
    border-bottom: dotted 1px black;
    margin: 15px 30px;
}
.faceimg {
    width: 50%;
    float: left;
}
.textaria {
    width: 50%;
    float: right;
}
.clear {
    clear: both;
}
span.leftkiro {
    margin-left: 32px;
}

span.leftkiro3 {
    margin-left: 15px;
}
p.hogosyahaikei {
    background-color: cornsilk;
}

@media print { p.hogosyahaikei {
    background-color: cornsilk !important;
}}


.secondtextaria {
    width: 50%;
    float: left;
}
.thirdtextaria {
    width: 50%;
    float: right;
}


@media screen and (max-width:1080px){
    .faceimg {
        width: 100%;
        float: left;
    }
    .faceimg img {
        margin-left: 30%;
        margin-top: 66px;
    }
    .textaria {
        width: 100%;
        float: right;
    }
.secondtextaria,.thirdtextaria {
    width: 100%;

}

}
@media screen and (max-width:640px){

    .faceimg img {
        margin-left: 13%;
        margin-top: 66px;
    }
}

/* 園児アーカイブ
------------------------------------------------------- */
.post-headermember {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 33px;
    background-color: oldlace;
    width: 200px;
    float: left;
}
@media print { .post-headermember {
    background-color: oldlace !important;
}}
li.limember {
    width: 200px;
    float: left;
    margin-right: 40px;
    margin-top: 10px;
}
ul.ulmember {
    list-style: none;
}
ul.tpctul {
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: rgba(0, 191, 255, 0.15);
}
@media print { ul.tpctul {
    background-color: rgba(0, 191, 255, 0.15) !important;
}}

@media screen and (max-width:1080px){
.post-headermember {
    width: 100px;
}
.postmember {
    margin-left: -10px;
}
li.limember {
    width: 100px;
    float: left;
    margin-right: 40px;
    margin-top: 10px;
}
.post-imagemember img {
    width: 80px;
    height: 80px;
}
.post-contentmember {
    font-size: 11px;
}
.post-bodymember h2 {
    font-size: 14px;
}
ul.tpctul {
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: rgba(0, 191, 255, 0.15);
    padding-left: 0px;
    overflow: scroll;
}
@media print { ul.tpctul {
    background-color: rgba(0, 191, 255, 0.15) !important;
}}
.scroll {
    width: 1210px;
    overflow: scroll;
}
}


/* 日報部分* 月案部分共通
------------------------------------------------------- */
table , td, th {
    border: 1px solid #595959;
    border-collapse: collapse;
}
table {
    width: 100%;
}
td, th {
    padding: 3px;
    width: auto;
    height: auto;

}
tr.trtitle, tr.trtitle td ,td.topcategory{
    background-color: beige;
    font-weight: bold;
}
@media print { tr.trtitle, tr.trtitle td ,td.topcategory{
    background-color: beige !important;
    font-weight: bold;
}}
td.tatecategory {
    background-color: rgba(245, 245, 220, 0.3);
    font-weight: bold;
}
@media print {td.tatecategory {
    background-color: rgba(245, 245, 220, 0.3) !important;
}}
.topcategory ,td.tatecenter{
    text-align: center;
}

th {
    background: #f0e6cc;
}
@media print {th {
    background: #f0e6cc !important;
}}
.even {
    background: #fbf8f0;
}
@media print {.even {
    background: #fbf8f0 !important;
}}
.odd {
    background: #fefcf9;
}
@media print {.odd {
    background: #fefcf9 !important;
}}
td.naiyou {
    font-size: 15px;
    width: 15%;
}

.calttable {
    width: 90%;
    height: auto;
    background-color: white;
    margin: 0 auto;
    margin-top: 50px;
    overflow-x: scroll;
}
@media print {.calttable {
    background-color: white !important;
}}
table.monthtbl {
    /*width: 100%;
    min-width: 900px;*/
}
.post-contentcenter {
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
}


ul.tpctul li {
    display: inline-block;
}

@media screen and (max-width:1080px){
    .calttable {
        width: 90%;
        height: auto;
        background-color: white;
        margin: 0 auto;
        margin-top: 50px;
        overflow-x: scroll;
    }
    table.monthtbl {
        /*width: 900px;*/
    }

}


 /* 日報部分* 月案部分共通アーカイブ
------------------------------------------------------- */
.post-imageday {
    float: left;
    width: 115px;
}

.post-contentcenter {
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
}
.post-headerday {
    margin-bottom: 15px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 50px;
}

.post-header h2 {
    font-size: 16px;
    font-weight: bold;
}


ul.tpctul li {
    display: inline-block;
}

@media screen and (max-width:1080px){
.post-headerday {
    margin-bottom: 5px;
    margin-left: -21px;
    margin-right: 0px;
    margin-top: 10px;
}
.post-imageday img {
    width: 80px;
    height: 79px;
    margin-left: 7px;
}
.post-bodyday {
    margin-left: -19px;
    font-size: 11px;
}
}


/* 週案テーブル部分
------------------------------------------------------- */
td.leftweekidea {
    width: 130px;
    background-color: antiquewhite;
}
@media print { td.leftweekidea {
    background-color: antiquewhite !important;
}}
td.rightweek {
    width: 70%;
}

/* レポートテーブル部分
------------------------------------------------------- */
table#secondreporttable {
    margin-top: 50px;
}
td.tablecolor {
    background-color: antiquewhite;
}
@media print { td.tablecolor {
    background-color: antiquewhite !important;
}}

/* 園だより部分
------------------------------------------------------- */
td.tablecoloren {
    background-color: antiquewhite;
    text-align: center;
}
@media print {td.tablecoloren {
    background-color: antiquewhite !important;
}}
span.endayorispan {
    font-size: 25px;
}

/* 固定ページのtopページ部分
------------------------------------------------------- */
ul.topimglicontent {
    list-style: none;
    width: 92%;
}
ul.topimglicontent li {
    display: inline-block;
    margin-left: 8%;
    margin-top: 50px;
    text-align: center;
}

@media screen and (max-width:640px){
ul.topimglicontent {
     width: 100%; 
    margin-left: -33px;
    margin-top: 40px;
}
ul.topimglicontent li {
    margin-left: 1%;
    margin-top: 0px;
    margin-bottom: 20px;
    width: 100px;
}
ul.topimglicontent li img {
    width: 92px;
    height: 92px;
}
ul.topimglicontent li a {
    font-size: 11px;
}
}




/* 画像hover時に半透明化+拡大
------------------------------------------------------- */
a:hover img{
opacity:0.7;
filter:alpha(opacity=70);

-ms-filter: “alpha( opacity=70 )”;

 	display: inline-block;
	transition: .10s;
	-webkit-transform: scale(1);
   transform: scale(1.1);
}




/* アーカイブ園児　ドロップダウンメニュー
------------------------------------------------------- */


/*  メルマガ登録画面
------------------------------------------------------- */

p.wysija-checkbox-paragraph {
    display: inline-block;
}


.teachlink {
    text-align: center;
}
.boxboot {
    display: inline-block;
}
.top4 {
    margin-bottom: 40px;
}

.hm_menu_wrap {
    z-index: 99;
}