.inaho:before {
    content: url(//nousou.co.jp/wp-content/uploads/2016/12/logo-icon.png);
    zoom: .5;
}

.inaho{
    color: #907b03;
    font-size: 1.7em;
}

b {
  	background: linear-gradient(transparent 60%, #ffff0094 0%);
}


.thumbnail_box {
    display: inline-block;
    width: 45.3%;
    padding: 2.85712em 0 0;
    margin-right: 4%;
    text-align: center;
}

.thumimg img{
	width: 100%;
}

@media screen and (max-width: 768px) {
	#main .thumbnail_box {
	    width: 44%;
    	vertical-align: top;
	}
	.site-content-contain .site-content {
    padding:0;
	}
}

@media screen and (min-width: 973px) {
.col-xs-12.col-md-4.cmsg {
  	min-height: 1px;
	margin: 30px 0px 30px 0px;
}   

.voice-img {
  	width: 200px;
  	float: left;
  	padding: 5px;
}

.voice-txt {
	width: 350px;
  	float: right;
  	padding: 5px;
}
  
.voice-txt {
	position: relative;
	background: #ffffff;
	border: 3px solid #000000;
}
.voice-txt:after, .voice-txt:before {
	right: 100%;
	top: 15%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.voice-txt:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 5px;
	margin-top: -5px;
}
.voice-txt:before {
	border-color: rgba(0, 0, 0, 0);
	border-right-color: #000000;
	border-width: 9px;
	margin-top: -9px;
}
}


.col-xs-12.col-md-4.cmsg:before,
.col-xs-12.col-md-4.cmsg:after{
  display: table;
  content: " ";
}
.clearfix:after,
.col-xs-12.col-md-4.cmsg:after {
  clear: both;
}


p.n-comment {
background: #ffe6c2 url(//nousou.co.jp/wp-content/uploads/2015/06/210×256png.png) no-repeat 0 0;
background-size: 39px;
padding: 50px 10px 10px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
}


@media (max-width: 400px) {
.thumbnail_box {
    width: 45%;
    text-align: center;
}

}


/*item*/

#itempage .itemimg img {
    width: 100%;
}

.single-featured-image-header {
    max-height: 300px;
    bottom: 0;
}

.single-featured-image-header img {
    width: 100%;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
	#itempage .skuform {
	    width: 100%;
	    margin-bottom: 15px;
	}
	ol {
    margin-left: 15px;
	}
}

ul.points li {
    list-style: none;
}
ul.points li:before {
    content: "\f00c";
    font-family: FontAwesome;
    color: #ef5439;
    margin-right: 5px;
}

.skuform.upper_form div {
    display: inline-flex;
    height: 45px;
    margin-bottom: 20px;
    vertical-align: middle;
}

/*side*/

a.cart-icon {
    display: block;
    color: #e7492e;
    text-align: center;
    padding: 10px 0 10px 20px;
    margin-bottom: 15px;
    border: solid 3px #e7492e;
}

a.cart-icon:hover {
    color: #FFF;
    background: #e7492e;
}

a.cart-icon span {
    font-size: 22px;
    margin: 0 5px;
    font-weight: bold;
}

a.cart-icon i {
    font-size: 38px;
    margin-left: -50px;
    margin-top: -2px;
    position: absolute;
}

@media screen and (max-width: 768px) {
	section.cart-area a.cart-icon i{
    margin-left: -40px;
	}
}