﻿@charset "UTF-8";
#CPU_6th {
    background: url("../images/cpu_1920.jpg") center bottom no-repeat;
    padding-bottom: 980px;
    padding-top: 100px;
}

#CPU_6th .frame {
    width: 1100px;
    margin: 0 auto;
}



@media screen and (max-width: 1366px) {
    #CPU_6th {
        background-image: url("../images/cpu_1366.jpg");
        padding-bottom: 860px;
    }
    #CPU_6th .frame {
        width: 776px;
    }
}

@media screen and (max-width: 960px) {
    #CPU_6th {
        background-image: url(../images/cpu_960.jpg);
        padding-bottom: 680px;
    }
    #CPU_6th .frame {
        width: 596px;
    }
}

@media screen and (max-width: 640px) {
    #CPU_6th {
        background-image: url(../images/cpu_640.jpg);
        padding-bottom: 490px;
        padding-top: 60px;
    }
    #CPU_6th .frame {
        width: auto;
    }
}