@charset "UTF-8";
/* ------------------------------
attach.css for override only
------------------------------ */

/*商品詳細ページ(products/detail)注意文 19/3/5sz */
.p-caution .p-caution__text ul{ list-style: disc !important; margin-left: 5px;}



/*タグ検索結果ページ(products/list_by_tag)タグフリーエリア 19/3/6sz */
.tag-freespace{}
.tag-freespace .oc_tag_desc{ padding: 1em;}
.tag-freespace .oc_tag_desc .oc_tag_desc--title{ font-size: 17px; padding: 0.5em;}
.tag-freespace .oc_tag_desc .oc_tag_desc--caption{ padding: 1em; line-height: 1.3em;}
/* PC */
@media only screen and (min-width: 768px) {/*▽*/
.tag-freespace .oc_tag_desc .oc_tag_desc--title{ font-size: 25px;border-bottom: dotted 1px #4d3d32;}
}/*△*/


/* カートページ 年齢チェック */
.ec-cartRole__actions .form-check { margin-bottom: 15px; }

/* トップお知らせ欄 */
.l-header__label a { display: inline; }

.messageCardInformation { 
margin-top: 5px;
padding: 5px;
background: #F3F3F3;
}

.messageCardInformation a { 
font-weight:bold;
}