
.contents {
	width: 85%;
}

.shop-div {
    padding: 10px;
    box-sizing: border-box;

}

 .shop-div .t00 {
    font-size: 24px;
    padding: 20px;
    box-sizing: border-box;
    color: #716a32;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    max-width: 530px;
    text-align: center;
}
.shop-div .t00-1 {
    font-size: 16px;
    box-sizing: border-box;
    color: #716a32;
    margin-left: auto;
    margin-right: auto;
    max-width: 530px;
    text-align: center;
}

     .shop-div .bitem {
     padding: 10px;
     box-sizing: border-box;
    }

    .shop-div .bitem img{
      border-radius: 20px;
    }

    .shop-div .bitem-t0 {
        font-size: 0.9em;
    }

    .shop-div .bitem-t1 {
        margin: 2px 0 0 10px;
        font-size: .8em;
        color: hsl(28,8%,49%);
    }

    .shop-div .bitem-pub {
        color: hsl(282,100%,41%);
        margin-top: 2px;
        font-size: .8em;
    }




@media screen and (max-width:700px) {




}