@charset "UTF-8";

body {
    font-family:"MS Pゴシック",sans-serif;
    padding: 2%;/*要検証*/        
}
 
/*media screen and (max-width:800px) { 
    スマホ用
}*/

img {
    height: auto;
    max-width:100%
}

.images{
    text-align: center;
}

.block{
    border-bottom: 1px solid #000;/*下の線*/
}

footer{
    background-color: #000000;
    text-align: center;
}

footer small{
    color: #fff;
}