@charset "utf-8";

/* CSS Document */
#main dl {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: #ccc dotted 1px;
}
#main dt {
  width: 260px;
  float: left;
}
#main dt span {
  color:var(--color-main);
}
#main dd {
  width: 490px;
  float: left;
}

/* カスタマーサポート　エリア設定 ------------------------　*/
.cs-address b {
  padding:1px 3px 3px;
  font-weight: bold;
  color: #FFF;
  background:var(--color-main);
  margin: 0 10px 0 0;
}
.cs-address strong {
  color:var(--color-sub);
  font-weight: normal;
}
