@charset "UTF-8";

@import "./style.css";

h3{
clear: both;
}

div.catalog{
width: auto;
margin-left: 2em;
text-align: center;
}

div.thumbs{
font-family: meiryo, 'ヒラギノ角ゴ Pro W3', 'MS UI Gothic', 'MS Reference Sans Serif', sans-serif;
color: white;
width: 210px;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 30px;
text-align: center;
line-height: 1.5em;
float:left;
}

div.thumbs img{
width: 200px;
height: 150px;
margin: 0 0 10px 0;
padding: 0;
}

