@media screen and (min-width:641px) {

/*------------------------------------------------------------------------------------------------------------------
　商品一覧
-------------------------------------------------------------------------------------------------------------------*/

.rank {
	text-align:left;
	font-size:18px;
}

.list {
	list-style:none;
}
	.list li a {
		border:#9f9f9f solid 1px;
		border-radius:7px;
		margin-bottom:10px;
		padding:10px;
		position:relative;
	}
	.list li a:after {
		content:"";
		clear:both;
		display:block;
	}
		.list li a .photo {
			float:left;
			width:139px;
			margin-right:10px;
		}
			.list li .photo img {
				max-width:139px;
			}
		.list li a p {
			font-size:22px;
			float:left;
			width:320px;
          color:#333333 !important;
		}
			.list li a p .price {
				color:#f00;
				font-size:24px;
			}
			.list li a p .comment {
				color:#999;
				font-size:18px;
			}
		
		.list a .ar {
			background:url(../image/ar.png) no-repeat;
			width:20px; height:50px;
			position:absolute;
			top: 50%; right:18px;
			-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			transform: translateY(-50%);
		}

.pagenavi {
  position:relative;
  height:92px;
}

.pagenavi p {
  font-size:20px;
  margin-bottom:10px;
}

.pagenavi a {
  text-decoration:none;
  border-radius:5px;
}

.pagenavi .prev {
  position:absolute;
  left:0;
  display:block;
  background-color:#333333;
  color:#ffffff;
  width:200px;
  height:50px;
  line-height:50px;
  text-align:center;
}

.pagenavi .next {
  position:absolute;
  right:0;
  display:block;
  background-color:#333333;
  color:#ffffff;
  width:200px;
  height:50px;
  line-height:50px;
  text-align:center;
}


/*------------------------------------------------------------------------------------------------------------------
　商品詳細
-------------------------------------------------------------------------------------------------------------------*/

.detail-photo {
	text-align:center;
	width:100%;
}
	.detail-photo img {
		max-width:522px;
	}

.detail-title {
	color:#f66200;
	margin-top:20px;
}
.button {
	width:450px;
}

}

@media screen and (max-width:640px) {
	
/*------------------------------------------------------------------------------------------------------------------
　商品一覧
-------------------------------------------------------------------------------------------------------------------*/

.rank {
  width:535px;
}

.rank span {
	display:inline-block;
	width:165px;
	height:50px;
	line-height:50px;
	background-color:#E4E4E4;
	color:#333333;
	text-align:center;
	margin-right:2px;
	border-radius:3px;
}

.rank span a {
	text-decoration:none !important;
	display:block;
	width:163px;
	height:50px;
	color:#ffffff !important;
	background-color:#333333;
  border-radius:3px;
}

.list {
	list-style:none;
}
	.list li a {
		border:#9f9f9f solid 1px;
		border-radius:7px;
		margin-bottom:10px;
		padding:10px;
		position:relative;
	}
	.list li a:after {
		content:"";
		clear:both;
		display:block;
	}
		.list li a .photo {
			float:left;
			width:139px;
			margin-right:10px;
		}
			.list li .photo img {
				max-width:139px;
			}
		.list li a p {
			font-size:22px !important;
			float:left;
			width:320px;
          color:#333333 !important;
		}
			.list li a p .price {
				color:#f00;
				font-size:24px;
			}
			.list li a p .comment {
				color:#999;
				font-size:18px;
			}
		
		.list a .ar {
			background:url(../image/ar.png) no-repeat;
			width:20px; height:50px;
			position:absolute;
			top: 50%; right:18px;
			-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			transform: translateY(-50%);
		}

.pagenavi {
  position:relative;
  height:92px;
}

.pagenavi p {
  font-size:20px;
  margin-bottom:10px;
}

.pagenavi a {
  text-decoration:none;
  border-radius:5px;
}

.pagenavi .prev {
  position:absolute;
  left:0;
  display:block;
  background-color:#333333;
  color:#ffffff;
  width:200px;
  height:50px;
  line-height:50px;
  text-align:center;
}

.pagenavi .next {
  position:absolute;
  right:0;
  display:block;
  background-color:#333333;
  color:#ffffff;
  width:200px;
  height:50px;
  line-height:50px;
  text-align:center;
}


/*------------------------------------------------------------------------------------------------------------------
　商品詳細
-------------------------------------------------------------------------------------------------------------------*/

.detail-photo {
	text-align:center;
	width:100%;
}
	.detail-photo img {
		max-width:522px;
	}

.detail-title {
	color:#f66200;
	margin-top:20px;
}
.button {
	width:450px;
}
	
}