@charset "UTF-8";
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, dl, dt, dd, a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}

body {
  font-family: YakuHanJP, 'Roboto', sans-serif;
  font-weight: 400;
  color: #222;
  background-color: #FFFFFF;
  text-align: left;
  font-size: 75%;
  /* IE */
  -webkit-text-size-adjust: 100%;
}

body.lock {
  overflow: hidden;
  height: 100%;
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

html > body {
  font-size: 16px;
  /* Except IE */
  background-color: #256920;
}

#allDocument {
  position: relative;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: solid 1px #CCC;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

ol, ul {
  padding: 0;
  padding-left: 1em;
}

ol li, ul li {
  margin-bottom: 1em;
}

dl dt {
  font-weight: bold;
}

a {
  color: black;
  text-decoration: none;
	transition: all 0.4s ease;
}

a:hover {
  text-decoration: none;
  opacity: 0.8;

  background-color: #c5edc4;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.wp-caption {
  background-color: #F7F7F7;
  border: 1px solid #DEDEDE;
  padding: 5px 0;
  text-align: center;
}

.wp-caption img {
  display: block;
  margin: 0 auto;
}

#content .wp-caption p.wp-caption-text {
  padding: 5px 10px 0;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
#allDocument {
  background-color: #FFFFFF;
  background-image: url();
  background-position: 0px 0px;
  background-repeat: repeat-x;
}

@media only screen and (max-width: 768px) {
  img {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}
