.local_head {
  padding: 0 0 5px;
  margin: 0 auto 5px;
}
@media only screen and (max-width: 767px) {
  .local_head {
    padding: 0 5px;
  }
}
@media only screen and (min-width: 768px) {
  .local_head {
    padding: 0 10px;
  }
}

.local_head-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: #fff;
  padding-top: 15px;
}

.category-fixed {
  padding-bottom: 5px;
  -ms-box-shadow: #ccc 0px 1px 5px 0px;
  box-shadow: #ccc 0px 1px 5px 0px;
}

.local_nav {
  margin: auto;
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .local_nav {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .local_nav {
    max-width: 1200px;
    height: 50px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .local_nav .logo {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .local_nav .logo {
    width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .local_nav form {
    order: 2;
    margin: 0 0 5px 0;
  }
}
.local_nav form {
  flex: 1;
}
.local_nav .keyword_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.local_nav .keyword_block .selectbox {
  width: 90px;
}
.local_nav .keyword_block .selectbox select {
  background: none;
  width: 88px;
  height: 30px;
  box-sizing: border-box;
  border: 1px solid #999;
  border-radius: 0;
  color: #555;
  font-size: 12px;
  line-height: 100%;
  text-align: left;
  text-indent: 3px;
  vertical-align: middle;
}
.local_nav .keyword_block .inputbox {
  flex: 1;
}
.local_nav .keyword_block .inputbox input {
  width: 100%;
  height: 30px;
  border: 1px solid #999;
  font-size: 20px;
  box-sizing: border-box;
}
.local_nav .keyword_block .submitbox {
  width: 50px;
  margin: 0 0 0 1px;
  text-align: left;
}
.local_nav .keyword_block .submitbox input {
  display: inline-block;
  color: #fff;
  width: 100%;
  padding: 9px 0 8px;
  margin: 0 2px 0 0;
  font-size: 14px;
  line-height: 100%;
  border: 1px solid #999;
  background-color: #666;
  border-radius: 1px;
}
@media only screen and (max-width: 767px) {
  .local_nav .guide {
    order: 1;
  }
  .local_nav .guide .live,
  .local_nav .guide .howto-live,
  .local_nav .guide .howto-sanka,
  .local_nav .guide .en {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .local_nav .guide {
    width: 410px;
    margin: 0 0 0 10px;
  }
  .local_nav .guide .home {
    display: none;
  }
}
.local_nav .guide ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
  align-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .local_nav .guide ul {
    margin: 0 0 5px 0;
  }
}
@media only screen and (max-width: 767px) {
  .local_nav .guide li {
    margin: 1px 0 0;
    padding: 0 0 1px 0;
  }
}
@media only screen and (min-width: 768px) {
  .local_nav .guide li {
    margin: 3px 0 0;
    padding: 0 0 3px 0;
  }
}
.local_nav .guide li {
  display: inline-block;
  line-height: 100%;
}
.local_nav .guide li .icon {
  display: inline-block;
  margin: 0 3px 0 0;
  text-align: center;
}
.local_nav .guide li .icon img {
  height: 13px;
}

.bluser {
  display: none;
  text-align: left;
  margin: auto;
  border: 5px solid #ccc;
  padding: 15px;
  margin: 0 auto 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .bluser {
    width: 100%;
    max-width: 640px;
  }
}
@media only screen and (min-width: 768px) {
  .bluser {
    width: 100%;
    max-width: 1200px;
    font-size: 18px;
    line-height: 150%;
  }
}

@media only screen and (max-width: 767px) {
  .category {
    margin: 0 0 15px 0;
  }
}
@media only screen and (min-width: 768px) {
  .category {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    height: 32px;
    text-align: left;
  }
}
.category > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  gap: 0 3px;
}
.category > ul > li img {
  max-width: 100%;
  max-height: 30px;
}
.category > ul > li > a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  border: 1px solid #999;
  height: 32px;
  box-sizing: border-box;
}
.category > ul > li > a:hover img {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
}
@media only screen and (max-width: 767px) {
  .category .child {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .category .child {
    position: absolute;
    top: 32px;
    z-index: 50;
    display: none;
    height: auto;
    background-color: #fff;
  }
  .category .child a:link, .category .child a:visited, .category .child a:active {
    color: #666;
    text-decoration: underline;
  }
  .category .child a:hover {
    background-color: #89c3eb;
    color: #fff;
    text-decoration: none;
  }
  .category .child > p {
    display: block;
    margin: 0;
    padding: 7px 0 7px 0;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    border-radius: 0 0 7px 7px;
    background-color: #e0e0e0;
    text-align: center;
    zoom: 100%;
  }
  .category .child > p:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: "";
  }
  .category .child > p > a {
    float: right;
    display: inline-block;
    margin: 0 8px 0 0;
    padding: 3px 7px;
    background-color: #fff;
    border-radius: 5px;
  }
  .category .child > p > a:first-child {
    float: left;
    margin: 0 0 0 8px;
  }
  .category .child ul {
    margin: 0 0 15px 5px;
    padding: 0;
    list-style: none;
  }
  .category .child ul li {
    margin: 0;
    padding: 0 0 0 5px;
    position: relative;
  }
  .category .child ul li:before {
    content: "";
    display: inline-block;
    border: 3px solid transparent;
    border-left-color: #a3b7b6;
    position: absolute;
    top: 9px;
    left: 5px;
  }
  .category .child ul a {
    margin: 0;
    padding: 3px 8px 2px 8px;
    border-radius: 5px;
    background-color: #fff;
    display: block;
  }
}
.category .child .inner {
  margin: 1px 0 0 0;
  padding: 12px 0 0 10px;
  border: 1px solid #999;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.category .child .inner ul {
  padding: 0;
}
.category .child .block {
  margin: 0 15px 0 0;
}
.category .child .block > p {
  margin: 0 0 5px 5px;
  border-bottom: 1px dotted #999;
}
.category .child .block > p a {
  padding: 7px 0 5px 5px;
  line-height: 100%;
  display: block;
  margin: 0 0 1px 0;
  font-size: 14px;
  line-height: 100%;
}
.category .child .block > p span {
  padding: 7px 0 5px 5px;
  line-height: 100%;
  display: block;
  margin: 0 0 1px 0;
  font-size: 14px;
  line-height: 100%;
}

.local_foot {
  border-top: 2px solid #ccc;
  margin: 15px 0 0;
  padding: 15px 20px 15px;
  background-color: #eee;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

.clearfix {
  display: block;
  zoom: 100%;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}

div {
  display: block;
  zoom: 100%;
}

div:after {
  content: "";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

body {
  font-size: 14px;
  line-height: 140%;
  margin: 0;
  padding: 0;
  color: #555;
  text-align: center;
  background-color: #fff;
  font-family: sans-serif;
}

th,
td {
  font-size: 14px;
  line-height: 140%;
  color: #555555;
  font-family: sans-serif;
}

img {
  border: none;
  outline: none;
}

form,
input {
  margin: 0;
  padding: 0;
}

a {
  cursor: pointer;
}

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

a:visited,
a:active {
  text-decoration: none;
  color: #5B8190;
}

a:hover {
  text-decoration: underline;
  color: #946349;
}

a.no-links {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

.error {
  color: #cc0000;
}

.breadcrumb {
  width: 1200px;
  margin: auto;
  text-align: left;
  margin: 5px auto 0 auto;
}

.breadcrumb ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb li {
  margin: 0;
  float: left;
}

.breadcrumb li + li:before {
  margin: 0 2px 0 5px;
  content: ">";
}

/* ----- */
.content {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  width: calc(100% - 30px);
  min-height: 500px;
  margin: auto;
  text-align: left;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .content {
    width: 100%;
    padding: 0 5px;
  }
}

/* ----- */
.content_foot {
  padding: 10px 0 20px 0;
  margin: 0 0 0 0;
  border-top: 2px solid #eee;
  background-color: #eee;
}

.content_foot .container {
  width: 950px;
  margin: auto;
  text-align: left;
  overflow: hidden;
}

/* ----- */
.local_foot {
  padding: 15px 0 15px 0;
  border-top: 2px solid #ccc;
  background-color: #eee;
}

.local_foot .container {
  max-width: 950px;
  overflow: hidden;
  margin: auto;
  text-align: left;
}

/*-----*/
.gloval_foot {
  padding: 10px 0 30px 0;
  text-align: left;
  background-color: #fff;
}

.gloval_foot .foot_navi {
  float: left;
  width: 700px;
}

.gloval_foot .foot_navi ul {
  margin: 0 0 0 10px;
  padding: 0;
  list-style: none;
}

.gloval_foot .foot_navi li {
  float: left;
  margin: 0 15px 0 0;
  padding: 0 0 0 17px;
  background-repeat: no-repeat;
  background-position: left top;
  line-height: 100%;
}

.gloval_foot .foot_navi .mandarake {
  background-image: url(../../img/ja/foot/mandarake.gif);
}

.gloval_foot .foot_navi .recruit {
  background-image: url(../../img/ja/foot/recruit.gif);
}

.gloval_foot .foot_navi .privacy {
  background-image: url(../../img/ja/foot/privacy.gif);
}

.gloval_foot .foot_navi .inquiry {
  background-image: url(../../img/ja/foot/inquiry.gif);
}

.gloval_foot .foot_navi .rss {
  background-image: url(../../img/ja/foot/rss.gif);
}

.gloval_foot .copyright {
  float: right;
  width: 240px;
  text-align: right;
}

.gloval_foot .copyright p {
  margin: 0 15px 0 0;
  line-height: 100%;
}

/* ----- */
.pager {
  text-align: center;
  margin: auto;
}
.pager .inner {
  display: inline-block;
  text-align: center;
  margin: auto;
}
.pager a {
  display: block;
  font-size: 12px;
  line-height: 100%;
  padding: 3px 0 3px 0;
  border: 1px solid #8aa6b8;
  border-radius: 5px;
}
.pager a:link, .pager a:visited, .pager a:active {
  color: #204e78;
  background-color: #e4eeee;
}
.pager a:hover {
  color: #333;
  background-color: #fff;
}
.pager .number {
  float: left;
  display: inline-block;
  text-align: center;
}
.pager .number ul {
  list-style: none;
  margin: auto;
  padding: 0;
  float: left;
  text-align: center;
}
.pager .number ul li {
  margin: 0 2px 0 2px;
  float: left;
  width: 30px;
}
.pager .number ul li.active a {
  background-color: #fff;
}
.pager .number a.active {
  background-color: #fff;
}
.pager .prev {
  width: 100px;
  text-align: center;
  float: left;
  margin: 0 7px 0 0;
}
.pager .next {
  width: 100px;
  text-align: center;
  float: right;
  margin: 0 0 0 7px;
}
.pager .first {
  width: 30px;
  text-align: center;
  float: left;
  margin: 0 2px 0 0;
}
.pager .last {
  width: 30px;
  text-align: center;
  float: left;
  margin: 0 7px 0 2px;
}
.pager .space_before,
.pager .space_after {
  width: 30px;
  text-align: center;
  float: left;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .pager .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .pager .inner::after {
    content: "";
    order: 1;
    flex: 0 0 100%;
    height: 0;
  }
  .pager .first,
  .pager .number,
  .pager .last,
  .pager .space_before,
  .pager .space_after {
    order: 1;
    flex: 0 0 auto;
    float: none;
  }
  .pager .number {
    display: flex;
  }
  .pager .number ul {
    display: flex;
    float: none;
    margin: 0;
  }
  .pager .number li {
    float: none;
  }
  .pager .prev,
  .pager .next {
    order: 2;
    float: none;
    width: 80px;
    flex: 0 0 80px;
  }
  .pager .prev {
    margin: 8px 0 0;
  }
  .pager .next {
    margin: 8px 0 0 auto;
  }
}
/* ----- */
.nav_fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  text-align: center;
  width: 100%;
  text-align: center;
  background-color: #fff;
  border-bottom: 2px solid #eee;
  box-shadow: 0 3px 5px #eee;
  padding: 10px 0 0 0;
}

.global_head {
  margin: 0 0 15px 0;
  border-bottom: 1px solid #0A1945;
  padding: 0 0 1px 0;
  width: 100%;
  text-align: left;
}
.global_head .global_nav {
  background-color: #0A1945;
  color: #fff;
  height: 37px;
  overflow: hidden;
}
.global_head .global_nav .global_logo {
  text-align: left;
  float: left;
  width: 280px;
}
.global_head .global_nav .global_logo .inner {
  padding: 5px 0 0 5px;
}
.global_head .global_nav .guide {
  float: right;
  overflow: hidden;
}
.global_head .global_nav .guide ul {
  margin: 15px 5px 0 0;
  padding: 0;
  list-style: none;
  float: right;
}
.global_head .global_nav .guide li {
  float: left;
  font-size: 12px;
  line-height: 100%;
  margin: 0 0 0 10px;
}
.global_head .global_nav .guide li a:link {
  text-decoration: none;
  color: #fff;
}
.global_head .global_nav .guide li a:visited {
  text-decoration: none;
  color: #fff;
}
.global_head .global_nav .guide li a:active {
  text-decoration: none;
  color: #fff;
}
.global_head .global_nav .guide li a:hover {
  text-decoration: underline;
  color: #946349;
}
.global_head .global_nav .guide li .icon {
  display: inline-block;
  border: 1px solid #fff;
  margin: 0 3px 0 0;
  padding: 1px;
  color: #fff;
  background-color: #cc0000;
  text-align: center;
}
.global_head .global_nav .guide li .icon img {
  height: 11px;
}
.global_head .global_nav .guide li .guide-name {
  margin: 0;
  color: #fff;
}

.gloval_foot {
  border-top: 2px solid #ccc;
  padding: 10px 0 20px 0;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .gloval_foot {
    width: 100%;
    max-width: 640px;
  }
}
@media only screen and (min-width: 768px) {
  .gloval_foot {
    width: 100%;
    max-width: 950px;
  }
}
.gloval_foot .guide {
  text-align: center;
  margin: auto;
}
.gloval_foot .guide nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gloval_foot .guide nav li {
  display: inline-block;
  font-size: 13px;
  line-height: 100%;
  margin: 0 3px;
}
.gloval_foot .guide nav li a:link {
  text-decoration: none;
  color: #4881a4;
}
.gloval_foot .guide nav li a:visited {
  text-decoration: none;
  color: #4881a4;
}
.gloval_foot .guide nav li a:active {
  text-decoration: none;
  color: #4881a4;
}
.gloval_foot .guide nav li a:hover {
  text-decoration: underline;
  color: #946349;
}
.gloval_foot .guide nav li .icon {
  display: inline-block;
  margin: 0 1px 0 0;
  background-color: #1d3760;
  text-align: center;
  padding: 1px 2px;
}
.gloval_foot .guide nav li .icon img {
  height: 11px;
}
.gloval_foot .guide nav li .guide_name {
  margin: 0;
}
.gloval_foot .copyright {
  display: block;
  text-align: center;
  font-size: 10px;
  line-height: 100%;
  padding: 10px 0 0 0;
  color: #666;
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?cpjpx7");
  src: url("fonts/icomoon.eot?#iefixcpjpx7") format("embedded-opentype"), url("fonts/icomoon.woff?cpjpx7") format("woff"), url("fonts/icomoon.ttf?cpjpx7") format("truetype"), url("fonts/icomoon.svg?cpjpx7#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-],
[class*=" icon-"] {
  font-family: "icomoon";
  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-shop:before {
  content: "\e60d";
}

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

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

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

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

.icon-local-list:before {
  content: "\e610";
}

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

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

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

.icon-local-contact:before {
  content: "\e60f";
}

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

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

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

.icon-local-logout:before {
  content: "\e60e";
}

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

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

.icon-feed:before {
  content: "\e606";
}/*# sourceMappingURL=default-v2.css.map */