@media (max-width:992px){
  h1#hdrLogo {
      margin-left: 15px;
  }
  .hdr--typeE .hdrMiddle__left {
      margin-left: 10px;
  }
  .hdrMiddle.hdrMiddle--logoLeft .hdrInner {
      justify-content: end!important;
  }
}

    .hdr--typeE .hdrTop {
        background: #535353!important;
    }
    .copyright--typeA {
        background: #535353!important;
    }
    .hdrCatMenu__col2 {
        background: #535353!important;
    }

@media (min-width: 992px){
nav.hrd_keywordWrap {
    justify-content: flex-start;
}
}

.plist {
  display: flex;
  flex-wrap: wrap;
}
.pItem {
	width:33.3%;
}
.pItem a img{
	padding: 10px;
    width: 100%;
}

.pItem .cartjs_product_img {
	width: 95%!important;
   margin: 0 auto 15px!important;
}
.pItem .cartjs_cart_in {
	width: 90%!important;
   margin: 0 auto 10px;
}
.pItem .cartjs_product_name {
	font-size: 11px!important;
	color:#666;
}
.pItem .cartjs_product_table table {
	width: 95%!important;
}
.pItem .cartjs_product_table table th {
	width:35%;
	background: white;
	padding: 0 5px 5px;
	padding-bottom:5px;
	border-bottom:none;
	border-right:none;
	border-left:none;
}
.pItem .cartjs_product_table table td {
	width:65%;
	padding: 0 5px 5px;
	padding-bottom:5px;
		border-bottom:none;
	border-right:none;
	border-left:none;
}
.pItem input[type="text"] {
	background:#fff;
}
.pItem .cartjs_product_input_txt {
	margin-right:5px;
}
.pItem .cartjs_cart_in input[type="submit"] {
	width:120px!important;
	height:22px!important;
	overflow:hidden;
	padding:22px 0 0;
	background:url(http://www.we-home.jp/img_original/btnCartS.png) left top no-repeat;
	border-radius:0!important;
}
@media only screen and (max-width: 710px) {
.pItem {
	width:50%;
}
}


.snsNav_cstm li a{
display: flex;
    vertical-align: text-bottom;
    align-items: center;
}
.snsNav_cstm li a i{
margin-left:5px;
}

.gNav .megaMenu .row [class*="col-"]{
	margin-bottom:0;
}


