.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) and (max-width: 959px) {
  .local_head {
    padding: 0 10px;
  }
}

@media only screen and (min-width: 960px) {
  .local_head {
    padding: 0 10px;
  }
}

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

@media only screen and (max-width: 767px) {
  .local_head-fixed {
    padding-top: 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .local_head-fixed {
    padding-top: 15px;
  }
}

@media only screen and (min-width: 960px) {
  .local_head-fixed {
    padding-top: 15px;
  }
}

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

.local_nav {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .local_nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .local_nav {
    max-width: 1200px;
    height: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}

@media only screen and (min-width: 960px) {
  .local_nav {
    max-width: 1200px;
    height: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .local_nav .logo {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .local_nav .logo {
    display: none;
  }
}

@media only screen and (min-width: 960px) {
  .local_nav .logo {
    width: 150px;
  }
}

.local_nav form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media only screen and (max-width: 767px) {
  .local_nav form {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 0 5px 0;
  }
}

.local_nav .keyword_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.local_nav .keyword_block .selectbox {
  width: 90px;
}

.local_nav .keyword_block .selectbox select {
  background: none;
  width: 88px;
  height: 30px;
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.local_nav .keyword_block .inputbox input {
  width: 100%;
  height: 30px;
  border: 1px solid #999;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          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 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .local_nav .guide a .text {
    display: none;
  }
  .local_nav .guide a:after {
    content: attr(title);
    color: #999;
  }
  .local_nav .guide .live,
  .local_nav .guide .howto-live,
  .local_nav .guide .howto-sanka,
  .local_nav .guide .lang {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .local_nav .guide {
    width: 410px;
    margin: 0 0 0 10px;
  }
  .local_nav .guide .home {
    display: none;
  }
}

@media only screen and (min-width: 960px) {
  .local_nav .guide {
    width: 410px;
    margin: 0 0 0 10px;
  }
  .local_nav .guide .home {
    display: none;
  }
}

.local_nav .guide ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

@media only screen and (max-width: 767px) {
  .local_nav .guide ul {
    margin: 0 0 5px 0;
  }
}

.local_nav .guide li {
  display: inline-block;
  line-height: 100%;
}

@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) and (max-width: 959px) {
  .local_nav .guide li {
    margin: 3px 0 0;
    padding: 0 0 3px 0;
  }
}

@media only screen and (min-width: 960px) {
  .local_nav .guide li {
    margin: 3px 0 0;
    padding: 0 0 3px 0;
  }
}

.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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .bluser {
    width: 100%;
    max-width: 640px;
  }
}

@media only screen and (min-width: 960px) {
  .bluser {
    width: 100%;
    max-width: 1200px;
    font-size: 18px;
    line-height: 150%;
  }
}

@media only screen and (max-width: 767px) {
  .category {
    margin: 0 auto;
    width: 100%;
    text-align: left;
    margin: 0 0 15px 0;
    position: relative;
  }
  .category > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .category > ul > li:first-child {
    display: none;
  }
  .category > ul > li img {
    display: none;
  }
  .category > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    text-align: center;
    border: 1px solid #999;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1px 2px;
    margin: 0 0 5px 0;
  }
  .category > ul > li > a:after {
    content: attr(title);
    color: #999;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .category {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 960px;
    height: 32px;
    text-align: left;
  }
  .category > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .category > ul > li img {
    max-width: 100%;
    max-height: 30px;
  }
  .category > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    text-align: center;
    border: 1px solid #999;
    height: 32px;
    -webkit-box-sizing: border-box;
            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 (min-width: 960px) {
  .category {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    height: 32px;
    text-align: left;
  }
  .category > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .category > ul > li img {
    max-width: 100%;
    max-height: 30px;
  }
  .category > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    text-align: center;
    border: 1px solid #999;
    height: 32px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .category > ul > li > a:hover img {
    opacity: 0.75;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
  }
}

.category .child {
  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;
}

@media only screen and (max-width: 767px) {
  .category .child {
    width: 100%;
    position: absolute;
    top: 26px;
    left: 0;
    z-index: 50;
  }
  .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 .block {
    min-width: 70px;
    max-width: 48%;
  }
  .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;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .category .child {
    position: absolute;
    top: 32px;
    z-index: 50;
  }
  .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;
  }
}

@media only screen and (min-width: 960px) {
  .category .child {
    position: absolute;
    top: 32px;
    z-index: 50;
  }
  .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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;
}

.item_info h1 {
  font-size: 18px;
  line-height: 150%;
  margin: 0 0 0 3px;
  padding: 0;
}

.item_info h2 {
  margin: 0 0 15px 0;
  padding: 10px 0 10px 0;
  font-size: 18px;
  line-height: 100%;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  text-align: center;
  background-color: #eee;
}

.item_info h3 {
  margin: 0 0 15px 0;
  padding: 10px 0 10px 0;
  font-size: 18px;
  line-height: 100%;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  text-align: center;
  background-color: #eee;
}

.item_info h4 {
  margin: 0 0 15px 0;
  padding: 10px 0 10px 0;
  font-size: 18px;
  line-height: 100%;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  text-align: center;
  background-color: #eee;
}

.item_info .content_head {
  border-bottom: 2px dotted #999;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .item_info .content_head {
    margin: 0 auto 15px;
    padding: 0 0 5px 0;
  }
}

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

@media only screen and (min-width: 960px) {
  .item_info .content_head {
    margin: 0 auto 15px;
    padding: 10px 0 5px 0;
  }
}

.item_info .content_head .store {
  margin: 0 0 3px 0;
}

.item_info .content_head .store p {
  background-color: #cc0000;
  margin: 0;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  line-height: 100%;
}

.item_info .item_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 30px 0;
}

@media only screen and (max-width: 767px) {
  .item_info .item_detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .item_info .item_detail {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
}

@media only screen and (min-width: 960px) {
  .item_info .item_detail {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .item_info .item_detail .item_img {
    margin: 0 0 15px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .item_info .item_detail .item_img {
    width: 400px;
  }
}

@media only screen and (min-width: 960px) {
  .item_info .item_detail .item_img {
    width: 500px;
  }
}

.item_info .item_detail .item_thum {
  text-align: center;
}

.item_info .item_detail .item_thum ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media only screen and (max-width: 767px) {
  .item_info .item_detail .item_thum ul {
    width: 100%;
    max-width: 640px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .item_info .item_detail .item_thum ul {
    width: 400px;
  }
}

@media only screen and (min-width: 960px) {
  .item_info .item_detail .item_thum ul {
    width: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .item_info .item_detail .item_thum li {
    max-width: 90px;
    max-height: 90px;
    display: inline-block;
    margin: 0 2px 5px;
    border: 1px solid #ccc;
    vertical-align: middle;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .item_info .item_detail .item_thum li {
    max-width: 90px;
    max-height: 90px;
    display: inline-block;
    margin: 0 2px 5px;
    border: 1px solid #ccc;
    vertical-align: middle;
  }
}

@media only screen and (min-width: 960px) {
  .item_info .item_detail .item_thum li {
    max-width: 90px;
    max-height: 90px;
    margin: 0 2px 5px;
    padding: 2px;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media only screen and (max-width: 767px) {
  .item_info .item_detail .item_thum li a {
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .item_info .item_detail .item_thum li a {
    display: block;
  }
}

@media only screen and (min-width: 960px) {
  .item_info .item_detail .item_thum li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    height: 100%;
    width: 100%;
  }
}

.item_info .item_detail .item_thum img {
  max-width: 80px;
  max-height: 80px;
}

@media only screen and (max-width: 767px) {
  .item_info .item_detail .item_large img {
    max-width: 640px;
    max-height: 400px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .item_info .item_detail .item_large {
    width: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .item_info .item_detail .item_large img {
    max-width: 400px;
    max-height: 1000px;
  }
}

@media only screen and (min-width: 960px) {
  .item_info .item_detail .item_large {
    width: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .item_info .item_detail .item_large img {
    max-width: 500px;
    max-height: 1000px;
  }
}

.item_info .item_detail .hoshosho {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 0 10px;
  margin: 10px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .item_info .item_detail .item_caption {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 0 0 10px;
  }
}

@media only screen and (min-width: 960px) {
  .item_info .item_detail .item_caption {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 0 0 20px;
  }
}

.item_info .item_detail .item_caption .most_info {
  text-align: left;
  margin: 0 0 20px 0;
}

.item_info .item_detail .item_caption .most_info.notwin .operation {
  background-color: #decccc;
}

.item_info .item_detail .item_caption .most_info.notwin .msg_bid_status {
  color: #cc0000;
}

.item_info .item_detail .item_caption .most_info .condition {
  border-bottom: 2px solid #ccc;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
}

.item_info .item_detail .item_caption .most_info .condition dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.item_info .item_detail .item_caption .most_info .condition dl dt {
  width: 100px;
  margin: 0 10px 0 0;
  text-align: center;
}

.item_info .item_detail .item_caption .most_info .condition dl dt p {
  background-color: #666;
  color: #fff;
  padding: 5px 10px;
  line-height: 100%;
}

.item_info .item_detail .item_caption .most_info .condition dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.item_info .item_detail .item_caption .most_info .condition dl dd p {
  margin: 2px 0 0 0;
}

.item_info .item_detail .item_caption .most_info .bid_info {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
}

@media only screen and (max-width: 767px) {
  .item_info .item_detail .item_caption .most_info .bid_info table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
  }
  .item_info .item_detail .item_caption .most_info .bid_info th {
    width: 40%;
  }
  .item_info .item_detail .item_caption .most_info .bid_info td {
    width: 60%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .item_info .item_detail .item_caption .most_info .bid_info table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
  }
  .item_info .item_detail .item_caption .most_info .bid_info th {
    width: 40%;
  }
  .item_info .item_detail .item_caption .most_info .bid_info td {
    width: 60%;
  }
}

@media only screen and (min-width: 960px) {
  .item_info .item_detail .item_caption .most_info .bid_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .item_info .item_detail .item_caption .most_info .bid_info table {
    width: 49.5%;
    border-collapse: collapse;
    table-layout: auto;
  }
}

.item_info .item_detail .item_caption .most_info .bid_info th, .item_info .item_detail .item_caption .most_info .bid_info td {
  border-bottom: 1px solid #ccc;
}

.item_info .item_detail .item_caption .most_info .bid_info th p, .item_info .item_detail .item_caption .most_info .bid_info td p {
  margin: 0;
}

.item_info .item_detail .item_caption .most_info .bid_info th {
  text-align: left;
  padding: 5px 0 5px 10px;
}

.item_info .item_detail .item_caption .most_info .bid_info td {
  text-align: right;
  padding: 5px 10px 5px;
}

.item_info .item_detail .item_caption .most_info .bid_info .price_now,
.item_info .item_detail .item_caption .most_info .bid_info .count_down {
  font-size: 18px;
  color: #c64200;
}

.item_info .item_detail .item_caption .most_info .operation {
  text-align: center;
  background-color: #d3d3d3;
  padding: 10px 0 10px 0;
  border-radius: 5px;
}

.item_info .item_detail .item_caption .most_info .operation p {
  margin: 10px 0;
}

.item_info .item_detail .item_caption .most_info .operation .msg_bid_status {
  margin: 0 0 10px 0;
  font-weight: bold;
}

.item_info .item_detail .item_caption .most_info .operation .msg_newbid_price {
  margin: 0;
  font-weight: bold;
  color: #cc0000;
}

.item_info .item_detail .item_caption .most_info .operation .message {
  margin: 5px 0 0 0;
}

.item_info .item_detail .item_caption .most_info .operation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media only screen and (max-width: 767px) {
  .item_info .item_detail .item_caption .most_info .operation ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .item_info .item_detail .item_caption .most_info .operation ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (min-width: 960px) {
  .item_info .item_detail .item_caption .most_info .operation ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media only screen and (max-width: 767px) {
  .item_info .item_detail .item_caption .most_info .operation li {
    display: block;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .item_info .item_detail .item_caption .most_info .operation li {
    display: block;
    text-align: center;
  }
}

@media only screen and (min-width: 960px) {
  .item_info .item_detail .item_caption .most_info .operation li {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
  }
}

.item_info .item_detail .item_caption .most_info .operation .login {
  width: 315px;
}

.item_info .item_detail .item_caption .most_info .operation .login a {
  display: block;
  border-radius: 5px;
  font-size: 20px;
  line-height: 100%;
  padding: 9px 10px 9px 10px;
  background-color: #0c5bba;
  color: #fff;
}

.item_info .item_detail .item_caption .most_info .operation .login a:hover {
  background-color: #194780;
}

@media only screen and (max-width: 767px) {
  .item_info .item_detail .item_caption .most_info .operation .price_input {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .item_info .item_detail .item_caption .most_info .operation .price_input {
    width: 100%;
  }
}

@media only screen and (min-width: 960px) {
  .item_info .item_detail .item_caption .most_info .operation .price_input {
    text-align: right;
  }
}

.item_info .item_detail .item_caption .most_info .operation .price_input input {
  font-size: 32px;
  width: 250px;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .item_info .item_detail .item_caption .most_info .operation .bid {
    width: 100%;
  }
  .item_info .item_detail .item_caption .most_info .operation .bid p {
    text-align: center;
    display: block;
  }
}

.item_info .item_detail .item_caption .most_info .operation .bid a {
  display: block;
  margin: auto;
  border-radius: 5px;
  font-size: 20px;
  line-height: 100%;
  padding: 9px 0 9px 0;
  background-color: #b6292e;
  color: #fff;
  width: 110px;
}

.item_info .item_detail .item_caption .most_info .operation .bid a:hover {
  background-color: #8d1b1f;
}

.item_info .item_detail .item_caption .most_info .operation .bid_not a {
  background-color: #999999;
}

@media only screen and (max-width: 767px) {
  .item_info .item_detail .item_caption .most_info .operation .watch {
    width: 100%;
    display: block;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .item_info .item_detail .item_caption .most_info .operation .watch {
    width: 100%;
    display: block;
    text-align: center;
  }
}

@media only screen and (min-width: 960px) {
  .item_info .item_detail .item_caption .most_info .operation .watch {
    padding: 0 0 0 10px;
  }
}

.item_info .item_detail .item_caption .most_info .operation .watch a {
  background-color: #ccc;
  display: block;
  margin: auto;
  border-radius: 5px;
  font-size: 20px;
  line-height: 100%;
  padding: 9px 0 9px 0;
  background-color: #3d6e75;
  color: #fff;
  width: 180px;
}

.item_info .item_detail .item_caption .most_info .operation .watch a:hover {
  background-color: #25464b;
}

.item_info .item_detail .item_caption .most_info .operation .live {
  padding: 0 0 0 20px;
}

.item_info .item_detail .item_caption .most_info .operation .live a {
  display: block;
  border-radius: 5px;
  font-size: 20px;
  line-height: 100%;
  padding: 9px 10px 9px 10px;
  background-color: #dc0b24;
  color: #fff;
}

.item_info .item_detail .item_caption .most_info .operation .live a:hover {
  background-color: #801a1a;
}

.item_info .item_detail .item_caption .most_info .win {
  background-color: #f6ea00;
}

.item_info .item_detail .item_caption .most_info .hide_button {
  display: none;
}

.item_info .item_detail .item_caption .item_description {
  text-align: left;
}

.item_info .item_detail .item_caption .item_information {
  margin: 30px 0 0 0;
}

.item_info .item_detail .item_caption .item_information__header {
  background: none;
  border: none;
  border-bottom: 1px solid #999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0 0.5rem;
  text-align: left;
  width: 100%;
}

.item_info .item_detail .item_caption .item_information__content {
  border-top: 1px dotted #999;
  margin: 15px auto 0 auto;
}

.item_info .item_detail .item_caption .item_information__content dl {
  border-bottom: 1px dotted #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
}

.item_info .item_detail .item_caption .item_information__content dt,
.item_info .item_detail .item_caption .item_information__content dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: inherit;
  padding: 0.2rem 0.5rem;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .item_info .item_detail .item_caption .item_information__content dt,
  .item_info .item_detail .item_caption .item_information__content dd {
    font-size: 0.7rem;
  }
}

@media only screen and (min-width: 960px) {
  .item_info .item_detail .item_caption .item_information__content dt,
  .item_info .item_detail .item_caption .item_information__content dd {
    font-size: 0.8rem;
  }
}

.item_info .item_detail .item_caption .item_information__content dt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f1f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .item_info .item_detail .item_caption .item_information__content dt {
    width: 130px;
  }
}

@media only screen and (min-width: 960px) {
  .item_info .item_detail .item_caption .item_information__content dt {
    width: 150px;
  }
}

.item_info .item_detail .item_caption .item_information__content dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .item_info .item_detail .item_caption .item_information__content dd {
    width: calc(100% - 130px);
  }
}

@media only screen and (min-width: 960px) {
  .item_info .item_detail .item_caption .item_information__content dd {
    width: calc(100% - 150px);
  }
}

.item_info .item_detail .item_caption .item_information__content .carriage_method {
  display: inline-block;
  margin-right: 1rem;
  position: relative;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .item_info .item_detail .item_caption .item_information__content .carriage_method {
    width: 90px;
  }
}

@media only screen and (min-width: 960px) {
  .item_info .item_detail .item_caption .item_information__content .carriage_method {
    width: 100px;
  }
}

.item_info .item_detail .item_caption .item_information__content .carriage_method::after {
  content: ':';
  display: inline-block;
  line-height: 1.4;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  width: 1rem;
}

.item_info .zoom {
  position: relative;
  top: 0px;
}

.item_info .loupe {
  background-color: #555;
  background: rgba(0, 0, 0, 0.25);
  border: 5px solid rgba(0, 0, 0, 0);
  width: 200px;
  height: 200px;
  cursor: none;
}

.item_info .question {
  margin: 0 0 30px 0;
}

.item_info .question .ask_login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 0 20px 0;
}

@media only screen and (max-width: 767px) {
  .item_info .question .ask_login .input_form {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .item_info .question .ask_login .input_form {
    width: 68%;
  }
}

@media only screen and (min-width: 960px) {
  .item_info .question .ask_login .input_form {
    width: 68%;
  }
}

@media only screen and (max-width: 767px) {
  .item_info .question .ask_login .attention {
    width: 100%;
    text-align: left;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .item_info .question .ask_login .attention {
    width: 30%;
    text-align: left;
  }
}

@media only screen and (min-width: 960px) {
  .item_info .question .ask_login .attention {
    width: 30%;
    text-align: left;
  }
}

.item_info .question .ask_login .attention ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.item_info .question .ask_login .attention li {
  margin: 10px 0 0 5px;
  padding: 0 0 0 5px;
  position: relative;
}

.item_info .question .ask_login .attention li:first-child {
  margin: 0 0 0 5px;
}

.item_info .question .ask_login .attention li:before {
  content: "";
  display: inline-block;
  border: 3px solid transparent;
  border-left-color: #a3b7b6;
  position: absolute;
  top: 5px;
  left: -5px;
}

.item_info .question .ask_logout {
  margin: 0 0 20px 0;
  text-align: center;
  font-size: 16px;
  line-height: 140%;
  color: #999;
  border: 1px dotted #ccc;
  padding: 20px;
}

.item_info .question input[type="button"],
.item_info .question input[type="submit"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  padding: 8px 25px;
  background-color: #1c3d92;
  color: #fff;
}

.item_info .question .submit {
  text-align: center;
  margin: 5px 0 0 0;
}

.item_info .question form textarea {
  white-space: normal;
  border: 1px solid #ccc;
}

.item_info .question form .max {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.item_info .question dl {
  margin: 0;
  padding: 0;
}

.item_info .question dt {
  margin: 0 0 10px 0;
}

.item_info .question dt:before {
  content: "Q";
}

.item_info .question dt:first-letter {
  font-size: 24px;
  line-height: 140%;
  color: #a40000;
}

.item_info .question dd {
  margin: 0 0 30px 30px;
}

.item_info .question dd:before {
  content: "A";
}

.item_info .question dd:first-letter {
  font-size: 24px;
  line-height: 140%;
  color: #0b7437;
}

.item_info .item_category .item_list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media only screen and (max-width: 767px) {
  .item_info .item_category .item_list {
    width: 100%;
    max-width: 640px;
  }
  .item_info .item_category .item_list li {
    margin: 0 5px 15px;
    display: inline-block;
  }
  .item_info .item_category .item_list li img {
    max-width: 150px;
    max-height: 150px;
  }
  .item_info .item_category .item_list li a {
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .item_info .item_category .item_list {
    width: 100%;
    max-width: 960px;
  }
  .item_info .item_category .item_list li {
    margin: 0 10px 15px;
    display: inline-block;
  }
  .item_info .item_category .item_list li img {
    max-width: 150px;
    max-height: 150px;
  }
  .item_info .item_category .item_list li a {
    display: block;
  }
}

@media only screen and (min-width: 960px) {
  .item_info .item_category .item_list {
    width: 100%;
    max-width: 1200px;
  }
  .item_info .item_category .item_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .item_info .item_category .item_list li {
    margin: 0 5px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .item_info .item_category .item_list li img {
    max-width: 170px;
    max-height: 170px;
  }
  .item_info .item_category .item_list li a {
    display: block;
  }
}

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

.breadcrumb ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breadcrumb li {
  margin: 0;
}

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