@charset "utf-8";


.mainImage {
    position: relative;
}

.mainImage .backNumber {
    position: absolute;
    right: 10px;
    text-align: right;
    top: 40px;
}
.mainImage .attention {
    position: absolute;
    right: 10px;
    text-align: right;
    top: 56px;
}

#mainContentsArea .section .bnWrap {
    width: 620px;
    padding: 10px;
    background-color: #F4F7F9;
    margin-bottom: 10px;
}

#mainContentsArea .section .bnWrap h4 {
    background: none;
    font-size: 1.525em;
    margin-top: -5px;
}

#mainContentsArea .section .bnWrap h4 span {
    font-size: 0.65em;
    font-weight: normal;
}

#mainContentsArea .section .bnWrap .image {
    width: 200px;
    float: right;
    padding: 0;
}

#mainContentsArea .section .bnWrap .text {
    width: 400px;
    float: left;
}

#mainContentsArea .section .bnWrap .text ul {
    list-style: disc;
    margin-top: -5px;
    margin-left: 25px;
}

