@charset "utf-8";
/* CSS Document */

@import url("products.css");

#pickup .pro_img{
	padding: 0;
	text-align: center;
    border:none;
	margin-bottom: 10px;
	
	/*
	display: table-cell;
	width: 180px;
	height: 180px;
	*/
    vertical-align: middle;
    overflow: hidden;
}


#pickup .pro_list li .pro_img img {
	width: auto;
    height: auto;
    max-width: 245px;
    max-height: 245px;
}



#pickup .bottom_more_btn {
	text-align: center;
	width: 320px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}
#pickup .bottom_more_btn a {
	display: block;
	height: 70px;
	padding: 26px 0 0;
	background: #FD7402 url(../img/arrow02.png) no-repeat 93% 48%/8px 14px;
	color: #FFF;
	letter-spacing: 0.04em;
	font-weight: bold;
}



@media screen and (max-width: 667px){
	
	#pickup .bottom_more_btn {
		width: auto;
		margin: 0 auto 0;
		padding: 20px 0 0 0;
	}
	#pickup .bottom_more_btn a {
	}

	
	#pickup .pro_img{
	}


	#pickup .pro_list li .pro_img img {
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 200px;
	}


}
