@charset "UTF-8";

/* あ */

div.price_box{
  margin-bottom: 30px;
  padding: 5px 10px;
  border: 1px solid #ccc;
}

p.price_attention{
  margin-bottom: 5px;
  font-size: 0.9em;
}

/* PC */
@media screen and (min-width:960px){
.price_attention{
    padding-left: 20px;
  }
}

