@charset "utf-8";
/* CSS Document */

.pane-left-menu,main,footer { -webkit-text-stroke-width: .2px !important;}
.img-w100 { width: 100%; height: auto;}
.block-goods-comment5--text { font-weight: normal;}


/*　商品カテゴリーリンク（単体P付き）
---------------------------------------- */
[class*="itemBox"][class*="btn_categoryNav"] a {
	display: inline-flex;
    align-items: center;
	width: 100%;
}
[class*="itemBox"][class*="btn_categoryNav"] a img {
	width: 50px;
	height: auto;
	margin-right: 5px;
}

/* all products list
-------------------------------------- */
.subheading_catelist {
	padding: 0;
	margin: 0 10px 30px;
	font-size: 16px;
}
.subheading_catelist a::after {
	content: " >>";
	font-size: 80%;
	font-weight: normal;
}

hr.bdr_catelist {
	margin-bottom: 40px;
	border-width: 0 0 1px 0;
	border-color: #ccc;
}

[class*="itemBox"].btn_categoryNav-list a {	text-decoration: none;}
[class*="itemBox"].btn_categoryNav-list a:hover {	text-decoration: none;}

@media screen and (min-width: 900px) {
	.subheading_catelist {	font-size: 18px;}
}








