@charset 'UTF-8';

/* sell.html
**************************************************/

/* shop information */
#shop_information {
  margin-bottom: 5%;
}

#shop_information p {
  padding-left: 18px;
}

#shop {
  margin-bottom: 3%;
}

#shop,
#googlemap {
  width: 100%;
}

/* sell menu */
#sell > div {
  margin-top: 2%;
}

/* about box */
.about_box {
  padding-bottom: 4%;
}

.about_box > p {
  width: 97%;
  margin: 0 auto;
}

.about_line {
  padding-bottom: 2%;
  color: #0068b7;
  font-weight: bold;
}

#about_form_anchor {
  color: #0068b7;
  text-decoration: underline;
}
