@charset "utf-8";
/* CSS Document */
@media screen and (min-width:1440px){
.header .menuBox dl dt p{ width:300px;}
.header .menuBox dl dt:nth-child(2) p{ width:450px;}
}
@media screen and (min-width:1024px) and (max-width:1439px){
.header .menuBox dl dt p{ width:300px;}
.header .menuBox dl dt:nth-child(2) p{ width:450px;}
}

@media screen and (min-width:1440px){
.footer .foot .f01{ margin-right:2.55%;}
.footer .foot .f02{ margin-left:2.55%; max-width:17.73%;}
}
@media screen and (min-width:1024px) and (max-width:1439px){
.footer .foot .f01{ margin-right:2.55%;}
.footer .foot .f02{ margin-left:2.55%; max-width:17.73%;}
}
