/* CSS Document */
body#araki {
  background-image: url(../images/ark_haikei_image.jpg);
  background-color: #f0f2e7;
  background-repeat: repeat; }

h1#h1seo {
  margin: 0;
  font-size: 1.4rem;
  color: #ecf4fd;
  font-weight: normal;
  padding: 0.5em 0;
  text-align: right; }

div.h1_area {
  background-color: #004866; }

div.jumbotron {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  background-color: white;
  border-radius: 0 !important;
  margin-bottom: 0 !important;
  border-top: solid 10px #007db3;
  border-bottom: solid 5px #007db3; }
  div.jumbotron p {
    font-size: 1.7rem;
    color: black;
    font-weight: normal; }
    div.jumbotron p span {
      font-size: 0.7em; }

div.inner_contents {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px 3%; }
  div.inner_contents h2 strong {
    background: linear-gradient(transparent 75%, #ffdc00 75%);
    font-weight: bold; }
  div.inner_contents h5, div.inner_contents p {
    font-size: 1.7rem;
    line-height: 1.7;
    padding-left: 3em;
    text-indent: -3em; }
  div.inner_contents h5 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold; }
  div.inner_contents .textbox {
    padding-right: 12px; }
  div.inner_contents p {
    margin-top: o;
    margin-bottom: 29px;
    font-weight: normal; }
  div.inner_contents p.araki_prf {
    font-size: 1.3rem;
    line-height: 1.3;
    padding: 0;
    text-indent: 0;
    margin-top: 0.5rem; }
  div.inner_contents .space {
    padding: 0 0.5em 0 0.5em; }
  div.inner_contents table caption {
    color: #007db3;
    font-weight: bold;
    font-size: 1.7rem; }
  div.inner_contents table tbody tr td {
    background-color: #c4e3f3;
    border-bottom: solid 1px #007db3; }
  div.inner_contents table tbody tr td.leftbox {
    color: #007db3;
    font-weight: bold;
    width: 30%; }
  div.inner_contents table tbody tr:nth-child(3) td {
    border-bottom: none; }

div.h2_headline h2 {
  font-size: 3.8rem;
  margin: 0;
  color: #007db3;
  line-height: 1.3;
  font-weight: bold; }

footer ul li {
  color: #ecf4fd; }
  footer ul li a:link {
    color: white; }
  footer ul li a:visited {
    color: white; }
  footer ul li a:hover {
    color: white; }

footer p {
  color: #ecf4fd; }

footer .inner_box {
  background-color: #007db3;
  padding: 1rem 3%; }
