@charset "UTF-8";
/* CSS Document */

#main_slider+p { font-size:139%; margin:60px auto; text-align: center; width:70%;}
#main_slider+p b { font-size:170%;}

@media only screen and (max-width: 767px) {
    #main_slider+p { font-size:108%; margin:30px auto; text-align: left; width:90%;}
    #main_slider+p b { font-size:120%;}
}


@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #header { max-height: 1100px;}
}
@media only screen and (max-width: 767px) {
  #header { max-height: 1224px;}
}