@charset "utf-8";
@import url(default.css);
@import url(common.css);
@import url(header.css);
@import url(footer.css);
@import url(list.css);
@import url(all.min.css);

/*---------------------------
レンタル情報
---------------------------*/
/* 見出し背景 */
main article .h1-header {
  background-color: #09924b;
}
/* 詳細 */
.list section .detail h3 {
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
.list section .detail dl {
  font-size: 14px;
}
.list section .detail dt,
.list section .detail dd {
  padding: 0.5em;
  box-sizing: border-box;
}
.list section .detail dt {
  width: 6em;
}
.list section .detail dd {
  width: calc(100% - 6em);
  padding-left: 0;
  text-align: right;
}
