/* CSS レイアウト *//* 全体の設定*/
/* se-index.css */

.img-wrap{
    max-width:940px;
    width: 100%;
    text-align: center;
}
.img-wrap img{
    max-width: 433px;
    width: 100%;
    height:auto;
    margin-top: 10px
}