.detail-title {
  display: block;
  background-color: #f0788c;
  padding: 8px 5px;
  margin-bottom: 10px;
  text-align:left !important;
}

.detail-title h1 {
  display: inline;
  font-size: 14px;
  color: #fff;
  letter-spacing: 1px;
}

.btn-warning.tel-button {
   background-color: #ffa030;
   border-color: #ffa030;
   border-radius: 5px;
   padding: 10px 7px;
   font-size: 12px;
  letter-spacing: normal;
}

.btn-warning.detail-button {
   background-color: #ef6262;
   border-color: #ef6262;
   /* background: #de264c; */
   /* border-color: #af1b3a; */
   border-radius: 5px;
   padding: 10px 7px;
   font-size: 12px;
   margin-left: 8px;
   border-radius: 8px;
   /* border-width: 0 0 3px 0; */
   border-style: solid;
   font-family: Arial,'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
   color: #FFF !important;
   text-decoration: none !important;
   letter-spacing: 1px;
}

.form-button {
  display: block;
  width: 100%;
  padding: 14px 0;
  border-radius: 6px;
  /* border-width: 0 0 4px 0; */
  border-style: solid;
  font-family: Arial,'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #FFF !important;
  text-decoration: none !important;
  line-height: 1.3;
  /* background: #de264c; */
  /* border-color: #af1b3a; */
  background-color: #ef6262;
  border-color: #ef6262;
  margin:0 auto;
}

.more-info-button {
  display: block;
  width: 95%;
  padding: 14px 10px;
  font-family: Arial,'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #FFF !important;
  text-decoration: none !important;
  line-height: 1.4;
  margin:0 auto;
  margin-top: 50px;

  background-color: #40b2a2;
  padding: 18px 0;
  margin-bottom: 0px;
  border-width: 0px;
  border-radius: 6px;
  border-style: solid;
  border-color: #fff;
}

ol.breadcrumb {
  background-color: #fff;
  padding: 0;
}

body {
  font-size: 13px;
}

.form-button {
  background-color: #40b2a2;
  padding: 18px 0;
  margin-bottom: 0px;
  border-width: 0 0 0px 0;
  border-radius: 6px;
  border-style: solid;
  border-color: #339992;
}

.detail-table td {
  text-align:left;
}

.detail-table tr td:nth-child(1) {
  background-color:#f1f1f1;
  font-weight:bold;
}

.detail-label {
  color:#f0788c;
  font-size:14px;
  border-bottom: 2px solid #f0788c;
  padding-bottom:5px;
  font-weight:bold;
  text-align:left;
  margin-bottom:0;
}

.color-pink {
  color:#ef6262;
}

.detail-recommend-item {
  border: 1px solid #ccc;
  margin: 10px 0;
  padding: 10px;
}


.detail-recommend-item table td {
  border-bottom: 1px dotted #ddd  !important;
  border-top: none !important;
}

.detail-button {
  width: 100%;
  background-color: #fff !important;
  color: #ef6262 !important;
  border: 1px solid #f0788c !important;
}

.detail-tag {
  display: inline-block;
  border: 1px solid #f0788c;
  border-radius: 5px;
  font-weight: bold;
  width: 49%;
  margin-bottom: 3px;
  padding: 5px 3px;
  color:#f0788c;
  font-size:11px;
}

