@charset "UTF-8";

h2 img
{
    width: 100%;
}

section p {
font-size:16px;
margin:0 10px;
color:#282828;
}

section A{
color:#446b2b;
}

#news >ul >li{display: block;}
#news >ul >li >a
{
    font-size: 10px;

    display: block;
    overflow: hidden;

    padding: 10px;

    color: #000;
    border-bottom: 1px solid #d4cfba;
    background: #f1eee2 url(../img/news-arrow.jpg) no-repeat right center;
    -webkit-background-size: 8px auto;
    background-size: 8px auto;
    box-shadow: 0 1px 0 0 #fff inset;
}

#news a .inner
{
    font-size: 12px;

    display: table-cell;

    vertical-align: middle;
}
#news a .inner span
{
    display: block;

    margin-left: 5px;
}

.newspost img{margin:10px auto;display:block;height:auto;}

.newspost A{text-decoration: underline;}

.news_tbl{
border-collapse: collapse;
}
.news_tbl .news_day,.news_tbl td{
border:solid 1px #669933;
}

.news_tbl th{
background-color: #B9D08B;
}
.news_tbl .no_bg{
background-color: #f9f7ed;
border:none;
}


.fixedTbl {
width:96%;
margin:10px auto 0;
table-layout:fixed;
border-spacing:2px;
border-collapse:separate;
}

.fixedTbl TH {
vertical-align:middle;
text-align:center;
border:none;
background-color:#b8cca8;
font-size:12px;
color:#3a3a3a;
padding:3px 0;
font-weight:normal;
}

.fixedTbl TH.th2 {
background-color:#c4d9b3;
}

.fixedTbl TH.th3 {
background-color:#d8d4c3;
}

.fixedTbl TD {
vertical-align:middle;
text-align:center;
border:none;
background-color:#eae6d3;
font-size:12px;
color:#3a3a3a;
padding:3px 0;
}


/*お知らせ折り畳み
---------------------------------------------------------------------------- */
.menu {
    margin: 0 auto;
    padding: 0;
}

.menu a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #000;
    line-height: 1.5;


    font-size: 10px;

    overflow: hidden;
    border-bottom: 1px solid #d4cfba;
    background: #f1eee2 url(../img/news-arrow.jpg) no-repeat right center;
    -webkit-background-size: 8px auto;
    background-size: 8px auto;
    box-shadow: 0 1px 0 0 #fff inset;

}

label {
    display: block;
    margin: 2px 0 0 0;
    padding :10px;
    line-height: 1.5;
    cursor :pointer;
    border-bottom: 1px solid #d4cfba;
    background: #e3e1d7 url(../img/news-arrow.jpg) no-repeat right center;
    -webkit-background-size: 8px auto;
    background-size: 8px auto;
    box-shadow: 0 1px 0 0 #fff inset;

}

input {
    display: none;
}

.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu li {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li {
    max-height: 90px;
    opacity: 1;
}

