/*
  2019-05-13
  kokosi_cho
*/
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("//image.game-ocean.jp/gameocean/font/NotoSansCJKjp-Regular.eot");
  src: url("//image.game-ocean.jp/gameocean/font/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("//image.game-ocean.jp/gameocean/font/NotoSansCJKjp-Regular.woff") format("woff"), url("//image.game-ocean.jp/gameocean/font/NotoSansCJKjp-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url("//image.game-ocean.jp/gameocean/font/NotoSansCJKjp-Medium.eot");
  src: url("//image.game-ocean.jp/gameocean/font/NotoSansCJKjp-Medium.eot?#iefix") format("embedded-opentype"), url("//image.game-ocean.jp/gameocean/font/NotoSansCJKjp-Medium.woff") format("woff"), url("//image.game-ocean.jp/gameocean/font/NotoSansCJKjp-Medium.ttf") format("truetype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("//image.game-ocean.jp/gameocean/font/NotoSansCJKjp-Bold.eot");
  src: url("//image.game-ocean.jp/gameocean/font/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("//image.game-ocean.jp/gameocean/font/NotoSansCJKjp-Bold.woff") format("woff"), url("//image.game-ocean.jp/gameocean/font/NotoSansCJKjp-Bold.ttf") format("truetype"); }
.noto-regular {
  font-weight: 400; }

.noto-medium {
  font-weight: 500; }

.noto-bold {
  font-weight: 700; }

/*reset*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, textarea, button, section {
  margin: 0;
  padding: 0; }

html {
  overflow-x: hidden;
  width: 100%;
  height: 100%; }

p {
  word-wrap: break-word; }

li {
  list-style-type: none; }

table {
  border-collapse: collapse; }

img, fieldset, iframe {
  border: 0; }

img {
  border: none;
  vertical-align: top; }

input {
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

input, select, textarea, button {
  vertical-align: middle; }

legend {
  visibility: hidden;
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 0;
  height: 0;
  line-height: 0; }

button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer; }

a {
  text-decoration: none;
  color: #666; }

em {
  font-style: normal; }

textarea:focus, input:focus {
  outline: 0; }

article, aside, canvas, details, embed, figcaption, figure, footer, header, menu, nav, section, summary, datalist, keygen, mark, meter, progress, rp, rt, ruby, time, wbr {
  display: block; }

body, code {
  color: #666;
  font: 12px/1.25 'Noto Sans Japanese',sans-serif;
  background: #fff;
  font-weight: 400; }

input, select, textarea {
  color: #333;
  font-size: 12px;
  line-height: 1em;
  font-family: 'Noto Sans Japanese',sans-serif;
  font-weight: 400; }

.hidden {
  font: 0px/0 a;
  height: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
  text-indent: -99999px; }

.hide {
  display: none !important; }

.clear {
  clear: both; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

input[type=text],
input[type=password] {
  padding: 1px 0 0 10px; }

#wrap {
  position: relative;
  width: 100%;
  min-width: 1050px;
  margin: 0 auto;
  background: #fff; }
  #wrap .inner {
    width: 1050px;
    position: relative;
    margin: 0 auto; }

/*-----sub top menu-----*/
.subMenu {
  width: 100%;
  height: 45px;
  width: 100%;
  height: 45px;
  padding: 15px 0 0;
  background: #ebf2f4;
  border-bottom: 1px solid #deeef1;
  box-sizing: border-box;
  margin-bottom: 21px; }
  .subMenu nav {
    width: 1050px;
    position: relative;
    margin: 0 auto; }
    .subMenu nav ul {
      float: right; }
    .subMenu nav li {
      float: left;
      font-size: 14px;
      font-weight: bold;
      padding: 0 0 0 16px;
      height: 100%; }
      .subMenu nav li:first-child {
        padding: 0; }
      .subMenu nav li a {
        color: #333333; }
        .subMenu nav li a.active, .subMenu nav li a:hover {
          color: #0295d7;
          border-bottom: 2px solid #0295d7;
          padding-bottom: 12px; }

/*-----fix gnb header-----*/
#footerWrap {
  position: relative;
  width: 100%;
  background: #222222;
  padding: 52px 0;
  text-align: center; }
  #footerWrap .footerMain {
    width: 1050px;
    position: relative;
    margin: 0 auto; }
    #footerWrap .footerMain ul li {
      position: relative;
      display: inline-block;
      padding: 0 9px 0 13px; }
      #footerWrap .footerMain ul li:before {
        content: "|";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 1px;
        height: 11px;
        color: #666; }
      #footerWrap .footerMain ul li:first-child:before {
        content: "";
        width: 0; }
      #footerWrap .footerMain ul li a {
        color: #666; }
    #footerWrap .footerMain p {
      color: #666;
      margin-top: 10px; }
    #footerWrap .footerMain .btn_top {
      display: block;
      position: absolute;
      top: -33px;
      right: 0;
      width: 131px;
      height: 24px;
      border: 1px solid #4e4e4e;
      line-height: 24px;
      font-size: 10px;
      color: #999999; }

/*-----error page-----*/
.mainError {
  width: 100%;
  position: relative;
  background: #d1ecf2 url("//image.game-ocean.jp/gameocean/common/bg_error.jpg") no-repeat center top;
  /*-----error-----*/ }
  .mainError .inner {
    padding: 25px 0 88px;
    min-height: 900px; }
  .mainError .errorWrap {
    width: 100%;
    border: 11px solid #0495d5;
    border-top: none;
    background: #fff;
    padding: 47px 80px;
    box-sizing: border-box;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #333;
    /*error ft btns*/ }
    .mainError .errorWrap .f_red {
      color: #f84970 !important; }
    .mainError .errorWrap .f_blue {
      color: #0295d7 !important; }
    .mainError .errorWrap .mb10 {
      margin-bottom: 10px !important; }
    .mainError .errorWrap .errorMain {
      background: #f6f6f6;
      border: 1px solid #e6e6e6;
      box-sizing: border-box;
      width: 864px;
      margin: 10px 0 30px;
      text-align: center;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      font-size: 17px;
      line-height: 2em;
      letter-spacing: -1px; }
      .mainError .errorWrap .errorMain.pt90 {
        padding: 90px 0; }
      .mainError .errorWrap .errorMain.pt105 {
        padding: 105px 0; }
      .mainError .errorWrap .errorMain.pt140 {
        padding: 105px 0; }
    .mainError .errorWrap .error_ftBtn {
      width: 100%;
      margin-top: 32px;
      text-align: center; }
      .mainError .errorWrap .error_ftBtn .btn140 {
        width: 140px;
        display: inline-block;
        padding: 14px 0;
        font-size: 17px;
        text-align: center;
        color: #fff;
        background: #02add7;
        border: 1px solid #63cdf5;
        margin-right: 5px; }
        .mainError .errorWrap .error_ftBtn .btn140:last-child {
          margin-right: 0; }
        .mainError .errorWrap .error_ftBtn .btn140:hover {
          background: #0294d6;
          border: 1px solid #63cdf5; }

/*# sourceMappingURL=common.css.map */
