html,body,div,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,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 {
  border:0;
  font:inherit;
  font-size:100%;
  margin:0;
  padding:0;
  vertical-align:baseline;
  word-break: break-all;
}

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

body {
  background-color: #594343;
  font-family: "Averia Serif Libre","Times New Roman","游明朝",YuMincho,"Hiragino Mincho ProN",Meiryo,serif;
  color: #444;
}

#whiter {
  background: url(/image/document_bg.jpg) center top no-repeat #fff;
}
#whiter > * {
  padding-left: 59px;
  padding-right: 59px;
}

p {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 0.8em;
}

.text-danger {
  color: #a94442;
}

.backtohome{
  margin: 2em 0;
}

a {
  color: #9c1219;
  text-decoration: none;
}
a:hover {
  color: #b8b8b8 !important;
}
.sectionContent a, footer a {
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

#contents {
}

header {
  padding-top: 69px;
  padding-bottom: 39px;
}

header img {
  max-width: 100%;
  width: 200px;
}

header a {
  color: inherit;
}

header a:hover {
  color: inherit !important;
}

section {
  padding: 20px 0;
  display: table;
  vertical-align: top;
}

section:first-child {
  /* 	border-top: 0; */
}

section:last-child {
  padding: 20px 0 10px;
}

.sectionTitle, .sectionContent {
  display: table-cell;
  vertical-align: top;
  margin: 0 auto;
}
.sectionContent img {
  max-width: 100%;
}

.sectionContent h1 {
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1.3em;
  margin-bottom: 29px;
  color: #111;
}
.sectionContent h2 {
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1em;
  font-weight: bold;
  margin: 19px 0 9px 0;
  color: #111;
}
.sectionContent h3 {
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1em;
  font-weight: bold;
  margin: 9px 0 5px 0;
  text-decoration: underline;
}
.sectionContent h4 {
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1em;
  font-weight: bold;
  margin: 9px 0 3px 0;
}
.sectionContent .bookmark::before {
  content: '\f097\a0';
  font-family: FontAwesome;
  margin-left: 2px;
}
.sectionContent > p {
  font-size: .8em;
}
.sectionContent > ol {
  font-size: .8em;
}
.sectionContent ol {
  margin-left: 1.8em;
  padding: 0;
}
.sectionContent ol li {
  margin: .7em 0;
}
.sectionContent ol li ul {
  margin-left: 1em;
}
.sectionContent dd {
  margin-bottom: 1.4em;
}
.sectionContent dt {
  text-decoration: underline;
}
.sectionContent table {
  font-size: .8em;
  border-spacing: 0;
  border-collapse: collapse;
}
.sectionContent table tr > * {
  border-bottom: 1px solid #d6d6d6;
  padding-top: .4em;
}
.sectionContent table th {
  padding-right: 2.4em;
  white-space: nowrap;
  text-align: left;
}
.sectionContent table td span {
  width: 6em;
  display: inline-block;
}

.sectionTitle {
}

.sectionTitle > div {
  color: #252525;
  background: url(/image/info.png) left bottom no-repeat;
  min-width: 220px;
  min-height: 55px;
  position: relative;
}
.sectionTitle > div > div {
  position: absolute;
  bottom: 11px;
  left: 29px;
}
.sectionTitle h1 {
  font-family: 'IM Fell English', Helvetica, Arial, sans-serif;
  font-size: 1.3em;
  line-height: .8;
}
.sectionTitle h2 {
  font-size: .8em;
  padding-left: 4px;
  color: #5c5c5c;
}

#topics {
}

#topics ul {
  list-style: none;
  margin-left: 1em;
}
#topics li {
  text-indent: -1em;
  font-size: .9em;
  margin-bottom: .5em;
}
#topics li:before {
  content: '\f0a1\a0';
  font-family: FontAwesome;
}
#topics li i {
  font-size: .8em;
  margin-left: 1em;
}


footer {
  background: url(/image/footer_bg.gif) center top no-repeat;
  padding: 211px 0 90px 0;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
  font-size: .8em;
  text-align: center;
}
footer .copyright {
}
footer li {
  display: inline-block;
  margin: .2em;
  color: #e2e2e2;
}
footer a {
  border: none;
  color: inherit;
}

@media(max-width:767px) {
  #whiter > * {
    padding-left: 3px;
    padding-right: 3px;
  }
  header {
    padding: 69px 9px 20px 9px;
  }
  header img {
  }

  .sectionTitle, .sectionContent {
    display: block;
  }
  .sectionContent {
    margin: 12px 0 0 21px;
  }
}

@-webkit-keyframes reset {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes reset {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes reset {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.quickFade {
  -webkit-animation-name: reset, fade-in;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;

  -moz-animation-name: reset, fade-in;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: ease-in;

  animation-name: reset, fade-in;
  animation-duration: 1s;
  animation-timing-function: ease-in;
}

.delayShort {
  -webkit-animation-delay: 0, .2s;
  -moz-animation-delay: 0, .2s;
  animation-delay: 0, .2s;
}

.delayMiddle {
  -webkit-animation-delay: 0, .5s;
  -moz-animation-delay: 0, .5s;
  animation-delay: 0, .5s;
}

.delayLong {
  -webkit-animation-delay: 0, 1s;
  -moz-animation-delay: 0, 1s;
  animation-delay: 0, 1s;
}

