@charset "shift_jis";


#container{
    /*width: 900px;*/
    width:100%;
    max-width: 1420px!important;
    padding: 10px 30px!important;
}

@media only screen and (max-width: 1200px){
#container {
    width:100%;
    max-width: 1200px!important;
    
}
}

#main3,#main2 {
width:100%!important;
}