article{
	margin-top: 0;
}

#product_wrap{
	width: 1000px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

#sub_title{
	text-align: center;
	margin-bottom: 25px;
}
#sub_title h1{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 40px;
	border-bottom: 1px solid #231815;
	display: inline-block;
	line-height: 100%;
}
.product_box{
	width: 499px;
	border-right: 1px solid #727171;
	border-bottom: 1px solid #727171;
	overflow: hidden;
	margin-top: 2000px;
	
}
.product_box:nth-child(even){
	float: left;
}
.product_box:nth-child(odd){
	float: right;
}

.inner_left{
	float: left;
	width: 49%;
	height: 100%;
	padding: 0%;
	margin:0;
	/*display: table;*/
	background:#FFFFFF;
}
.inner_left div{
	width: 100%;
	height: 100%;
	display:block;
	/*position: relative;*/
	/*display: table-cell;*/
	text-align: center;
	vertical-align: middle;
	margin:0;
	padding:0;
	background:#FFFFFF;
}



.inner_left img{
	max-width: 100%;
	max-height: 100%;
}
.inner_right{
	float: right;
	width: 49%;
	height: 100%;
	background-color: #E6E6E6;
}
.inner_right_wrap{
	padding: 20px;
}
.inner_right_wrap h2{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.comment{
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 150%;
}

.name{
	font-size: 10px;
	line-height: 120%;
}
.price{
	text-align: right;
	font-size: 10px;
}

#pager_wrap{
	clear: both;
	margin: 0 auto 70px;
	padding-top: 50px;
	text-align: center;
}

#pager li{
	list-style: none;
	display: inline-block;
	border: 1px solid #727171;
	margin: 0 3px;
}
#pager li a{
	font-size: 12px;
	color: #727171;
	padding: 0 10px;
	display: block;
}
#pager li a:hover{
	opacity: 0.7;
	-moz-opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}


@media screen and (max-width:880px){

#style_wrap{
	width: 100%;
}
/*#sub_title{
	width: 100%;
	margin: 0;
	line-height: 0;
}
#sub_title h1{
	line-height: 0;
	margin-bottom: 0;
	font-size: 0;
}*/
#product_wrap{
	width: 100%;
	
}
.product_box:nth-child(even){
	float: none;
}
.product_box:nth-child(odd){
	float: none;
}
.product_box{
	width: 100%;
	border-right: none;
}
.inner_left{
	padding: 0;
}



#pager_wrap{
	display: none;
}



}

@media screen and (max-width:480px){


}





































