@charset "euc-jp";
span.sold_out {
  display: block;
  background: #666;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  margin-top: -5px;
}

.inportant_info_box_shop {
	width: 100%;
	margin: 15px auto auto auto;
	padding: 15px 25px;
	border: 1px solid #444;
	border-radius: 5px;
}
.inportant_info_box_shop h3 {
 	font-weight: bold;
	margin-bottom: 5px;
  	line-height: 1.5rem;
}
.inportant_info_box_shop p {
  line-height: 1.5rem;
}