@charset "UTF-8";
/* ==================================================
base
================================================== */
/*サイト全体の背景色を変更する場合*/
/*body { background: #fff; }*/
/*コンテンツ部の背景に画像を敷く場合*/
/*.wrapper { background: url(../img/xxx.png) repeat-x; }*/
/*コンテンツ部の上部をヘッダーに付ける場合*/
/*#contents { padding-top: 0; }*/
/*1カラムだけの場合*/
/*
#main { width: 100%; }
aside#side { display: none; }
*/
#contents {
  max-width: 1060px;
  width: 96%;
}

#contents ul li {
  padding-left: 0;
}

#contents ul li:before {
  display: none;
}

/* ==================================================
オリジナルの追加
================================================== */
.section .article h3 {
  border-bottom: 1px solid #ffc646;
}
.section .article h3 span {
  font-size: 0.8rem;
  margin-left: 1rem;
  font-weight: normal;
}
.section .article .note {
  padding: 1rem;
  margin: 2rem 0;
  border: 1px solid #ddd;
  font-size: 0.9rem;
}
.section .article dl {
  vertical-align: top;
}
.section .article dl dt {
  display: inline-block;
  margin-right: 1rem;
  color: #b1b1b1;
  width: 2rem;
}
.section .article dl dd {
  display: inline-block;
}/*# sourceMappingURL=styles.css.map */