@charset "UTF-8";

/* .productArea */
.productArea {
	max-width:880px;
	margin:0 auto;
	padding:44px 0 25px;
}
.productArea ul {
	width:98%;
	margin:0 auto;
	clear:both;
}
.productArea ul li {
	width:50%;
	float:left;
	padding:0 0.4% 11px;
	box-sizing:border-box;
}
.productArea ul li img {
	width:100%;
}
.productArea ul li a {
	display:block;
	position:relative;
	color:#000;
}
.productArea ul li a span {
	width:100%;
	text-align:center;
	position:absolute;
	top:57%;
	left:0;
	letter-spacing:2px;
}
.productArea ul li a span.sp01 {
	letter-spacing:0px;
}
.request {
	text-align:center;
}
.request img {
	width:auto;
}
@media only screen and (min-width:1px) and (max-width:740px) {
.productArea ul li a span {
	font-size:20px;
}
}
@media only screen and (min-width:1px) and (max-width:640px) {
.productArea ul li {
	width:100%;
}
.productArea ul li a span {
/*	font-size:10px;*/
}
.productArea ul li a span.sp01 {
	letter-spacing:-1px;
/*	font-size:7px;
*/	top:60%;
}
.request img {
	width:90%;
}

} 