@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 360px) {
  * {
    -webkit-text-size-adjust: none;
  }
}

@media all and (orientation: portrait) {
  img {
    max-width: 100%;
    height: auto;
  }
}

@media all and (orientation: landscape) {
  img {
    max-width: 100%;
    height: auto;
  }
}

h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

.neko-respo {
  width: 336px;
  height: 280px;
}

@media screen and (max-width: 768px) {
  .neko-respo {
    width: 728px;
    height: 90px;
  }
}

@media screen and (max-width: 480px) {
  .neko-respo {
    width: 320px;
    height: 100px;
  }
}

@media screen and (max-width: 320px) {
  .neko-respo {
    width: 320px;
    height: 100px;
  }
}

.nekogoo2 {
  width: 336px;
  height: 280px;
}

@media (max-width: 320px) {
  .kokogoo3 {
    display: none;
  }
}

@media (max-width: 480px) {
  .kokogoo3 {
    display: none;
  }
}

@media (max-width: 600px) {
  .kokogoo3 {
    width: 250px;
    height: 250px;
  }
}

@media (max-width: 768px) {
  .kokogoo3 {
    width: 250px;
    height: 250px;
  }
}

.nekogoo1 {
  width: 336px;
  height: 280px;
}

@media (max-width: 320px) {
  .kokogoo1 {
    width: 300px;
    height: 250px;
  }
}

@media (max-width: 480px) {
  .kokogoo1 {
    width: 336px;
    height: 280px;
  }
}

@media (max-width: 600px) {
  .kokogoo1 {
    width: 250px;
    height: 250px;
  }
}

@media (max-width: 768px) {
  .kokogoo1 {
    width: 250px;
    height: 250px;
  }
}

#main #topic-path,
#main #topic-path #cse-search-box,
#main #topic-path #menu-icon,
#main #fram2,
#main #contents2 #mostreadbox,
#main #contents2 #underbox,
#main #contents2 #mbox,
#main #submenu {
  *zoom: 1;
}

#main #topic-path:before,
#main #topic-path #cse-search-box:before,
#main #topic-path #menu-icon:before,
#main #fram2:before,
#main #contents2 #mostreadbox:before,
#main #contents2 #underbox:before,
#main #contents2 #mbox:before,
#main #submenu:before,
#main #topic-path:after,
#main #topic-path #cse-search-box:after,
#main #topic-path #menu-icon:after,
#main #fram2:after,
#main #contents2 #mostreadbox:after,
#main #contents2 #underbox:after,
#main #contents2 #mbox:after,
#main #submenu:after {
  content: " ";
  display: table;
}

#main #topic-path:after,
#main #topic-path #cse-search-box:after,
#main #topic-path #menu-icon:after,
#main #fram2:after,
#main #contents2 #mostreadbox:after,
#main #contents2 #underbox:after,
#main #contents2 #mbox:after,
#main #submenu:after {
  clear: both;
}

@font-face {
  font-family: "neko-logo";
  src: url("https://nekogenki.com/fonts/mplus-2p-bold-sub.eot") format("eot");
  src: url("https://nekogenki.com/fonts/mplus-2p-bold-sub.woff") format("woff");
  src: url("https://nekogenki.com/fonts/mplus-2p-bold-sub.ttf")
    format("truetype");
}

body {
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, Georgia,
    sans-serif;
  font-size: 100%;
  text-align: center;
}

body:before {
  content: "";
  position: fixed;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  z-index: 100;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}

body {
  background-color: #eef0f5;
  background-image: url("img/pw_maze_white.png");
}

Form {
  margin: 0px;
  padding: 0px;
}

p,
.discription {
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, Georgia,
    sans-serif;
  margin: 10px;
  padding: 10px;
  text-align: left;
  float: none;
  font-size: 113%;
}

a:link {
  color: #fff;
  text-decoration: none;
}

a:visited {
  color: #fff;
}

a:hover {
  color: #d8e2f8;
}

a:active {
  color: #e0eefa;
}

#header H1 {
  font-size: 69%;
  margin-top: 2px;
  margin-left: 5px;
  margin-bottom: 2px;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, Georgia,
    sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #fff;
}

#main {
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  *zoom: 1;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
}

#main:before,
#main:after {
  content: " ";
  display: table;
}

#main:after {
  clear: both;
}

#main #header {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  height: 80px;
  background-color: #1c4c71;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 3px 5px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 3px 5px inset;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 3px 5px inset;
  margin-bottom: 1em;
  background-image: -ms-linear-gradient(top, #02062b 0%, #002c42 100%);
  background-image: -moz-linear-gradient(top, #02062b 0%, #002c42 100%);
  background-image: -o-linear-gradient(top, #02062b 0%, #002c42 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #02062b),
    color-stop(1, #002c42)
  );
  background-image: -webkit-linear-gradient(top, #02062b 0%, #002c42 100%);
  background-image: linear, to bottom, #02062b 0%, #002c42 100%;
}

#main #header:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  #main #header {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 100%;
    height: auto;
  }
  #main #header:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  #main #header {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
    height: auto;
  }
  #main #header:last-child {
    margin-right: 0;
  }
}

#main #header #site-title {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
}

#main #header #site-title:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  #main #header #site-title {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 100%;
  }
  #main #header #site-title:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  #main #header #site-title {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  #main #header #site-title:last-child {
    margin-right: 0;
  }
}

#main #header #site-title #title {
  width: 98%;
  font-family: neko-logo;
  text-shadow: rgba(0, 26, 49, 0.2) 1px 1px 0, rgba(0, 26, 49, 0.2) 2px 2px 0,
    rgba(0, 26, 49, 0.2) 3px 3px 0;
  font-size: 225%;
  font-weight: 400;
  color: #ffffff;
  padding-left: 10px;
}

@media screen and (max-width: 768px) {
  #main #header #site-title #title {
    font-size: 238%;
  }
}

@media screen and (max-width: 479px) {
  #main #header #site-title #title {
    font-size: 125%;
  }
}

@media (max-width: 320px) {
  #main #header #site-title #title {
    font-size: 113%;
  }
}

#main #header #site-title #topcon {
  font-size: 69%;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}

#main #header #site-title #topcon:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  #main #header #site-title #topcon {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  #main #header #site-title #topcon {
    display: none;
  }
}

#main #global-navigation {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  text-shadow: rgba(0, 26, 49, 0.2) 1px 1px 0, rgba(0, 26, 49, 0.2) 2px 2px 0,
    rgba(0, 26, 49, 0.2) 3px 3px 0;
  height: auto;
  background-color: white;
}

#main #global-navigation:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  #main #global-navigation {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  #main #global-navigation {
    display: none;
  }
}

#main #global-navigation .navibox {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%;
  font-size: 10px;
  float: left;
  height: 15px;
  padding-left: 5px;
}

#main #global-navigation .navibox:last-child {
  margin-right: 0;
}

#main #global-navigation .navibox:nth-child(6n) {
  margin-right: 0;
}

#main #global-navigation .navibox:nth-child(6n + 1) {
  clear: left;
}

#main #global-navigation .navibox a {
  color: #336699;
  display: block;
  text-decoration: none;
}

#main #global-navigation .navibox a:hover {
  color: #002c42;
  text-decoration: underline;
}

#main #global-navigation .navibox a:active {
  color: #16599b;
  text-decoration: underline;
}

#main #global-navigation .navibox:hover {
  background: #bcd5f4;
  border: solid 1px #2a4e77;
  text-decoration: none;
}

#main #topic-path {
  width: 100%;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  display: inline-block;
  background-color: #103e5d;
  margin-bottom: 10px;
  height: 50px;
  color: #fff;
  background-image: -ms-linear-gradient(top, #02062b 0%, #002c42 100%);
  background-image: -moz-linear-gradient(top, #02062b 0%, #002c42 100%);
  background-image: -o-linear-gradient(top, #02062b 0%, #002c42 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #02062b),
    color-stop(1, #002c42)
  );
  background-image: -webkit-linear-gradient(top, #02062b 0%, #002c42 100%);
  background-image: linear, to bottom, #02062b 0%, #002c42 100%;
}

#main #topic-path #cse-search-box {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  padding: 2.35765%;
  float: left;
  height: 50px;
  padding: 4px 6px;
}

#main #topic-path #cse-search-box:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  #main #topic-path #cse-search-box {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 74.10533%;
    float: left;
  }
  #main #topic-path #cse-search-box:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  #main #topic-path #cse-search-box {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 73.14426%;
    float: left;
  }
  #main #topic-path #cse-search-box:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 320px) {
  #main #topic-path #cse-search-box {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 73.14426%;
    float: left;
  }
  #main #topic-path #cse-search-box:last-child {
    margin-right: 0;
  }
}

#main #topic-path #menu-icon {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%;
  padding: 2.35765%;
  float: right;
  color: #fff;
  border: 1px solid #3a9138;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #99c498;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  background-color: #60b25e;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #60b25e),
    color-stop(100%, #3e9c3c)
  );
  background-image: -webkit-linear-gradient(#60b25e, #3e9c3c);
  background-image: linear-gradient(#60b25e, #3e9c3c);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 #2f872d;
  background-clip: padding-box;
  font-size: 120%;
  margin: 4px 1px;
  height: 40px;
  position: relative;
}

#main #topic-path #menu-icon:last-child {
  margin-right: 0;
}

#main #topic-path #menu-icon:hover:not(:disabled) {
  box-shadow: inset 0 1px 0 0 #78b377;
  cursor: pointer;
  background-color: #57a255;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #57a255),
    color-stop(100%, #3b9039)
  );
  background-image: -webkit-linear-gradient(#57a255, #3b9039);
  background-image: linear-gradient(#57a255, #3b9039);
}

#main #topic-path #menu-icon:active:not(:disabled) {
  border: 1px solid #3a9138;
  box-shadow: inset 0 0 8px 4px #378435, inset 0 0 8px 4px #378435,
    0 1px 1px 0 #eee;
}

#main #topic-path #menu-icon:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@media screen and (max-width: 768px) {
  #main #topic-path #menu-icon {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 22.316%;
    float: right;
    width: auto;
  }
  #main #topic-path #menu-icon:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  #main #topic-path #menu-icon {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 19.43277%;
    float: right;
    width: auto;
  }
  #main #topic-path #menu-icon:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 320px) {
  #main #topic-path #menu-icon {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 19.43277%;
    float: left;
    width: auto;
    font-size: 90%;
    margin: 4px 0px;
  }
  #main #topic-path #menu-icon:last-child {
    margin-right: 0;
  }
}

#main #topic-path #menu-icon #menu-icon a {
  display: block;
  width: 100%;
  padding: 18px 25px 18px 25px;
  position: absolute;
}

#main #topic-path #menu-icon #menu-icon a:hover {
  display: block;
  padding: 18px 25px 18px 25px;
  position: absolute;
}

#main #cse-search-box div {
  float: left;
  padding: 0 !important;
  margin: 0px;
  width: 98%;
  border-radius: 5px;
  background-color: #ffffff;
  border: solid 1px #0f3b58;
}

#main #cse-search-box input[type="text"] {
  box-sizing: border-box;
  border: none !important;
  height: 38px;
  float: left;
  font-size: 14px;
  margin: 0px 5px;
  padding: 0 !important;
  width: 80%;
}

@media screen and (max-width: 479px) {
  #main #cse-search-box input[type="text"] {
    width: 64%;
  }
}

@media screen and (max-width: 320px) {
  #main #cse-search-box input[type="text"] {
    font-size: 10px;
    width: 64%;
  }
}

#main #cse-search-box input[type="text"]:focus {
  outline: 0;
}

#main #cse-search-box input[type="submit"] {
  color: #111111;
  float: right;
  border: none;
  height: 38px;
  margin: 0;
  overflow: hidden;
  width: 16%;
  position: relative;
}

@media screen and (max-width: 479px) {
  #main #cse-search-box input[type="submit"] {
    width: 24%;
  }
}

@media screen and (max-width: 320px) {
  #main #cse-search-box input[type="submit"] {
    width: 20%;
  }
}

#main #mainnavi {
  background: #f1f7fc;
  padding: 1em 0;
  display: none;
}

@media screen and (max-width: 768px) {
  #main #mainnavi {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  #main #mainnavi {
    display: none;
  }
}

#main #mainnavi .navibox {
  font-size: 88%;
  float: left;
  margin-bottom: 0.5em;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}

#main #mainnavi .navibox:last-child {
  margin-right: 0;
}

#main #mainnavi .navibox:nth-child(3n) {
  margin-right: 0;
}

#main #mainnavi .navibox:nth-child(3n + 1) {
  clear: left;
}

@media screen and (max-width: 768px) {
  #main #mainnavi .navibox {
    float: left;
    display: block;
    margin-right: 3.16844%;
    width: 31.22104%;
  }
  #main #mainnavi .navibox:last-child {
    margin-right: 0;
  }
  #main #mainnavi .navibox:nth-child(3n) {
    margin-right: 0;
  }
  #main #mainnavi .navibox:nth-child(3n + 1) {
    clear: left;
  }
}

@media screen and (max-width: 479px) {
  #main #mainnavi .navibox {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  #main #mainnavi .navibox:last-child {
    margin-right: 0;
  }
}

#main #mainnavi {
  padding: 0.4em 0.2em 0;
  margin: 0;
  overflow: hidden;
}

#main #mainnavi li {
  float: left;
  width: 50%;
  padding: 0;
}

#main #mainnavi a {
  display: block;
  padding: 1em;
  background: #0b437b;
  border-bottom: 0.3em solid #fff;
  border-left: 0.15em solid #fff;
  border-right: 0.15em solid #fff;
  text-decoration: none;
  text-align: center;
  color: #fff;
}

#main #mainnavi a:hover {
  background: #10589f;
}

#main #fram2 {
  background: #ffffff;
}

#main #contents2 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  -webkit-box-shadow: rgba(90, 90, 134, 0.2) 0 0 10px,
    rgba(65, 122, 180, 0.2) 0 0 1px 1px inset;
  -moz-box-shadow: rgba(90, 90, 134, 0.2) 0 0 10px,
    rgba(65, 122, 180, 0.2) 0 0 1px 1px inset;
  box-shadow: rgba(90, 90, 134, 0.2) 0 0 10px,
    rgba(65, 122, 180, 0.2) 0 0 1px 1px inset;
  text-align: left;
  padding-left: 10px;
  padding-top: 10px;
  background: #ffffff;
}

#main #contents2:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  #main #contents2 {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 100%;
    padding-left: 0;
    float: right;
  }
  #main #contents2:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  #main #contents2 {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
    padding-left: 0;
    float: right;
  }
  #main #contents2:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 320px) {
  #main #contents2 {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
    padding-left: 0px;
  }
  #main #contents2:last-child {
    margin-right: 0;
  }
}

#main #contents2 #contents2 img {
  margin-top: 20px;
  margin-left: 10px;
  margin-right: auto;
  margin-bottom: 20px;
  float: left;
  max-width: 600px;
  height: auto;
}

@media screen and (max-width: 479px) {
  #main #contents2 #contents2 img {
    max-width: 88%;
    height: auto;
    margin-left: 0;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 320px) {
  #main #contents2 #contents2 img {
    max-width: 100%;
    height: auto;
  }
}

#main #contents2 .explain {
  max-width: 650px;
  font-size: 113%;
  line-height: 1.5;
  text-align: left;
  padding-top: 6px;
  padding-left: 10px;
  padding-right: auto;
  padding-bottom: 6px;
  margin-top: 6px;
  margin-bottom: 6px;
}

#main #contents2 .explain img {
  margin-top: 20px;
  margin-left: 10px;
  margin-right: auto;
  margin-bottom: 20px;
  float: left;
  max-width: 600px;
  height: auto;
}

@media screen and (max-width: 479px) {
  #main #contents2 .explain img {
    max-width: 88%;
    height: auto;
    margin-left: 0;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 320px) {
  #main #contents2 .explain img {
    max-width: 100%;
    height: auto;
  }
}

#main #contents2 .explain a {
  color: #336699;
  display: block;
  padding: 12px 10px 12px 10px;
  text-decoration: none;
}

#main #contents2 .explain a:visited {
  color: #336699;
  display: block;
  text-decoration: none;
}

#main #contents2 .explain a:hover {
  color: #0a539d;
  display: block;
  padding: 12px 10px 12px 10px;
  text-decoration: underline;
}

#main #contents2 .explain a:active {
  color: #16599b;
  background: #ccf8e2;
  display: block;
  padding: 12px 10px 12px 10px;
  text-decoration: underline;
}

#main #contents2 p,
#main #contents2 .discription {
  width: 96%;
  padding-left: 10px;
  clear: both;
  float: none;
}

@media screen and (max-width: 768px) {
  #main #contents2 p,
  #main #contents2 .discription {
    width: 96%;
  }
}

@media screen and (max-width: 479px) {
  #main #contents2 p,
  #main #contents2 .discription {
    width: 100%;
  }
}

#main #contents2 p a,
#main #contents2 .discription a {
  color: #0a539d;
  text-decoration: none;
}

#main #contents2 p a:hover,
#main #contents2 .discription a:hover {
  color: #0a539d;
  text-decoration: underline;
}

#main #contents2 p img,
#main #contents2 .discription img {
  margin-top: 20px;
  margin-left: 10px;
  margin-right: auto;
  margin-bottom: 20px;
  float: left;
  max-width: 600px;
  height: auto;
}

@media screen and (max-width: 479px) {
  #main #contents2 p img,
  #main #contents2 .discription img {
    max-width: 88%;
    height: auto;
    margin-left: 0;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 320px) {
  #main #contents2 p img,
  #main #contents2 .discription img {
    max-width: 100%;
    height: auto;
  }
}

#main #contents2 .video {
  position: relative;
  height: 0;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 30px 0 56.25%;
  overflow: hidden;
}

#main #contents2 .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#main #contents2 #mostreadbox {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
}

@media screen and (max-width: 320px) {
  #main #contents2 #mostreadbox {
    display: none;
  }
}

#main #contents2 #underbox,
#main #contents2 #mbox {
  width: 100%;
}

#main #contents2 #underbox .goo1,
#main #contents2 #mbox .goo1 {
  float: left;
  display: block;
  margin-right: 3.57866%;
  width: 48.21067%;
  padding: 2.35765%;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 10px;
  background-image: url(gazo/spo2.png);
  background-repeat: no-repeat;
  background-position: left top;
}

#main #contents2 #underbox .goo1:last-child,
#main #contents2 #mbox .goo1:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  #main #contents2 #underbox .goo1,
  #main #contents2 #mbox .goo1 {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 48.21067%;
    margin: 0;
    float: left;
  }
  #main #contents2 #underbox .goo1:last-child,
  #main #contents2 #mbox .goo1:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  #main #contents2 #underbox .goo1,
  #main #contents2 #mbox .goo1 {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
    width: 100%;
    float: none;
  }
  #main #contents2 #underbox .goo1:last-child,
  #main #contents2 #mbox .goo1:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 320px) {
  #main #contents2 #underbox .goo1,
  #main #contents2 #mbox .goo1 {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
    width: 100%;
    float: none;
  }
  #main #contents2 #underbox .goo1:last-child,
  #main #contents2 #mbox .goo1:last-child {
    margin-right: 0;
  }
}

#main #contents2 #underbox .goo2,
#main #contents2 #mbox .goo2 {
  float: left;
  display: block;
  margin-right: 3.57866%;
  width: 48.21067%;
  padding: 2.35765%;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 10px;
  background-image: url(gazo/spo2.png);
  background-repeat: no-repeat;
  background-position: left top;
}

#main #contents2 #underbox .goo2:last-child,
#main #contents2 #mbox .goo2:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  #main #contents2 #underbox .goo2,
  #main #contents2 #mbox .goo2 {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 48.21067%;
    float: right;
  }
  #main #contents2 #underbox .goo2:last-child,
  #main #contents2 #mbox .goo2:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  #main #contents2 #underbox .goo2,
  #main #contents2 #mbox .goo2 {
    display: none;
  }
}

@media screen and (max-width: 320px) {
  #main #contents2 #underbox .goo2,
  #main #contents2 #mbox .goo2 {
    display: none;
  }
}

#main .list {
  width: 98%;
  margin: 0, 5px;
  padding: 0px;
}

#main .list ul {
  list-style: none;
  margin: 0 6 0 30px;
  padding: 0px;
}

@media screen and (max-width: 479px) {
  #main .list ul {
    margin: 0 6 0 6px;
  }
}

@media screen and (max-width: 320px) {
  #main .list ul {
    margin: 0 6 0 6px;
  }
}

#main .list ul li a {
  display: block;
  vertical-align: middle;
  height: 40px;
  padding-left: 10px;
  overflow: hidden;
  zoom: 1;
}

#main #submenu {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  float: right;
  background: #ffffff;
}

#main #submenu:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  #main #submenu {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 100%;
    float: left;
    height: 130px;
  }
  #main #submenu:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  #main #submenu {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
    float: left;
    height: 100px;
  }
  #main #submenu:last-child {
    margin-right: 0;
  }
}

#main #submenu #goo3 {
  width: 100%;
  height: aught;
  float: none;
  margin-top: 20px;
  margin-left: 0x;
  margin-right: 0px;
  margin-top: 10px;
  margin-bottom: 40px;
  background-image: url(gazo/spo2.png);
  background-repeat: no-repeat;
}

#main #submenu #sabmenu-cate {
  width: 98%;
  clear: both;
  margin-bottom: 10px;
  margin-top: 5px;
}

@media (max-width: 600px) {
  #main #submenu #sabmenu-cate {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #main #submenu #sabmenu-cate {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  #main #submenu #sabmenu-cate {
    display: none;
  }
}

#main #submenu #localmenu {
  width: 98%;
  clear: both;
}

@media screen and (max-width: 768px) {
  #main #submenu #localmenu {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  #main #submenu #localmenu {
    display: none;
  }
}

@media screen and (max-width: 320px) {
  #main #submenu #localmenu {
    display: none;
  }
}

#main #submenu #localmenu ul {
  margin: 0px;
  padding: 0px;
}

#main #submenu #localmenu ul li {
  margin: 2px 4px;
  padding: 0px;
}

#main #submenu #localmenu li a {
  display: block;
  margin: 0;
  padding: 10px 0 10px;
}

#main #submenu .counter {
  width: 98%;
  margin-top: 50px;
  margin-bottom: 20px;
  clear: both;
}

@media screen and (max-width: 768px) {
  #main #submenu .counter {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  #main #submenu .counter {
    display: none;
  }
}

#main #submenu .tenth a {
  text-decoration: none;
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  #main #submenu #nakanohito {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  #main #submenu #nakanohito {
    display: none;
  }
}

#main #footer {
  clear: both;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  height: aught;
  font-size: 82%;
  background-image: -ms-linear-gradient(top, #02062b 0%, #002c42 100%);
  background-image: -moz-linear-gradient(top, #02062b 0%, #002c42 100%);
  background-image: -o-linear-gradient(top, #02062b 0%, #002c42 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #02062b),
    color-stop(1, #002c42)
  );
  background-image: -webkit-linear-gradient(top, #02062b 0%, #002c42 100%);
  background-image: linear, to bottom, #02062b 0%, #002c42 100%;
}

#main #footer a {
  color: white;
  text-align: left;
}

#main #footer #siteInfo {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}

#main #footer #siteInfo:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  #main #footer #siteInfo {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  #main #footer #siteInfo {
    display: none;
  }
}

#main #footer #fcenter {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  font-size: 80%;
  margin-top: 0px;
  position: relative;
}

#main #footer #fcenter:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  #main #footer #fcenter {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 35.26334%;
    font-size: 82%;
    float: left;
  }
  #main #footer #fcenter:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  #main #footer #fcenter {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
    font-size: 100%;
    width: 98%;
    float: none;
    margin-top: 5px;
  }
  #main #footer #fcenter:last-child {
    margin-right: 0;
  }
}

#main #footer #fright {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%;
  font-size: 80%;
  margin-top: 0px;
  position: relative;
}

#main #footer #fright:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  #main #footer #fright {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 61.158%;
    font-size: 82%;
    float: left;
  }
  #main #footer #fright:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  #main #footer #fright {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
    font-size: 100%;
    width: 98%;
    float: none;
    margin-top: 5px;
  }
  #main #footer #fright:last-child {
    margin-right: 0;
  }
}

#logo {
  font-family: neko-logo;
  font-size: 1.9em;
  font-weight: 300;
  color: #0d0d0d;
  border-top: 1px solid black;
  margin: 30px 10px 0 0;
  text-align: center;
  padding: 0;
}

#logo span {
  position: relative;
  top: -20px;
  padding: 0 20px;
  background: white;
}

#bookmark {
  display: block;
  margin-top: 10px;
  margin-bottom: 30px;
  float: left;
  width: 250px;
}

@media screen and (max-width: 768px) {
  #bookmark {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  #bookmark {
    display: none;
  }
}

.favo {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 300px;
  padding-left: 370px;
  vertical-align: sub;
}

.item {
  margin-left: 10px;
  margin-right: 6px;
  margin-bottom: 5px;
  padding-right: 5px;
  padding-left: 5px;
  background-color: #4479ba;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #20538d;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4),
    0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4),
    0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4),
    0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 5px;
}

#submenu.item {
  font-size: 90%;
}

.item a {
  color: #ffffff;
  display: block;
  padding: 12px 15px 15px 10px;
  width: 100%;
  text-decoration: none;
}

.item a:hover {
  color: #ffffff;
  display: block;
  padding: 12px 15px 15px 10px;
  width: 100%;
  background: #356094;
  text-decoration: underline;
}

.category {
  position: relative;
  margin-left: 10px;
  margin-right: 6px;
  margin-bottom: 5px;
  height: 40px;
  line-height: 40px;
  background-color: #066e9d;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF13AFF6', endColorstr='#FF066E9D');
  background-image: linear, false, #13aff6 0%, #066e9d 100%;
  background-position: 0% 0%;
  color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #20538d;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4),
    0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4),
    0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4),
    0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 5px;
}

.category a {
  color: black;
  display: block;
  width: 100%;
  height: 40px;
  text-decoration: none;
}

.category a:hover {
  color: #afd7ff;
  text-decoration: underline;
}

.category a:active {
  color: #fff;
  text-decoration: underline;
}

.category:hover {
  background-color: #074e68;
  background-position: 0% 0%;
  border-width: 1px;
  border-style: solid;
  border-color: #05384b;
  text-decoration: none;
}

.category:active {
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
  background-color: #06366d;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  border-width: 2px;
  border-style: solid;
  border-color: #122d4b;
}

.button {
  color: #666;
  position: relative;
  width: 80%;
  height: 40px;
  display: inline-block;
  outline-width: medium;
  outline-style: none;
  outline-color: black;
  clear: both;
  cursor: pointer;
  text-decoration: none;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 113%;
  line-height: 100%;
  font-family: arial, helvetica, sans-serif;
  padding-top: 0.5em;
  padding-right: 1em;
  padding-bottom: 0.55em;
  padding-left: 1em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin-left: 10px;
  margin-rigt: 10px;
  margin-bottom: 3px;
}

@media screen and (max-width: 479px) {
  .button {
    width: 90%;
  }
}

@media screen and (max-width: 320px) {
  .button {
    width: 96%;
    padding-left: 0.5em;
  }
}

.search {
  padding-right: 0px;
  padding-left: 0px;
  left: 340px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  width: 50%;
  padding-top: 0px;
  position: absolute;
  top: 50px;
  text-align: right;
}

.link {
  display: block;
  margin-top: 20px;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  text-align: left;
  font-size: x-small;
}

.red {
  color: #ff0000;
  background-color: transparent;
  font-weight: bold;
}

.syutten {
  background-color: #fefff2;
  margin: 1em;
  font-size: 80%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #f2b1b1;
  padding-left: 10px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #f2b1b1;
  padding-top: 4px;
  padding-bottom: 4px;
  clear: both;
}

.right {
  font-size: 9px;
  text-align: center;
}

#siteInfo {
  clear: both;
  color: #cccccc;
  text-align: center;
  font-size: 82%;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

#siteInfo IMG {
  padding-right: 4px;
  padding-left: 0px;
  padding-bottom: 4px;
  margin-left: 1em;
  vertical-align: middle;
  padding-top: 4px;
}

#siteInfo H3 {
  display: inline;
  font-size: 90%;
}

#siteInfo H4 {
  display: inline;
  font-size: 90%;
}

STRONG {
  font-weight: normal;
  font-style: normal;
}

EM {
  font-weight: normal;
  font-style: normal;
}

B {
  color: #cc0000;
}

I {
  font-weight: bold;
  color: #0099ff;
  font-style: normal;
}

UL {
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}
.vir-icon,
.s-icon {
  border-radius: 2px;
  display: inline-block;
  font-weight: 400;
  margin-right: 5px;
  padding: 2px 5px;
  vertical-align: middle;
}

.vir-icon {
  font-size: 0.8rem;
}

.s-icon {
  font-size: 1rem;
}

.v-o {
  color: #fff;
  background: #f78d1d;
}

.v-a {
  color: #fff;
  background: #c33219;
}

.v-g {
  color: #000;
  background: #e5f5d7;
}

.v-b {
  color: #000;
  background: #dbeef3;
}

.v-p {
  color: #000;
  background: #f8d1d3;
}

.dred {
  font-weight: bold;
  color: #cc0000;
}

.dblue {
  font-weight: bold;
  color: #000099;
}

.bblue {
  color: #000099;
  background-color: #c8e6ff;
}

.bsblue {
  background-color: #c6d9f0;
}

.bwakaba {
  background-color: #c7dc68;
}

.bgreen {
  background-color: #c2e2d8;
}

.blgreen {
  background-color: #bfffbf;
}

.vsyellow {
  background-color: #f5e3aa;
}

.vspink {
  background-color: #f5aabd;
}

.bdpink {
  background-color: #f5bdaa;
}

.bpink {
  background-color: #ffe1e1;
}

.bperp {
  background-color: #bdaaf5;
}

.gth12 {
  font-size: 90%;
  line-height: 1.5em;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, Georgia,
    sans-serif;
}

.gth16 {
  font-size: 100%;
  line-height: 1.5em;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, Georgia,
    sans-serif;
}

.gth28 {
  font-size: 175%;
  line-height: 1.4em;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, Georgia,
    sans-serif;
}

.gth22 {
  font-size: 138%;
  line-height: 1.4em;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, Georgia,
    sans-serif;
}

.dblu {
  font-weight: bold;
  color: #1a1a82;
}

.discription {
  padding-left: 15px;
}

img {
  max-width: 100%;
  height: auto;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  border-width: 0px;
}

LI {
  list-style-type: none;
  list-style-position: outside;
}

h2 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, Georgia,
    sans-serif;
  background-color: #b4d0dc;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 7px;
  margin-top: 20px;
  margin-left: 5px;
  margin-right: 0px;
  margin-bottom: 17px;
  margin-left: 5px;
  clear: both;
  width: 96%;
}

h3 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, Georgia,
    sans-serif;
  background-color: #dcebfd;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 7px;
  margin-top: 20px;
  margin-left: 5px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  clear: both;
  width: 96%;
}

h3.num {
  font-size: 197%;
  line-height: 1;
}

H4 {
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, Georgia,
    sans-serif;
  margin-top: 4px;
  padding-left: 20px;
  margin-left: 10px;
  clear: none;
}

a.widelink {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-indent: -999px;
}

.white {
  color: #606060;
  border: 1px solid #eee;
  background: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#ededed)
  );
  background: -moz-linear-gradient(top, #fff, #ededed);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}

.white a {
  color: #606060;
  text-decoration: none;
  display: block;
}

.white a:hover {
  color: #0a539d;
  text-decoration: underline;
}

.white:hover {
  background-color: #ededed;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(rgba(177, 202, 248, 0.7))
  );
  background: -moz-linear-gradient(top, #fff, #dcdcdc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}

.white:active {
  color: #999;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ededed),
    to(#fff)
  );
  background: -moz-linear-gradient(top, #ededed, #fff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

.orange {
  color: #fef4e9;
  border: solid 1px #da7c0c;
  background-color: #f78d1d;
  clear: both;
  widows: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#faa51a),
    to(#f47a20)
  );
  background: -moz-linear-gradient(top, #faa51a, #f47a20);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}

.orange:hover {
  background-color: #f47c20;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f88e11),
    to(#f06015)
  );
  background: -moz-linear-gradient(top, #f88e11, #f06015);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}

.orange:active {
  color: #fcd3a5;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f47a20),
    to(#faa51a)
  );
  background: -moz-linear-gradient(top, #f47a20, #faa51a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

.spo {
  text-align: left;
  font-size: 10px;
  float: none;
  position: inherit;
}

@font-face {
  font-family: "icogenki";
  src: url("https://nekogenki.com/fonts/icogenki.eot");
  src: url("https://nekogenki.com/fonts/icogenki.eot?#iefix")
      format("embedded-opentype"),
    url("https://nekogenki.com/fonts/icogenki.woff") format("woff"),
    url("https://nekogenki.com/fonts/icogenki.ttf") format("truetype"),
    url("https://nekogenki.com/fonts/icogenki.svg#icogenki") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: "icogenki";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-box-add:before {
  content: "\e600";
}

.icon-download:before {
  content: "\e601";
}

.icon-menu:before {
  content: "\e602";
}

.icon-arrow-right:before {
  content: "\e603";
}

.icon-arrow-right2:before {
  content: "\e604";
}

.icon-arrow-left:before {
  content: "\e605";
}

.icon-arrow-left2:before {
  content: "\e606";
}

.icon-paragraph-justify:before {
  content: "\e607";
}

.icon-google-plus:before {
  content: "\e608";
}

.icon-facebook:before {
  content: "\e609";
}

.icon-twitter:before {
  content: "\e60a";
}

.icon-search:before {
  content: "\e60b";
}

.icon-search2:before {
  content: "\e60c";
}

.iconList {
  width: 96%;
  height: 40px;
  list-style: none;
  margin: 10px;
}

.iconList li {
  float: left;
  margin-left: 10px;
}

.soc {
  font-family: Arial;
  color: #ffffff;
  font-size: 30px;
  padding: 5px;
  text-decoration: none;
  text-shadow: 1px 1px 3px #666666;
}

.twitter {
  background: #0081ce;
}

.facebook {
  background: #2b4170;
}

.google {
  background: #c33219;
}

dt {
  font-weight: bold;
  margin-left: 8px;
  padding-left: 8px;
  line-height: 1.6;
}

dd {
  font-size: 80%;
  line-height: 1.8;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #8fb4d1;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 17px;
  padding-right: 15px;
  padding-left: 8px;
}

.done {
  border-left-width: 15px;
  border-left-style: solid;
  border-left-color: #8fb4d1;
}

.done2 {
  font-size: 120%;
  border-left-width: 15px;
  border-left-style: solid;
  border-left-color: #0c965a;
}

.done3 {
  font-size: 120%;
  border-left-width: 15px;
  border-left-style: solid;
  border-left-color: #efc439;
}

.yaku {
  margin-left: 40px;
  margin-top: 5px;
}

.phono {
  font-size: 120%;
  color: #0081ce;
  margin-left: 40px;
  margin-top: 5px;
  line-height: 1.6;
}

.phono2 {
  font-size: 138%;
  color: #0081ce;
  margin-left: 40px;
  margin-top: 5px;
  line-height: 1.6;
}

blockquote {
  padding: 15px;
  background: #f3f3f7;
  border: none;
  box-shadow: 1px 2px 4px rgba(50, 50, 50, 0.5);
  -webkit-box-shadow: 1px 2px 4px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 1px 2px 4px rgba(50, 50, 50, 0.5);
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, Georgia,
    sans-serif;
}

blockquote cite {
  display: block;
  font-size: 11px;
  text-align: right;
}

blockquote cite:before {
  content: "\2014 \2000";
}

.root {
  display: flow-root;
}

.yunibtn {
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5),
    0px 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5),
    0px 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5),
    0px 1px 2px rgba(0, 0, 0, 0.15);
  background-color: #eee;
  background: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, #fbfbfb),
    color-stop(100%, #e1e1e1)
  );
  background: -webkit-linear-gradient(top, #fbfbfb, #e1e1e1);
  background: -moz-linear-gradient(top, #fbfbfb, #e1e1e1);
  background: -o-linear-gradient(top, #fbfbfb, #e1e1e1);
  background: linear-gradient(top, #fbfbfb, #e1e1e1);
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  border: 1px solid #d4d4d4;
  height: 40px;
  line-height: 40px;
  padding: 0px 32px;
  font-weight: 300;
  font-size: 15px;
  font-family: "Arial", "Lucida Grande", "Meiryo", sans-serif;
  color: #fff;
  text-shadow: 0 1px 1px #fff;
  margin: 0;
  text-decoration: none;
  text-align: center;
}

.yunibtn:hover {
  background-color: #eee;
  background: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, #ffffff),
    color-stop(100%, #dcdcdc)
  );
  background: -webkit-linear-gradient(top, #ffffff, #dcdcdc);
  background: -moz-linear-gradient(top, #ffffff, #dcdcdc);
  background: -o-linear-gradient(top, #ffffff, #dcdcdc);
  background: linear-gradient(top, #ffffff, #dcdcdc);
}

.yunibtn:active {
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px #fff;
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px #fff;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px #fff;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4);
  background: #eee;
  color: #bbb;
}

.yunibtn:focus {
  outline: none;
}

input.yunibtn,
button.yunibtn {
  height: 42px;
  cursor: pointer;
  -webkit-appearance: none;
}

.yunibtn-block {
  display: block;
}

.yunibtn.disabled,
.yunibtn.disabled:hover,
.yunibtn.disabled:active,
input.yunibtn:disabled,
button.yunibtn:disabled {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  background: #eee;
  border: 1px solid #ddd;
  text-shadow: 0 1px 1px #fff;
  color: #ccc;
  cursor: default;
  -webkit-appearance: none;
}

.yunibtn-wrap {
  background: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, #e3e3e3),
    color-stop(100%, #f2f2f2)
  );
  background: -webkit-linear-gradient(top, #e3e3e3, #f2f2f2);
  background: -moz-linear-gradient(top, #e3e3e3, #f2f2f2);
  background: -o-linear-gradient(top, #e3e3e3, #f2f2f2);
  background: linear-gradient(top, #e3e3e3, #f2f2f2);
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  -ms-border-radius: 200px;
  -o-border-radius: 200px;
  border-radius: 200px;
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.04);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.04);
  padding: 10px;
  display: inline-block;
}

.yunibtn-rounded {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.yunibtn-primary {
  background: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, #38b1da),
    color-stop(100%, #2395bc)
  );
  background: -webkit-linear-gradient(top, #38b1da, #2395bc);
  background: -moz-linear-gradient(top, #38b1da, #2395bc);
  background: -o-linear-gradient(top, #38b1da, #2395bc);
  background: linear-gradient(top, #38b1da, #2395bc);
  background-color: #27a6d1;
  border-color: #1f84a6;
  color: #fff;
  text-shadow: 0 -1px 1px rgba(15, 64, 80, 0.35);
}

.yunibtn-primary:hover {
  background-color: #27a6d1;
  background: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, #4db9de),
    color-stop(100%, #2395bc)
  );
  background: -webkit-linear-gradient(top, #4db9de, #2395bc);
  background: -moz-linear-gradient(top, #4db9de, #2395bc);
  background: -o-linear-gradient(top, #4db9de, #2395bc);
  background: linear-gradient(top, #4db9de, #2395bc);
}

.yunibtn-primary:active {
  background: #409ab8;
  color: #17627b;
}

.yunibtn-dark {
  background: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, #3b5670),
    color-stop(100%, #293c4e)
  );
  background: -webkit-linear-gradient(top, #3b5670, #293c4e);
  background: -moz-linear-gradient(top, #3b5670, #293c4e);
  background: -o-linear-gradient(top, #3b5670, #293c4e);
  background: linear-gradient(top, #3b5670, #293c4e);
  background-color: #32495f;
  border-color: #202f3e;
  color: #fff;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.35);
}

.yunibtn-dark:hover {
  background-color: #32495f;
  background: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, #446380),
    color-stop(100%, #293c4e)
  );
  background: -webkit-linear-gradient(top, #446380, #293c4e);
  background: -moz-linear-gradient(top, #446380, #293c4e);
  background: -o-linear-gradient(top, #446380, #293c4e);
  background: linear-gradient(top, #446380, #293c4e);
}

.yunibtn-dark:active {
  background: #414951;
  color: #0f161c;
}

.yunibtn-large {
  font-size: 20px;
  height: 48px;
  line-height: 48px;
  padding: 0px 38.4px;
}

input.yunibtn-large,
button.yunibtn-large {
  height: 50px;
}

.yunibtn-tiny {
  font-size: 12px;
  height: 28px;
  line-height: 28px;
  padding: 0px 22px;
}

input.yunibtn-tiny,
button.yunibtn-tiny {
  height: 30px;
}

.yunibtn-dropdown {
  position: relative;
  overflow: visible;
  display: inline-block;
}

.yunibtn-dropdown .button .icon-caret-down {
  font-size: 90%;
  margin: 0px 0px 0px 3px;
  vertical-align: middle;
}

.yunibtn-dropdown ul.yunibtn-dropdown-menu-below {
  top: 115%;
}

.yunibtn-dropdown ul.yunibtn-dropdown-menu-above {
  bottom: 115%;
  top: auto;
}

.yunibtn-dropdown ul {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: none;
  position: absolute;
  background: #3a546d;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  top: -2px;
  left: -2px;
  z-index: 1000;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  min-width: 102%;
}

.yunibtn-dropdown ul li {
  padding: 0px;
  margin: 0px;
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

.yunibtn-dropdown ul li:first-child a {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}

.yunibtn-dropdown ul li:last-child a {
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.yunibtn-dropdown ul .yunibtn-dropdown-divider {
  -webkit-box-shadow: inset 0px 1px 0px #fff;
  -moz-box-shadow: inset 0px 1px 0px #fff;
  box-shadow: inset 0px 1px 0px #fff;
  border-top: 1px solid #e4e4e4;
}

.yunibtn-dropdown ul a {
  display: block;
  padding: 0px 20px;
  text-decoration: none;
  font-size: 13px;
  color: #fff;
  line-height: 30px;
  white-space: nowrap;
}

.yunibtn-dropdown ul a:hover {
  background-color: #3c6ab9;
  color: #fff;
}

.titore,
.titore2,
.titore3 {
  padding: 10px 15px;
  color: #22211f;
  background-color: #eee;
  border-radius: 0px 4px 4px 0px;
  text-shadow: 0px 1px 0px #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.7),
    0px 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.7),
    0px 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.7),
    0px 1px 2px rgba(0, 0, 0, 0.15);
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JiYmJiYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, #fbfbfb),
    color-stop(100%, #bbbbbb)
  );
  background: -moz-linear-gradient(top, #fbfbfb, #bbbbbb);
  background: -webkit-linear-gradient(top, #fbfbfb, #bbbbbb);
  background: linear-gradient(to bottom, #fbfbfb, #bbbbbb);
}

.titore {
  border-left: 10px solid #f78d1d;
}

.titore2 {
  border-left: 10px solid #43779d;
}

.titore3 {
  border-left: 10px solid #395797;
}

.titore4,
.titore5 {
  padding: 10px 15px 10px 25px;
  color: #22211f;
  background-color: #eee;
  border-radius: 4px 4px 0px 0px;
  text-shadow: 0px 1px 0px #fff;
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.7),
    0px 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.7),
    0px 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.7),
    0px 1px 2px rgba(0, 0, 0, 0.15);
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JiYmJiYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, #fbfbfb),
    color-stop(100%, #bbbbbb)
  );
  background: -moz-linear-gradient(top, #fbfbfb, #bbbbbb);
  background: -webkit-linear-gradient(top, #fbfbfb, #bbbbbb);
  background: linear-gradient(to bottom, #fbfbfb, #bbbbbb);
}

.titore4 {
  border-bottom: 2px solid #8899ac;
}

.titore5 {
  border-bottom: 2px solid #d0a97f;
}
video {
  max-width: 100%;
  height: auto;
}
