@charset "UTF-8";

/* CSS Document */

/*====================================

    wrap_bg

====================================*/ 

.wrap_bg {
    background: url(../images/bg.jpg) center center;
    background-size: cover;
}

/*====================================

    wrap_news

====================================*/ 

.wrap_news {
    margin-bottom: 80px;
}
.wrap_news dl {
    display: table;
    font-size: 90%;
    padding: 20px 0;
    width: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 0px 4px #aaa;
    padding: 20px 40px;
}
.wrap_news dl dt {
    width: 120px;
    display: table-cell;
    vertical-align: top;
    text-align: left;
    font-family: 'Cabin Sketch', cursive;
}
.wrap_news dl dd {
    display: table-cell;
    vertical-align: top;
    text-align: left;
}
.wrap_news dl dd .ttl {
    color: #009742;
    font-size: 110%;
    font-weight: 600;
}
.wrap_news dl dd p {
    color: #333;
    font-size: 100%;
}
.wrap_news dl dd p a {
    color: #009742;
    text-decoration: underline;
}
.wrap_news dl dd p a:hover {
    text-decoration: none;
}
































































































































































































































































































































































































