* {
    margin: 0px;
    padding: 0px;
}

body {
    background-color: #ffeedf;
    font-family: "MS PGothic", "Osaka", Arial, sans-serif;
    min-width:1000px;
}

.container {
    width: 1000px;
    margin: auto;
    background-color: #fff;
}

#header .container {
    width: 1280px;
    margin: auto;
    background-color:transparent
}

section#header {
    background: url(../imgs/bg.jpg) #fdd097 !important;
    text-align: center;
    background-repeat: no-repeat !important;
    background-position: top center !important;
}

h1 {
    margin: 0px;
}

.miluLogo {
    padding-top: 128px;
}

p.text01 {
    font-size: 18pt;
    font-weight: 400;
    line-height: 38px;
    text-shadow: 1px 1px 1px #fff;
}

.characters {
    margin-top: 16px;
    padding-bottom: 20px;
}

.title-content {
    text-align: center;
    padding-top: 50px;
    font-size: 19px;
}

.box {
    margin: auto;
    width: 724px;
    border: 1px solid #ffa85c;
    box-shadow: 2px 2px 3px 0px #cccccc;
    margin-top: 84px;
    position: relative;
}

div#bottom .container {padding-top: 120px;padding-bottom: 40px;}

.box-header {
    background: url("../imgs/title_bg.jpg") no-repeat;
    height: 54px;
    color: #fff;
    font-size: 17pt;
    line-height: 54px;
    padding-left: 90px;
    margin-bottom: 10px;
}

.box-banner {
    padding: 20px;
    width: 537px;
    margin: auto;
}

.box-banner img {
    width: 100%;
    max-width: 100%;
}

.box-content {
    width: 537px;
    margin: auto;
    line-height: 27px;
    margin-bottom: 40px;
    font-family: malgun gothic;
}

.box-header:before {
    width: 74px;
    height: 99px;
    position: absolute;
    content: '';
    top: -46px;
    left: -8px;
}

.box-1 .box-header:before {
    background: url("../imgs/i1.png") no-repeat;
}

.box-2 .box-header:before {
    background: url("../imgs/i2.png") no-repeat;
    width: 84px;
    left: -10px;
    top: -39px;
}

.box-3 .box-header:before {
    background: url("../imgs/i3.png") no-repeat;
    top: -39px;
}

.box:after {content: '';background: url("../imgs/ii.png") no-repeat;width: 125px;height: 92px;position: absolute;right: -23px;bottom: 0px;}

.box-banner a:hover img{
    cursor:pointer;
    filter: alpha(opacity=60);       
    -ms-filter: "alpha(opacity=60)"; 
    -moz-opacity:0.6;               
    -khtml-opacity: 0.6;       
    opacity:0.6;
    zoom:1;
}


@media only screen and (max-width: 1290px) {
    .miluLogo {
        width:70%;
        margin:auto;
        padding-top: 100px;
    }
    .characters {
        width:90%;
        margin:auto;
        margin-top: 51px;
    }

    .characters img, .miluLogo img {
        width:100%;
    }

    #header .container {
        width:100%;
    }
}