@charset "utf-8";

@media screen and (min-width: 641px) {
	#topWrap{
		margin: 0 auto;
		padding-top: 80px;
		width: 1200px;
	}
	
	.mask_title{
		margin: 60px 0 0 20px;
	}
	
	.productListWrapper{
		margin: 20px auto 0;
		width: 1160px;
	}
	
	.productList{
		width: 1200px;
	}
	
	.productList a .product_name{
		color: #333;
		font-size: 24px;
		line-height: 1.5em;
	}
	
	.productList_product{
		margin: 40px 40px 0 0;
		float: left;
		width: 558px;
		height: 421px;
		text-align: center;
		border: 1px solid #cbcbcb;
		border-radius: 0.2em;
		-moz-border-radius: 0.2em;
		-webkit-border-radius: 0.2em;
		-o-border-radius: 0.2em;
		-ms-border-radius: 0.2em;
	}
	
	.productList_product .product_image{
		margin-top: 80px;
	}
	
	.productList_product_beautycare .product_name{
		margin-top: -48px;
	}
	
	.others_title{
		margin-top: 80px;
		padding-bottom: 20px;
		text-align: center;
	}
	
	.otherProductListWrapper{
		position: relative;
		margin: 70px auto 0;
		width: 1200px;
		overflow: hidden;
	}
	
	.otherProductList .other_product_name{
		font-size: 20px;
		color: #1a1a1a;
		line-height: 1.2em;
	}
	.otherProductList .other_product_name span{
		font-size: 16px;
		color: #1a1a1a;
		line-height: 1.2em;
	}

	.otherProductList .other_product_name span.margin-btm{
		display: inline-block;
		margin-bottom: 5px;
	}
	
	.otherProductList{
		position: relative;
		float: left;
		left: 50%;
		text-align: center;
		font-size: 20px;
		color: #1a1a1a;
		line-height: 1.5em;
	}
	
	.otherProductList .other_product{
		width: 270px;
		position: relative;
		left: -50%;
		float: left;
	}

	.otherProductList.w240 .other_product{
		width: 240px;
		position: relative;
		left: -50%;
		float: left;
	}
	
	.other_product_facemask .other_product_image{
		margin-top: -10px;
	}
	
	.other_product_facemask .other_product_name{
		margin-top: 10px;
	}
	
	.otherProductList a:last-child .other_product{
		margin-right: 0;
	}

	.spOnly {display: none;}
}

@media screen and (max-width: 640px) {
	#topWrap img{
		width: 100%;
		height: auto;
	}
	
	.products_title{
		margin-top: 13%;
	}
	
	.mask_title{
		margin-top: 15%;
	}
	
	.productListWrapper{
		margin: 13% auto 0;
		width: 90.625%;
	}
	
	.productList_product{
		margin-top: 7%;
		padding: 10% 0;
		border: 1px solid #cbcbcb;
		border-radius: 0.2em;
		-moz-border-radius: 0.2em;
		-webkit-border-radius: 0.2em;
		-o-border-radius: 0.2em;
		-ms-border-radius: 0.2em;
	}
	
	.productList_product .product_image{
		margin: 0 auto;
		width: 61.7%;
	}
	
	.productList_product .product_name{
		color: #221815;
		font-size: 10px;
		line-height: 1.2em;
		text-align: center;
	}
	
	.others_title{
		margin-top: 15%;
	}
	
	.otherProductListWrapper{
		margin-top: 13%;
	}
	
	.otherProductList .other_product{
		margin-top: 10%;
	}
	
	.other_product .other_product_image{
		margin: 0 auto;
		width: 55.9375%;
	}
	
	.other_product .other_product_name{
		line-height: 1.2em;
		font-size: 10px;
		color: #1a1a1a;
		text-align: center;
	}

	.product_name__genmai {
		font-size: 10px;
		color: #1a1a1a;
		line-height: 1.2em;
		margin: 20px 0 0;
		text-align: center;
	}

	.pcOnly {display: none;}
}
