@charset "utf-8";


#box{float: none; margin: auto;  max-width: 1440px !important; min-width: 200px !important; overflow: hidden;color:#333333; }
.clear{clear:both; }

#box p{text-indent:2em; line-height:1.8em; font-size:16px; margin:2% 2% 5% 2%; text-align: justify;}
#box h1 {font-size:30px; text-align:center; margin:5% 0 3% 0;}
#box h4 {font-size:18px; text-align:center;}
#box h5 {font-size:18px; text-align:center;}
#box a img {display: table-cell;}
#box a {color:red;}

@media screen and (max-width:640px)
{
    #box img { max-width: 100%; border:0px; width: 100%;}
    #box p{text-indent:2em; line-height:1.8em; font-size:16px; margin:5% 2% 8% 2%;}
    #box h1 {font-size:24px; text-align:center; margin:10% 0 8% 0; line-height:1.5em;}
    #box h4 {font-size:18px; text-align:center; margin:3% 0;}
    #box h5 {font-size:18px; text-align:center; line-height:1.5em;}
}