#main .box_list .pic {
	padding: 0px;
}
#main .price {
	display: inline;
}
.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
}
.icon_star {
  float: left;
  width: 75px;
  overflow: hidden;
}
.icon_star img {
  max-width: inherit;
}
.review_poster li {
  float: left;
  margin-left: 10px;
}
.review_poster li {
  list-style: none;
}
.reviewlist {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}
.review_ttl,
.shopcomment_ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.review_img {
  float: right;
  margin: 0 0 10px 10px
}
.reviewlist_content {
  overflow: hidden;
  zoom: 1;
}
.shopcomment {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #eee;
  padding: 15px;
  border-radius: 6px;
}

/*-------------------------------------------------
 保安・農業ボタン
-------------------------------------------------*/
#box ul {
  list-style: none;
}

#box
li {
  display: inline-block;
  width: 350px;
  height: 20px;
  background-color: none;
  padding: 50px
  margin: 10px;
  box-shadow: none; /* ここで初期値を設定しないとEdgeやIEで動かないようだ*/
  animation: blink 1s linear infinite;
}
#box
li:nth-of-type(1) {
  animation-delay: 0.5s;
}

#box
li:nth-of-type(2) {
  animation-delay: 1s;
}

* {
  box-sizing: border-box;
}