@charset "utf-8";

.cssskin-okuzuke .c-body {
  color: #ffffff;
  line-height: 1.5;
}

.cssskin-okuzuke .c-small_headline {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 5px;
}

.cssskin-okuzuke .c-large_headline {
  font-size: 20px;
  font-weight: normal;
  color: #00a7f7;
  padding-top: 15px;
}

.cssskin-okuzuke .c-title {
  font-size: 36px;
  font-weight: normal;
  border-bottom: transparent;
}

.cssskin-okuzuke .c-page_title {
  font-size: 38px;
  font-weight: normal;
}

.cssskin-okuzuke a:link {
  color: #d0e8ff;
  border-bottom: 5px solid transparent;
}

.cssskin-okuzuke a:visited {
  color: #d0e8ff;
}

.cssskin-okuzuke a:hover {
  color: #ff0000;
  border-bottom: transparent;
  background-color: transparent;
}

