#contents #gakkoSeikatsu {
    position: relative;
    margin: 50px 0;
}

#contents #gakkoSeikatsu h2 {
    color: #333;
    font-size: 26px;
    padding: 0 0 0 77px;
    line-height: 150%;
    background: none;
    margin: 0;
}

#contents #gakkoSeikatsuIcon {
    position: absolute;
    top: -12px;
    left: 0;
}

#contents #gakkoSeikatsu section {
    border-radius: 20px;
    background: #FFF;
    padding: 30px;
    margin: auto;
}

#contents #gakkoSeikatsu article {
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px dotted #CCC;
    border-radius: 10px;
    cursor: pointer;
}

#contents #gakkoSeikatsu article:hover {
    background: #EEE;
}

#contents #gakkoSeikatsu p.blogPhoto {
    float: left;
    width: 220px;
}

#contents #gakkoSeikatsu p.blogPhoto img {
    width: 220px;
    height: auto;
}

#contents #gakkoSeikatsu .blogContents {
    float: right;
    width: 530px;
}

#contents #gakkoSeikatsu p.blogDate {
    font-weight: bold;
    font-size: 90%;
    line-height: 1;
}

#contents #gakkoSeikatsu h3 {
    font-size: 18px;
    color: #C67A00;
    margin: 6px 0 3px;
    padding: 0;
    border: none;
}

#contents #gakkoSeikatsu p.toDetail {
    text-align: right;
    margin-top: 20px;
    margin-bottom: 0;
}

#contents #gakkoSeikatsu p.toDetail a {
    background: url(../../../../common/style/images/toDetail.png) no-repeat left center;
    padding-left: 16px;
    text-decoration: none;
    color: #333;
}

