.waku_g{
    padding:5px;
    border:1px #ccc solid;
}
.fll{
    float:left;
}
.flr{
    float:right;
}
.tac { text-align: center; }

.tar { text-align: right; }

.w380{
    width:380px;
}
.w400{
    width:400px;
}
.tcol_red{
    color:#FF0000;
}
.clear{
    float:both;
}


.shedule{
    line-height: 130%;
    border-collapse:collapse;
    border-top:1px #999 solid;
    border-left:1px #999 solid;
}
.shedule caption{
    text-align:left;
    font-weight:bolder;
    line-height:200%;
}
.shedule td,
.shedule th{
    padding:5px;
    border-collapse:collapse;
    border-right:1px #999 solid;
    border-bottom:1px #999 solid;
}
.shedule th{
    background:#fcc;
    color:#333;
}

.shedule th#dent {
    background: #C4F7EE;
    color:#333;
}

.pad {
    margin: 15px 0;
    line-height: 150%;
     }
.timetable td {
    padding: 3px; }

.textcontents {
    border: #CCC solid 2px;
    padding: 10px;
    }

.ti5 {
    text-indent:-5em;
    margin-left: 5em;
    }

/* newspaper */

.paper-bt {
    border-top: #9CC 1px dashed;
    padding-top: 10px;
    }

.paper-list {
    margin: 10px 0;
    list-style: none inside;
    }

.paper-list li {
    margin-top: 4px;
}

#news {
}

#news .outer {
    text-align: center;
}
#news .outer table {
    margin: 0 auto;
}

#news h1 {
    text-align: center;
    line-height: 4.0;
    font-size: 1.4em;
}

#news .contents {
    display : -webkit-box;
    display : -ms-flexbox;
    display : -webkit-flex;
    display : flex;
    -webkit-justify-content: space-around;
    justify-content:         space-around;
    text-align: center;
}

#news .contents h2 {
    margin-top: 1em;
}
#news .contents ul {
    text-align: left;
    list-style-type: none;
}
#news .contents h3 {
    margin: 1em auto 0 auto;
    padding: 0.5em 1em;
    font-size: 1.8em;
    border: 2px solid #966;
    border-radius: 10px;
}
#news .contents p {
    padding: 0.5em 0;
    line-height: 1.4;
    font-size: 0.9em;
}
#news .contents li {
    font-size: 1.2em;
    line-height: 1.4;
    font-size: 1.0em;
}
#news a.button {
    display: block;
    width: 240px;
    background: #426742;
    opacity:0.7;
    transition:all 0.3s;
    margin: 1em auto;
    padding: 0.5em 0;
    line-height: 1.4;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #ccc;
    border-radius: 5px;
}
#news a.button:hover {
    opacity:1;
    transition:all 0.3s;
}
#news .totop {
    margin: 1em 0;
    padding-right: 2em;
    text-align: right;
}

/* add 2017.03.22 news_paper */
.newslistbox {
    padding: 0;
    margin: 0 10px 20px 0;
    width: 216px;
    float: left;
}
.paperList {
    padding: 0;
    margin: 0 0 0 24px;
    list-style-type: circle;
}
.paperList li {
    padding: 0;
    margin: 0 0 3px 0;
}
.paperList li:last-child {
    margin-bottom: 0;
}

/* add 2017.06.07 */
.default_dl01 {
    padding: 0;
    margin: 0 0 10px 0;
    overflow: hidden;
}
.default_dl01 dt {
    padding: 0;
    margin: 0;
    float: left;
    clear: both;
    width: 80px;
}
.default_dl01 dd {
    padding: 0;
    margin: 0 0 0 80px;
}