@charset "utf-8";
/* CSS Document */

@media only screen and (max-width:480px){
	
.content_2_area{
	width:90%;
	margin:auto;
	height:auto;}
	
.product_box{
	width:100%;
	margin-bottom:20px;}


	
.content_6_right_wrap{
	padding:80px 20px;}
	
.content_6_left_wrap{
	padding:80px 20px;}
	
.inner_product_box{
	width:100%;
	height:auto;
	margin:10px 0;
	float:left;
	padding:10px;
	box-sizing:border-box;
	box-shadow: 0px 0px 3px #ccc;}
	
.submit_box ul li{
	width:100%;
	height:auto;
	float:left;
	margin:10px 0;}
	
.category_product_box{
	width:90%;
	height:auto;
	margin:10px auto;
	float: none;
	padding:10px;
	box-sizing:border-box;
	box-shadow: 0px 0px 3px #ccc;}
	

	
	}
