﻿@charset "utf-8";

.fan_art__wrapper {
    width: 1250px;
}

.fan_art__interval__h__1 {
    height: 100px;
}

.fan_art__page {
    width: 250px;
    height: 50px;
}

.fan_art__border__1 {
    height: 650px;
}

.fan_art__border__2 {
    width: 600px;
    float: left;
}

.fan_art__border__top {
    height: 50px;
    background-image: url(../img/fan_art/fan_art__border__top.png);
    background-size: 600px 50px;
    background-repeat: no-repeat;
    z-index: 300;
}

.fan_art__border__middle {
    height: 500px;
    background-color: #0075a9;
    z-index: 300;
}

    .fan_art__border__middle img {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 500px;
        max-height: 500px;
    }

.fan_art__border__bottom {
    height: 50px;
    background-image: url(../img/fan_art/fan_art__border__bottom.png);
    background-size: 600px 50px;
    background-repeat: no-repeat;
    z-index: 300;
}

.fan_art__interval__h__3 {
    height: 20px;
}

.fan_art__interval__w__1 {
    width: 50px;
    float: left;
}

.fan_art__interval__h__4 {
    height: 50px;
}

.fan_art__interval__h__5 {
    height: 100px;
}

.fan_art__submit__decorate {
    width: 1000px;
    height: 120px;
    background-image: url(../img/fan_art/fan_art__submit__decorate__r.png);
    background-size: 1000px 120px;
    background-repeat: no-repeat;
    z-index: 300;
}