@CHARSET "UTF-8";

@media screen and (max-width: 479px){
	.li-goods > li,
	.hw_imp_menu.li-row4 > li{
		width: 50%;
	}
	.hd-menu, .side-wrap {
		display: none;
	}

	.hd-postage-wrap {
		margin-top: 15px;
	}

	.go_hwspecial img,
	img {
  	width:100%;
	}

	.go_hwspecial {
  	position: fixed;
  	bottom: 0px;

	}

	.pagetop {
    bottom: 75px;
	}

	.hd-wrap,
	.footer-pc,
	.menu-button-wrap,
	.tab-ttl-wrap,
	.hd-word-wrap {
	display: none;
	}

	.hd-choices-wrap {
	padding-top: 10px;
	}

	.btn-lookmore {
		margin: 5px 5px 0 5px;
	}


	.btn-lookmore a {
	    text-align: center;
	    padding: 11px 10px 11px 10px;
	    font-size: 1rem;
	}

	.popular-word a, .btn-lookmore a {
	    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,253,253,1)), color-stop(50%,rgba(230, 233, 233, 1)), color-stop(100%,rgba(237, 240, 240, 1)));
	    background: linear-gradient(to bottom, rgba(253,253,253,1) 0%,rgba(230, 233, 233, 1) 50%,rgba(237, 240, 240, 1) 100%);
	}

	.popular-word a, .btn-lookmore a {
	    display: block;
	    text-align: center;
	    padding: 10px 0 10px 0;
	    border: 1px solid #cecece;
	    border-radius: 5px;
	    color: #333333;
	}

}


@media screen and (min-width:480px) and (max-width:768px){
	.li-goods > li,
	.hw_imp_menu .li-row4 > li {
		width: 33.3333%;
	}
	.hd-wrap-sp,
	.hd-menu,
	.side-wrap,
	.footer-sp {
		display: none;
	}

	.go_hwspecial img{
		width:100%;
	}

	.go_hwspecial {
  	position: fixed;
  	bottom: 0px;

	}
	.pagetop {
    bottom: 100px;
	}
}

@media screen and (min-width:769px) {
	.li-goods > li,
	.hw_imp_menu .li-row4 > li {
		width: 250px;
		margin-left: 5px;
	}

	.pagetop {
		position: fixed;
		bottom: -200px;
		z-index: 99999;
		margin-top: 0;
		right: 0;
	}
	.hd-wrap-sp, .footer-sp {
	display:none;}


}




.li-row4 li img {
    width: 100%;
}

.hd-ttl-choices-wrap {
	margin-top: 10px;
}



