body {
  color: #323232;
  font-family: 'Hiragino Sans','ヒラギノ角ゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ','Meiryo','ＭＳ Ｐゴシック',Osaka,Verdana,sans-serif;
  font-size: 13px;
  line-height: 1.8;
  overflow-x: hidden;
}

strong {
  font-weight: bold;
}

.o-info {
  padding: 10px 15px;
}
.o-info--alert {
  background-color: #FFE6E8;
}

.o-btn {
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 6px;
  display: block;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.o-btn i {
  font-size: 18px;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -9px;
}
.o-btn--hasicon {
  padding-left: 30px;
}
.o-btn--yellow {
  background-color: #edab40;
  color: #fff;
}
.o-btn--pink {
  background-color: #dd6261;
  color: #fff;
}

.o-header-suzuki {
  padding-top: 10px;
}

.o-score {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #B4B4B4;
}
.o-score__thumbnail {
  border: 1px solid #f2f2f2;
}
.o-score__header {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
  background: url('../img/score__header.png') 0 0 no-repeat;
  background-size: 40px;
  line-height: 40px;
  padding-left: 50px;
}

.l-footer {
  padding: 10px 0;
  background-color: #3B977d;
  color: #fff;
}

.u-text-hunging {
  text-indent: -1em;
  padding-left: 1em;
}