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

    footer {background: #EEE; padding: 8px; border-top: solid 1px #000; font-size: 12px;}	
@media screen and (min-width:768px){
.for_sp { display:none !important; }
    body {font-size: 14px;}
    table {width: 1000px;}
    H1{ font-size: 20px;}
    }
@media screen and (max-width:767px){
.for_pc { display:none !important; }
    body {font-size: 18px;}
    table {width: 100%;}
    p { padding: 0 10px; font-size: 20px;}
    H1{ font-size: 25px;}
  iframe {width: 100%;}
    }
