@charset "UTF-8";
/*  reset
************************************************************/
html, body, div, a, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ul, ol {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input, select {
  vertical-align: middle; }

img {
  vertical-align: top; }

a:link {
  color: #06c; }
a:visited {
  color: #969; }
a:active {
  color: #f36; }
a:hover {
  color: #f36;
  text-decoration: underline; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

/*  content, etc...
************************************************************/
body {
  background: #fbf7ec; }

.contentWrapper {
  width: 1014px;
  margin: 55px auto 30px;
  position: relative;
  background: url(../img/deco_inner.png) repeat-y center center; }
  .contentWrapper:before {
    content: " ";
    display: block;
    background: url(../img/deco_top.png) no-repeat center center;
    width: 100%;
    height: 89px;
    position: absolute;
    top: -47px;
    left: 0px; }
  .contentWrapper:after {
    content: " ";
    display: block;
    background: url(../img/deco_btm.png) no-repeat center center;
    width: 100%;
    height: 2px; }

.head {
  padding-top: 45px; }
  .head h1 img {
    display: block;
    margin: 0 auto; }
  .head p {
    padding-bottom: 10px; }
    .head p img {
      display: block;
      margin: 10px auto 0; }

.contentsWrap {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",Arial,Helvetica,sans-serif;
  padding-bottom: 40px; }
  .contentsWrap h2 {
    margin: 15px auto 25px; }
  .contentsWrap .moreInfo {
    display: block;
    margin-top: 30px; }
    .contentsWrap .moreInfo a:hover {
      opacity: 0.8; }

.summaryContents, .noticeContents {
  text-align: left;
  color: #666;
  width: 860px;
  margin: 0 auto;
  padding-top: 20px;
  line-height: 1.6;
  font-size: 15px; }

.txNotice {
  color: #d53722; }

a.noticeLink {
  color: #17a1da;
  text-decoration: underline; }

.noticeContents {
  background: #f5f5f5;
  padding: 30px;
  margin-bottom: 80px;
  width: 800px; }
  .noticeContents h4 {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 10px; }
  .noticeContents dl dt {
    font-size: 14px;
    margin-bottom: 2px; }
  .noticeContents dl dd {
    font-size: 12px;
    margin-bottom: 20px; }
    .noticeContents dl dd dt {
      font-size: 12px;
      margin-bottom: 2px; }
    .noticeContents dl dd dd {
      margin-bottom: 2px; }
    .noticeContents dl dd ol li {
      line-height: 1.8; }
    .noticeContents dl dd p {
      padding-top: 10px; }
  .noticeContents span {
    display: block; }

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

/*# sourceMappingURL=style.css.map */
