html, body {
    margin: 0;
    padding: 0;
    font-family: "メイリオ", "Hiragino Kaku Gothic Pro", Meiryo, "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif;
    background-color: #fff;
}

img {
    border: 0;
}

.contents_top {
    width: 100%;
    background-image: url("//ap-statics.loas.jp/mm2/official/images/casting/top_bg.png");
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}

.contents_bottom {
    width: 100%;
    background-image: url("//ap-statics.loas.jp/mm2/official/images/casting/bottom_bg.png");
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: bottom;
}

.cv_item {
    display: inline-block;
    *display: inline;
    margin-right: 2px;
    margin-bottom: 30px;
    text-align: center;
}

.share_area {
    height: 400px;
    line-height: 350px;
}

.share_contents {
    text-align: center;
}