@charset "utf-8";
/* CSS Document */

article{margin-bottom:80px;}
h6{font-weight:bold; margin-bottom:30px;}
article img{margin:0 auto;display: block;}
article a img {border: 1px solid #ccc;padding: 1.5em;}
article a:hover img{opacity:0.8;}


@media (min-width:320px) and (max-width:728px) {
article img{width: 100%;box-sizing: border-box;}
}