@charset "utf-8";


html {
  font-size: 14px;
}


/* container */
.fkgl-container {
  min-width: 1000px;
}


/* header */
.fkgl-header {
  min-width: 1000px;
}

.fkgl-header_list_item-gnav {
  padding: 0 60px;
}

.fkgl-lineup_list_item a {
  background: #fff url("../img/icon-nav.png") no-repeat 10px center;
}

.fkgl-header_list_item-share {
  display: none;
}

.fkgl-header_bottom {
  background: #000;
}


/* footer */
.fkgl-footer {
  min-width: 1000px;
}


/* contentList */
.fkgl-contentList_item_image {
  width: 100%;
  height: 250px;
}

.fkgl-contentList_item_image img {
  width: 180px;
}

.fkgl-contentList_item_image > div img {
  min-width: 729px !important;
  min-height: 300px !important;
  max-width: none;
}


/* remodal */
.remodal-wrapper {
  overflow: hidden !important;
}

.remodal {
  position: absolute !important;
  top: 50%;
  left: 50%;
  display: block !important;
  width: 750px !important;
  height: 642px !important;
  margin: -321px 0 0 -375px !important;
}

.remodal-overlay {
  background-color: #000;
}

.remodal-close {
  position: absolute !important;
}
