@charset "utf-8";
/* 横幅合わせ - 250425 om */
.productCaptionTxt {
    inline-size: 0;
    min-inline-size: 100%;
}

/*--------------------------------------------
	製品枠囲みコメント
--------------------------------------------*/
.goodsCommentList {
	padding: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 1.1em;
}
.goodsCommentList + .goodsCommentList {
	margin-top: 8px;
}