#mainVisual {
    width: 968px;
    height: 359px;
    position: relative;
    border: 1px solid #a2a2a2;
}

#mainVisual:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#mainVisual #slideShowBox,
#mainVisual #slideShowBox .nivo-directionNav {
    width: 968px;
    height: 359px;
    position: absolute;
    left: 0;
    top: 0;
}

.nivo-directionNav a.nivo-prevNav,
.nivo-directionNav a.nivo-nextNav {
    display: block;
    width: 90px;
    height: 359px;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
}

.nivo-directionNav a.nivo-prevNav {
    left: 0;
    background-image: url(../images/arrowLeft.png);
    background-position: 30px 165px;
}

.nivo-directionNav a.nivo-prevNav:hover {
    background-image: url(../images/arrowLeft_on.png);
}

.nivo-directionNav a.nivo-nextNav {
    right: 0;
    background-image: url(../images/arrowRight.png);
    background-position: 30px 165px;
}

.nivo-directionNav a.nivo-nextNav:hover {
    background-image: url(../images/arrowRight_on.png);
}

#mainVisual #slideShowBox {
    display: none;
}

/*contentsWrapper*/
#contentsWrapper {
    margin-top: 35px;
    padding-bottom: 30px;
}

#contentsWrapper div.clearfix {
    margin-top: 50px;
}
#contentsWrapper h2 {
    font-size: 150%;
    font-weight: bold;
 }
#contentsWrapper h2 + div.clearfix {
    margin-top: 36px;
}

#contentsWrapper section {
    float: left;
    display: inline;
    margin-left: 30px;
    width: 303px;
}


#contentsWrapper section:first-child {
    margin-left: 0;
}

#contentsWrapper section div.movieThumb {
    margin-top: 10px;
    background-color: #fff;
}

#contentsWrapper section p.lead {
    margin-top: 7px;
}

#contentsWrapper section figure {
    margin-top: 24px;
}
/*
#contentsWrapper section.noticeSection {*/
    /*width: 636px;*/
/*    text-align: center;
}
*/
#contentsWrapper section.bannerSection {
    background-color: #fff;
}
