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


/*今治城ミュージアムショップ*/

.imabarijo_museum_shop_item{
padding-bottom: 1em;
border-bottom: solid 1px #ccc;
}


.imabarijo_museum_shop_item img {
width: 160px;
}


.item_auto img {
width: auto;
}


@media screen and (max-width: 767px){
/*今治城ミュージアムショップ*/

.imabarijo_museum_shop_item{
padding-bottom: 1em;
border-bottom: solid 1px #ccc;
}

.imabarijo_museum_shop_item img {
width: 40%;
}

.item_auto img {
width: auto;
}

}



.mh {
text-align: center;
margin: 0;
padding: 0;
/*font-size: 0.8em;*/
}


.mh li {
list-style: none;
display: inline-block;
vertical-align: top;
margin-bottom: 1em;
}

.mh li img {
width: auto;
height: 100px;
margin: 5px;
}


@media screen and (max-width: 767px){
.mh li {
width: 30%;
}
.mh li img {
width: auto;
height: auto;
margin: 5px;
}
}