@charset "UTF-8";

.item li {
	float:left;
	width:306px;
	margin:0 31px 30px 0;
}
.item li table {
	margin-bottom:10px;
}
.item li td {
	height:306px;
	background-color:#eaeef6;
}
.item li:nth-child(3n) {
	margin-right:0;
}
.jrimg {
	max-width:286px;
	max-height:286px;
	width: expression(this.width >= this.height ? "286px" : "auto");
	height: expression(this.width <= this.height ? "286px" : "auto");
}

.waku {
	border:1px solid #0057b9;
	padding:20px;
}
@media screen and (min-width: 500px) {

}



@media screen and (max-width: 499px) {
.item li {
	float:none;
	width:auto;
	margin:0 0 30px 0;
}
.item li td {
	height:300px;
}
.jrimg {
	max-width:94%;
	max-height:280px;
	width: expression(this.width >= this.height ? "94%" : "auto");
	height: expression(this.width <= this.height ? "280px" : "auto");
}

}

