@charset "utf-8";
/* ===========================================
      font
/* =========================================== */
@font-face {
  font-family: 'e-nenpi';
  src: url('../fonts/e-nenpi.eot?dqtqv2');
  src: url('../fonts/e-nenpi.eot?dqtqv2#iefix') format('embedded-opentype'), url('../fonts/e-nenpi.ttf?dqtqv2') format('truetype'), url('../fonts/e-nenpi.woff?dqtqv2') format('woff'), url('../fonts/e-nenpi.svg?dqtqv2#e-nenpi') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */

  font-family: 'e-nenpi' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-fb:before {
  content: "\e900";
}
.icon-tw:before {
  content: "\e901";
}
.icon-gp:before {
  content: "\e902";
}
.icon-ios:before {
  content: "\e903";
}
.icon-and:before {
  content: "\e904";
}
#header {
  margin: auto;
  width: 1000px;
  height: 60px;
}
#header .logo {
  float: left;
  margin: 10px 0;
}
#header .logo a {
  display: block;
  width: 120px;
  height: 0;
  padding: 40px 0 0 0;
  overflow: hidden;
  background: url(../images/header_logo.png) no-repeat;
  background-size: contain;
}
#header .btn-rect,
#header .btn-circ {
  float: right;
}
#header .btn-circ {
  font-size: 0;
  margin: 15px;
}
#header .btn-circ .item {
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
#header .btn-circ .item .link {
  color: #333;
}
#header .btn-circ .item .link:hover {
  color: #00a7a9;
  text-decoration: none;
}
#header .btn-circ .ios .link,
#header .btn-circ .and .link {
  color: #00a7a9;
}
#header .btn-circ .ios .link:hover,
#header .btn-circ .and .link:hover {
  color: #00d2d4;
}
#header .btn-circ .fb .link:hover {
  color: #305097;
}
#header .btn-circ .tw .link:hover {
  color: #00aced;
}
#header .btn-circ .gp .link:hover {
  color: #db4a39;
}
#header .btn-rect {
  font-size: 0;
  margin: 18px 0;
}
#header .btn-rect .item {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 1px;
}
#header .btn-rect .item .link {
  background-color: #333;
  color: #fff;
  display: block;
  height: 24px;
  line-height: 24px;
  text-align: center;
  width: 120px;
}
#header .btn-rect .item .link:hover {
  background-color: #00a7a9;
  text-decoration: none;
}
#header .btn-rect .registry .link {
  background-color: #007980;
}
#header .btn-rect .registry .link:hover {
  background-color: #00a7a9;
}
.ads {
  margin: auto;
  padding-top: 20px;
  text-align: center;
  width: 100%;
  background-color: #B3EDFF;
}
.top_ads .ads {
  margin-top: 60px;
}
}
