@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, form {
  border: 0;
  font-family: 'Open Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

a:link, a:visited {
  color: #000;
  text-decoration: none;
}

.fade {
  position: relative;
}
.fade .nomal {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.fade .hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.sp {
  display: none;
}

.pc {
  display: block;
}

#twitter-widget-0 {
  display: none !important;
}

/* =============================================================================
   共通
   ========================================================================== */
body {
  margin: auto;
  height: auto;
}

#container {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

/* =============================================================================
   サイドバー
   ========================================================================== */
#list_child_cover {
  position: fixed;
  top: 0;
  left: 220px;
  width: 200px;
  height: 1000px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99;
  display: none;
}
#list_child_cover .child_cate {
  display: none;
  position: absolute;
  top: 220px;
  width: 200px;
  height: auto;
}
#list_child_cover .child_cate li {
  position: relative;
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 0.8em;
}
#list_child_cover .child_cate li a {
  position: absolute;
  padding-left: 30px;
  width: 100%;
  height: 100%;
  color: #FFF;
  text-decoration: none;
  box-sizing: border-box;
  background: url("../images/00common/list-arrow-hover.png") no-repeat;
  background-position: right 15px top 23px;
}
#list_child_cover .child_cate li a:hover {
  text-decoration: underline;
}
#list_child_cover .child_cate li .namm_a {
  background: none;
}
#list_child_cover .child_cate li .grandchild_link {
  position: absolute;
  right: 14px;
  width: 10px;
  height: 14px;
  background: none;
  cursor: pointer;
}
#list_child_cover .child_cate li .grandchild_link img {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 14px;
}
#list_child_cover .child_cate .grandchild_cate {
  display: block;
  position: relative;
  top: 0;
}
#list_child_cover .child_cate .grandchild_cate a {
  padding-left: 52px;
}

/*
#list_child_cover_category{
    position: absolute;
    top: 0;
    left: 185px;
    width: 372px;
    height: auto;
    z-index: 99;
    //display: none;
    ul{
        margin-top: 30px;
        li{
            //@include opacity(0);
            display: none;
            @include transition(.5s);
            padding: 0 36px 0 60px;
            width: 373px;
            height: 70px;
            color:#FFF;
            font-size: 13px;
            line-height: 1.2;
            box-sizing:border-box;
            margin-top:-28px;
            p{
                height: 70px;
                display: table-cell;
                vertical-align: middle;
            }
        }
        .category-antenna{
            background:url("../images/00common/sideBack-anntena.png") no-repeat;
        }
        .category-sale{
            background:url("../images/00common/sideBack-sale.png") no-repeat;
        }
        .category-product{
            background:url("../images/00common/sideBack-product.png") no-repeat;

        }
        .category-used{
            background:url("../images/00common/sideBack-used.png") no-repeat;
        }
        .category-report{
            background:url("../images/00common/sideBack-report.png") no-repeat;
        }
        .category-howto{
            background:url("../images/00common/sideBack-howto.png") no-repeat;
        }
        .category-creator{
            background:url("../images/00common/sideBack-creator.png") no-repeat;
        }
        .category-event{
            background:url("../images/00common/sideBack-event.png") no-repeat;
        }
        .category-contact{
            background:url("../images/00common/sideBack-contact.png") no-repeat;
        }

    }
}
*/
#sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 160px;
  height: 100vh;
  z-index: 999;
}
#sidebar #sidebar_inner {
  position: fixed;
  margin: 0px 0 0px 0px;
  width: 160px;
  height: auto;
  background-color: #fff;
  z-index: 2;
}
#sidebar #sidebar_inner #logo {
  width: 160px;
  height: 120px;
  background-color: #fff;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
#sidebar #sidebar_inner #logo img {
  position: absolute;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
#sidebar #sidebar_inner #logo .miroc_logo {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#sidebar #sidebar_inner #logo .mim {
  top: 10px;
  left: 12px;
}
#sidebar #sidebar_inner #logo .sub_logo {
  top: 80%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#sidebar #sidebar_inner #logo:hover {
  background-color: #000;
}
#sidebar #sidebar_inner #namm_search {
  position: relative;
  width: 160px;
  height: 40px;
  border-bottom: 1px #f0f0f0 solid;
  box-sizing: border-box;
}
#sidebar #sidebar_inner #namm_search .namm_search_icn {
  position: absolute;
  content: "";
  top: 11px;
  left: 14px;
  width: 14px;
  height: 16px;
  /*
  background:url("../images/00common/search2.svg") no-repeat;
  background-size: contain;
  */
}
#sidebar #sidebar_inner #namm_search .namm_search_icn img {
  width: 14px;
  height: auto;
}
#sidebar #sidebar_inner #namm_search input {
  margin: 6px 0 0 38px;
  width: 120px;
  height: 19px;
  font-size: 12px;
}
#sidebar #sidebar_inner #namm_search input::-webkit-calendar-picker-indicator {
  display: none;
}
#sidebar #sidebar_inner #namm_search .search_date {
  display: none;
  position: absolute;
  background-color: white;
  margin: 8px 0 0 0;
  padding: 0px 15px 8px;
  width: 160px;
  box-sizing: border-box;
  font-size: 0.5em;
  z-index: 3;
}
#sidebar #sidebar_inner #namm_search .search_date .search_title_date {
  margin: auto;
  padding-left: 20px;
  width: 150px;
  height: 16px;
  line-height: 12px;
  background: url("../images/00common/calender.svg") no-repeat;
  background-position: left top;
  background-size: 12px 12px;
  box-sizing: border-box;
}
#sidebar #sidebar_inner #namm_search .search_date select {
  width: 150px;
  height: 22px;
  margin-top: 1px;
  box-shadow: none;
}
#sidebar #sidebar_inner #namm_logo_pc {
  position: relative;
  width: 180px;
  height: 46px;
  border-bottom: 1px #f0f0f0 solid;
  box-sizing: border-box;
  z-index: 2;
}
#sidebar #sidebar_inner #namm_logo_pc a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
#sidebar #sidebar_inner #namm_logo_pc img {
  width: 100%;
  height: auto;
}
#sidebar #sidebar_inner #namm_logo_pc .namm_logo_description {
  position: absolute;
  top: 0;
  left: 185px;
  width: 373px;
  height: 70px;
  background: url("../images/00common/sideBack-eStore.png") no-repeat;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0 36px 0 60px;
  width: 373px;
  height: 70px;
  color: #FFF;
  font-size: 13px;
  line-height: 1.2;
  box-sizing: border-box;
}
#sidebar #sidebar_inner #namm_logo_pc .namm_logo_description p {
  height: 70px;
  display: table-cell;
  vertical-align: middle;
}
#sidebar #sidebar_inner .estore_logo img {
  width: 160px;
  height: auto;
}
#sidebar #sidebar_scroll-wrap {
  position: relative;
  width: 160px;
  height: calc( 100% - 163px);
  margin-top: 162px;
  overflow: hidden;
}
#sidebar #sidebar_scroll-wrap:hover {
  width: 320px;
}
#sidebar #sidebar_scroll {
  position: relative;
  width: 340px;
  height: calc( 100% );
  overflow-y: scroll;
}
#sidebar #sidebar_scroll::-webkit-scrollbar {
  display: none;
}
#sidebar #list_categories_wrap {
  width: 160px;
  height: auto;
}
#sidebar #list_categories {
  position: relative;
  width: 160px;
  height: auto;
}
#sidebar #list_categories li {
  position: relative;
  width: 160px;
  height: 58px;
}
#sidebar #list_categories li a {
  display: block;
  height: 58px;
}
#sidebar #list_categories li a img {
  display: block;
  width: 100%;
  height: auto;
}
#sidebar #list_categories li .banner_thumbnail {
  width: 160px;
}
#sidebar #list_categories li .banner_large {
  display: none;
  position: absolute;
  width: auto;
  top: 0;
  left: 0;
  width: 320px;
}
#sidebar #side_arrow {
  position: relative;
  display: none;
  margin-top: 4px;
  width: 160px;
  height: 8px;
  text-align: center;
  z-index: 2;
  cursor: pointer;
}
#sidebar #side_sns_area {
  width: 160px;
  height: 32px;
  margin: 0 auto 0 0;
}
#sidebar #side_sns_area #side_sns_list {
  margin: 10px auto 0;
  width: 160px;
  height: 20px;
  overflow: hidden;
  text-align: center;
}
#sidebar #side_sns_area #side_sns_list li {
  display: inline-block;
  width: 36px;
  height: 20px;
  cursor: pointer;
}
#sidebar #side_sns_area #side_sns_list li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
#sidebar #side_sns_area #side_sns_list li svg {
  opacity: .8;
}
#sidebar #sitemap_btn {
  width: 160px;
  margin: 10px 0;
  bottom: 10px;
  text-align: center;
}
#sidebar #sitemap_btn .button {
  display: inline-block;
  padding: 0.5em 2em;
  font-size: 0.4em;
  font-family: noto,sans-serif;
  font-weight: 800;
  color: #333;
  text-align: center;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.8);
  outline: 0;
  border: 1px solid #333;
  box-shadow: inset 0 0 10px rgba(255, 255, 255, 0);
  outline: 1px solid;
  outline-color: #333;
  outline-offset: -1px;
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}
#sidebar #sitemap_btn .button::before, #sidebar #sitemap_btn .button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
#sidebar #sitemap_btn .button:hover {
  border: 1px solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 5px;
}
#sidebar #tw_post {
  width: 0%;
  height: 0%;
  left: 160px;
  bottom: 0px;
  opacity: 0;
  cursor: pointer;
  max-width: 520px;
  -webkit-transition: all 0.8s cubic-bezier(0.75, 0, 0.125, 1);
  -moz-transition: all 0.8s cubic-bezier(0.75, 0, 0.125, 1);
  transition: all 0.8s cubic-bezier(0.75, 0, 0.125, 1);
  position: fixed;
}
#sidebar #tw_post .twitter-timeline {
  height: 100%;
  overflow-y: scroll;
}
#sidebar #tw_post .twitter-timeline .timeline-Widget {
  font-size: 0.2em;
  margin-bottom: 0;
  border-radius: 0;
}
#sidebar #tw_post .twitter-timeline .timeline-Widget .timeline-Header {
  display: none;
}
#sidebar #tw_post .twitter-timeline .timeline-Widget .timeline-Viewport {
  overflow-y: hidden;
}
#sidebar #tw_post .twitter-timeline .timeline-Widget .timeline-LoadMore {
  display: none;
}
#sidebar #tw_post .twitter-timeline .timeline-Widget .timeline-Footer {
  display: none;
}

#infomation_area {
  margin: 5px auto;
  width: 100%;
  height: auto;
}

/* 20190328追加 */
.share-all{
  padding: 0;
  float:right;
  width:420px;
}

.share{
    padding: 0 5px 0 0;
    float:left;
    height:auto;
}

.video{
    height:20px !important;
}


/* =============================================================================
   newsticker
   ========================================================================== */
#newsticker {
  padding: .5rem 0;
  float: left;
  margin-left: 2%;
  width: 80%;
  text-align: left;
  position: relative;
  font-size: .8em;
  font-weight: 600;
  line-height: 1.2em;
  max-height: 1.2em;
}
#newsticker ul {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
#newsticker ul li {
  width: 100%;
  display: none;
}
#newsticker ul li a {
  color: #333;
  text-decoration: underline;
}

/* =============================================================================
 クッキーボタン
 ========================================================================== */
#cookie_btn {
  margin: 0 0 0 auto;
  width: 14%;
  text-align: right;
}
#cookie_btn input[type='submit'] {
  width: 100%;
  height: 2em;
  padding: 0;
  border: none;
  cursor: pointer;
}
#cookie_btn #block_btn {
  display: inline-block;
  width: 33%;
}
#cookie_btn #block_btn input[type='submit'] {
  background: url("../images/00common/block.svg") no-repeat;
  background-size: contain;
}
#cookie_btn #block_btn .cookie_on {
  background: url("../images/00common/block_on.svg") no-repeat !important;
  background-size: contain;
}
#cookie_btn #list_btn {
  display: inline-block;
  width: 33%;
}
#cookie_btn #list_btn input[type='submit'] {
  background: url("../images/00common/list.svg") no-repeat;
  background-size: contain;
}
#cookie_btn #list_btn .cookie_on {
  background: url("../images/00common/list_on.svg") no-repeat !important;
  background-size: contain;
}

.category_description {
  position: relative;
  margin: 25px 0 24px 0;
  padding: 0 5.2%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.category_description .category_descriptionTitle {
  position: relative;
  float: left;
  padding-left: 4.8%;
  width: 32%;
  height: 40px;
  line-height: 40px;
  color: #333;
  font-size: 1.8em;
  font-weight: bold;
  box-sizing: border-box;
  overflow: hidden;
}
.category_description .category_descriptionTitle:before {
  content: "";
  position: absolute;
  top: 1%;
  left: 0;
  width: 18%;
  height: 40px;
}
.category_description .category_title-antenna:before {
  background: url("../images/00common/antenna.svg") no-repeat;
  background-position: left center;
  background-size: contain;
}
.category_description .category_title-now_on_sale:before {
  background: url("../images/00common/sale.svg") no-repeat;
  background-position: left center;
  background-size: contain;
}
.category_description .category_title-product_info:before {
  background: url("../images/00common/product.svg") no-repeat;
  background-position: left center;
  background-size: contain;
}
.category_description .category_title-used:before {
  background: url("../images/00common/used.svg") no-repeat;
  background-position: left center;
  background-size: contain;
}
.category_description .category_title-report:before {
  background: url("../images/00common/report.svg") no-repeat;
  background-position: left center;
  background-size: contain;
}
.category_description .category_title-how_to:before {
  background: url("../images/00common/howto.svg") no-repeat;
  background-position: left center;
  background-size: contain;
}
.category_description .category_title-creator:before {
  background: url("../images/00common/creator.svg") no-repeat;
  background-position: left center;
  background-size: contain;
}
.category_description .category_title-event:before {
  background: url("../images/00common/event.svg") no-repeat;
  background-position: left center;
  background-size: contain;
}
.category_description .category_title-contact_us:before {
  background: url("../images/00common/contact.svg") no-repeat;
  background-position: left center;
  background-size: contain;
}
.category_description p {
  float: left;
  width: 68%;
  min-height: 41px;
  padding-left: 3.6%;
  box-sizing: border-box;
  line-height: 1.2;
  color: #333;
  font-size: 16px;
  border-left: 1px #333 solid;
  box-sizing: border-box;
  overflow: hidden;
}

.top_header_stickContent {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: fixed;
  left: 0;
  top: -30px;
  width: 100%;
  padding: 0 0px 0 160px;
  height: 20px;
  box-sizing: border-box;
  z-index: 3;
}
.top_header_stickContent .top_header_innner {
  padding: 0 5.4%;
  height: 21px;
  background-color: rgba(51, 51, 51, 0.95);
  box-sizing: border-box;
}
.top_header_stickContent .top_header_innner .top_headerParent li {
  line-height: 20px;
  height: 20px;
  padding-bottom: 1px;
}

.header_visited {
  top: 40px;
  opacity: 1;
  filter: alpha(opacity=100);
}

.top_header {
  position: relative;
  width: 100%;
  padding: 0 5.4%;
  height: 30px;
  box-sizing: border-box;
  z-index: 100;
  background-color: #333;
}

.top_header_innner {
  width: 100%;
  height: 30px;
}
.top_header_innner .top_headerParent {
  position: relative;
}
.top_header_innner .top_headerParent > li {
  float: left;
  padding-right: 4%;
  width: auto;
  height: 30px;
  line-height: 31px;
  font-size: 12px;
  color: #FFF;
}
.top_header_innner .top_headerParent > li > a {
  color: #FFF;
  padding-bottom: 1px;
}
.top_header_innner .top_headerParent > li > a:hover {
  border-bottom: 2px #F3E400 solid;
}
.top_header_innner .top_headerParent > li > span {
  color: #FFF;
  padding-bottom: 1px;
  border-bottom: 2px #F3E400 solid;
}
.top_header_innner .top_headerParent .top_headerChild {
  display: none;
  position: absolute;
  padding: 4px 0 0px 0;
  top: 27px;
  width: 29%;
  height: auto;
  background-color: rgba(51, 51, 51, 0.8);
  box-sizing: border-box;
}
.top_header_innner .top_headerParent .top_headerChild li {
  position: relative;
  width: 251px;
  height: 38px;
  line-height: 38px;
  font-size: 12px;
}
.top_header_innner .top_headerParent .top_headerChild li a {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 20px;
  width: 100%;
  height: 100%;
  color: #FFF;
  box-sizing: border-box;
}

@media (min-width: 768px) and (max-width: 1300px) {
  .category_description .category_descriptionTitle {
    font-size: 1.8vw;
    padding-left: 6.4%;
  }

  .top_header_innner .top_headerParent > li {
    padding-right: 2%;
    font-size: 10px;
  }
}
/* =============================================================================
   メインコンテンツ
   ========================================================================== */
@media (min-width: 768px) and (max-width: 950px) {
  #top_image {
    width: 99%;
  }

  #banner_a {
    width: 96%;
  }

  .index_post {
    width: 99%;
  }

  .slide_data {
    width: 42%;
    padding: 1% 2% 9% 12% !important;
  }
}
@media (min-width: 950px) and (max-width: 1300px) {
  #top_image {
    width: 99%;
  }

  #banner_a {
    width: 96%;
  }

  .index_post {
    width: 49%;
  }
}
@media (min-width: 1300px) {
  #top_image {
    width: 98%;
  }

  .index_post {
    width: 32%;
  }
}
#copy {
  position: absolute;
  display: block;
  bottom: 5px;
  left: 46%;
  font-size: 10px;
  color: #999999;
}

#main_content {
  position: relative;
  margin: 0;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  box-sizing: border-box;
}
#main_content #search_area {
  position: fixed;
  top: 50px;
  right: 50px;
  width: 310px;
  height: auto;
  font-size: .8em;
  z-index: 3;
}
#main_content #search_area #search_text {
  float: left;
  width: 300px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.8);
  display: none;
}
#main_content #search_area #search_text input {
  display: block;
  margin: 10px 0 0 10px;
  padding-left: 10px;
  width: 280px;
  height: 30px;
  border: 1px #b3b3b3 solid;
  box-sizing: border-box;
}
#main_content #search_area #search_text input::-webkit-calendar-picker-indicator {
  display: none;
}
#main_content #search_area #day_search {
  background-color: rgba(255, 255, 255, 0.8);
  margin: 10px 0 0 0;
  padding: 0 10px 10px;
  float: left;
  width: 300px;
  box-sizing: border-box;
}
#main_content #search_area #day_search #day_search_title {
  float: left;
  padding-left: 20px;
  width: 140px;
  height: 20px;
  line-height: 20px;
  background: url("../images/00common/calender.svg") no-repeat;
  background-position: left top;
  background-size: 15px 15px;
  box-sizing: border-box;
  font-size: 14px;
}
#main_content #search_area #day_search select {
  float: right;
  width: 140px;
}
#main_content #search_area #search_icn {
  display: block;
  float: right;
  margin: 5px -25px 0 0;
  cursor: pointer;
  z-index: 999;
}
#main_content #main_content_outer {
  padding: 40px 0 0 160px;
  box-sizing: border-box;
}
#main_content #main_content_topnavi {
  position: fixed;
  top: 0;
  width: calc(100% - 160px);
  height: 40px;
  background-color: #333333;
  overflow: hidden;
  z-index: 4;
}
#main_content #main_content_topnavi .topnavi_list {
  float: left;
  margin-top: 10px;
  padding-left: 22px;
  width: calc(100% - 200px);
  box-sizing: border-box;
  overflow-x: scroll;
}
#main_content #main_content_topnavi .topnavi_list ul {
  width: 810px;
  height: 40px;
  display: inline-block;
  vertical-align: top;
}
#main_content #main_content_topnavi .topnavi_list ul li {
  color: #ff5141;
  display: inline-block;
}
#main_content #main_content_topnavi .topnavi_list ul li:not(:last-child) {
  margin-right: 15px;
}
#main_content #main_content_topnavi .topnavi_list ul li a {
  display: block;
  color: #ffffff;
  font-size: 12px;
}
#main_content #main_content_topnavi .topnavi_list ul li a svg {
  padding-right: 10px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  color: #ff5141;
  fill: currentColor;
}
#main_content #main_content_topnavi .topnavi_list ul li:nth-child(1) svg {
  color: #ff5141;
}
#main_content #main_content_topnavi .topnavi_list ul li:nth-child(2) svg {
  color: #ff006c;
}
#main_content #main_content_topnavi .topnavi_list ul li:nth-child(3) svg {
  color: #ea00ff;
}
#main_content #main_content_topnavi .topnavi_list ul li:nth-child(4) svg {
  color: #aa33ff;
}
#main_content #main_content_topnavi .topnavi_list ul li:nth-child(5) svg {
  color: #006aff;
}
#main_content #main_content_topnavi .topnavi_list ul li:nth-child(6) svg {
  color: #00e5d2;
}
#main_content #main_content_topnavi .topnavi_list ul li:nth-child(7) svg {
  color: #00e539;
}
#main_content #main_content_topnavi .topnavi_list ul li:nth-child(8) svg {
  color: #ace600;
}
#main_content #main_content_topnavi .topnavi_list ul li:nth-child(9) svg {
  color: #ffbf00;
}
#main_content #main_content_topnavi .topnavi_right {
  float: right;
  width: 200px;
  height: 40px;
  overflow: hidden;
}
#main_content #main_content_topnavi .topnavi_right .topnavi_search {
  padding-top: 10px;
  width: 200px;
  float: left;
  height: 40px;
  box-sizing: border-box;
  text-align: center;
}
#main_content #main_content_topnavi .topnavi_right .topnavi_search input {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 6px;
  padding: 0;
  border: none;
}
#main_content #main_content_topnavi .topnavi_right .topnavi_search input[type="submit"] {
  width: 16px;
  height: 16px;
  background: url("../images/00common/topnavi-search-btn.png") no-repeat;
}
#main_content #main_content_topnavi .topnavi_right .topnavi_search input[type="text"] {
  width: 140px;
  height: 20px;
  color: #fff;
  font-size: 12px;
  background-color: #4c4c4c;
  border: 1px #cccccc solid;
}
#main_content #main_content_topnavi .topnavi_right .topnavi_search input::-webkit-input-placeholder {
  color: #fff;
  font-size: 12px;
}
#main_content #main_content_topnavi .topnavi_right .topnavi_search input:-moz-placeholder {
  color: #fff;
  font-size: 12px;
}
#main_content #main_content_topnavi .topnavi_right .topnavi_search input::-moz-placeholder {
  color: #fff;
  font-size: 12px;
}
#main_content #main_content_topnavi .topnavi_right .topnavi_search input:-ms-input-placeholder {
  color: #fff;
  font-size: 12px;
}
#main_content #main_content_topnavi .topnavi_right .topnavi_estore {
  width: 160px;
  height: 40px;
  float: right;
  text-align: center;
}
#main_content #main_content_topnavi .topnavi_right .topnavi_estore img {
  margin-top: 3px;
}
#main_content #main_content_inner {
  margin: 0 auto;
}
#main_content #main_content_inner #top_image_area {
  position: relative;
  margin: 0 0 5px 0;
  padding-top: 44.0%;
  height: auto;
  background-color: #d9d9d9;
  box-sizing: border-box;
  font-size: 0;
  overflow: hidden;
}
#main_content #main_content_inner #top_image_area #top_image_area_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 1500px;
  height: 100%;
}
#main_content #main_content_inner #top_image_area #top_image_area_inner li {
  position: relative;
  float: left;
  width: 100px;
  height: 100%;
}
#main_content #main_content_inner #top_image_area #top_image_area_inner li img {
  width: 100%;
  height: auto;
}
#main_content #main_content_inner #top_image_area #top_image_area_inner li a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#main_content #main_content_inner #top_image_area #top_image_area_inner li .slide_data {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40%;
  padding: 1% 2% 8% 5%;
  border-radius: 0 6px 0 0;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
}
#main_content #main_content_inner #top_image_area #top_image_area_inner li .slide_data .slide_data_title {
  margin: 3% auto 0;
  width: 95%;
  color: #FFF;
  font-size: 1.2rem;
  line-height: 1.5rem;
  word-wrap: break-word;
}
#main_content #main_content_inner #top_image_area #top_image_area_inner li .slide_data .slide_data_excerpt {
  margin: 3% auto 0;
  width: 95%;
  color: #FFF;
  font-size: 0.7rem;
  line-height: 1rem;
  word-wrap: break-word;
}
#main_content #main_content_inner #top_image_area #top_image_area_inner li .side_ad:after {
  content: '';
  position: absolute;
  top: 20px;
  right: -5px;
  width: 35px;
  height: 20px;
  background: url("../images/00common/ad-flag-top.png") no-repeat;
}
#main_content #main_content_inner #top_image_area .slide_btn {
  position: absolute;
  margin-top: -32px;
  top: 50%;
  width: 64px;
  height: 64px;
  z-index: 2;
  cursor: pointer;
}
#main_content #main_content_inner #top_image_area #prev_btn {
  left: 0;
}
#main_content #main_content_inner #top_image_area #next_btn {
  right: 0;
}
#main_content #main_content_inner #top_image_area #slide_thumbnail {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 10px;
  width: auto;
  height: auto;
  text-align: center;
  z-index: 1;
  opacity: 1;
}
#main_content #main_content_inner #top_image_area #slide_thumbnail .current {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
#main_content #main_content_inner #top_image_area #slide_thumbnail .current img {
  opacity: 0.5;
}
#main_content #main_content_inner #top_image_area #slide_thumbnail li {
  background-color: #000;
  position: relative;
  display: inline-block;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  margin: 0 1%;
  padding-top: 6%;
  width: 18%;
  height: auto;
  cursor: pointer;
}
#main_content #main_content_inner #top_image_area #slide_thumbnail li .slide_thumbnail_inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
#main_content #main_content_inner #top_image_area #slide_thumbnail li .slide_thumbnail_inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
#main_content #main_content_inner #top_image_area #slide_thumbnail .slide_ad {
  box-sizing: border-box;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
}
#main_content #main_content_inner #top_image_area #slide_thumbnail .slide_ad:after {
  content: '';
  position: absolute;
  top: 10px;
  right: -8px;
  width: 35px;
  height: 20px;
  background: url("../images/00common/ad-flag-top.png") no-repeat;
}
#main_content #main_content_inner #top_image_area #slide_thumbnail .slide_ad .slide_thumbnail_inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
#main_content #main_content_inner #top_image_area #slide_thumbnail .slide_ad .slide_thumbnail_inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
#main_content #main_content_inner #banner_a {
  position: relative;
  margin: 5px auto 0;
  height: auto;
  padding: 2px;
  background-color: #d9d9d9;
  box-sizing: border-box;
  font-size: 0;
}
#main_content #main_content_inner #banner_a img {
  width: 100%;
  height: auto;
}
#main_content #main_content_inner #banner_a:after {
  position: absolute;
  content: '';
  top: 10px;
  right: -5px;
  width: 35px;
  height: 20px;
  background: url("../images/00common/ad-flag.png") no-repeat;
}
#main_content #main_content_inner #banner_a:hover {
  background-color: #000;
}
#main_content #main_content_inner #index_posts {
  position: relative;
  margin: 10px 0 20px 2%;
  height: auto;
  overflow: hidden;
}
#main_content #main_content_inner .timeline {
  width: 100%;
}
#main_content #main_content_inner .index_post {
  position: relative;
  float: left;
  margin: 0 1% 1% 0;
  height: auto;
  overflow: hidden;
  min-height: 243px;
  border: solid 1px #C2C2C2;
  z-index: 1;
  box-sizing: border-box;
}
#main_content #main_content_inner .index_post:after {
  padding-top: 74%;
  display: block;
  content: '';
}
#main_content #main_content_inner .index_post .post_data {
  position: absolute;
  width: 100%;
  height: 60%;
  bottom: 0;
  left: 0;
  z-index: 99;
  display: none;
  background: -moz-linear-gradient(top, transparent 0%, black 95%, black 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 0%, black 95%, black 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 95%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
}
#main_content #main_content_inner .index_post a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
#main_content #main_content_inner .index_post .outer_link:after {
  position: absolute;
  content: "";
  top: 12px;
  right: 12px;
  width: 18px;
  height: 19px;
  background: url("../images/00common/icn-linkBlank.png") no-repeat;
}
#main_content #main_content_inner .index_post .post_date {
  position: absolute;
  bottom: 20px;
  right: 5%;
  width: 100px;
  height: 100px;
  color: #FFF;
  z-index: 100;
}
#main_content #main_content_inner .index_post .post_date .post_day {
  width: 100px;
  height: 60px;
  font-size: 60px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
#main_content #main_content_inner .index_post .post_date .post_month {
  margin: 0;
  width: 100px;
  height: 14px;
  text-align: center;
  color: #FFF;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
#main_content #main_content_inner .index_post .post_date .post_label {
  margin: 6px 0 0;
  width: 100px;
  height: 20px;
  line-height: 22px;
  color: #FFF;
  font-size: 10px;
  text-align: center;
  overflow: hidden;
}
#main_content #main_content_inner .index_post .post_date .antenna_label {
  background-color: #ff5141;
}
#main_content #main_content_inner .index_post .post_date .now_on_sale_label {
  background-color: #ff006c;
}
#main_content #main_content_inner .index_post .post_date .product_info_label {
  background-color: #ea00ff;
}
#main_content #main_content_inner .index_post .post_date .used_label {
  background-color: #aa33ff;
}
#main_content #main_content_inner .index_post .post_date .report_label {
  background-color: #006aff;
}
#main_content #main_content_inner .index_post .post_date .how_to_label {
  background-color: #00e5d2;
}
#main_content #main_content_inner .index_post .post_date .creator_label {
  background-color: #00e539;
}
#main_content #main_content_inner .index_post .post_date .event_label {
  background-color: #ace600;
}
#main_content #main_content_inner .index_post .post_date .contact_us_label {
  background-color: #ffbf00;
}
#main_content #main_content_inner .index_post .sticky {
  position: absolute;
  left: 10px;
  width: 90%;
  overflow: hidden;
}
#main_content #main_content_inner .index_post .sticky .post_data_title {
  margin: 25% 0 0;
  bottom: 10px;
  padding: 0 10px;
  width: 96%;
  color: #FFF;
  font-size: 0.9em;
  line-height: 1.2em;
  font-weight: bold;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#main_content #main_content_inner .index_post .sticky .post_data_except {
  margin: 5px 0 0;
  padding: 0 10px;
  bottom: 10px;
  width: 96%;
  color: #FFF;
  font-size: 0.8em;
  line-height: 1.4em;
  box-sizing: border-box;
  word-wrap: break-word;
}
#main_content #main_content_inner .index_post .post_title_area {
  position: absolute;
  bottom: 10px;
  left: 2%;
  width: 65%;
  height: 100px;
  overflow: hidden;
}
#main_content #main_content_inner .index_post .post_title_area .post_data_title {
  margin: 10px 0 0;
  padding: 0 10px;
  width: 100%;
  color: #FFF;
  font-size: 0.9em;
  line-height: 1.2em;
  font-weight: bold;
  box-sizing: border-box;
  word-wrap: break-word;
}
#main_content #main_content_inner .index_post .post_title_area .post_data_except {
  margin: 5px 0 0;
  padding: 0 10px;
  width: 100%;
  color: #FFF;
  font-size: 0.8em;
  line-height: 1.4em;
  box-sizing: border-box;
  word-wrap: break-word;
}
#main_content #main_content_inner .index_post .post_image {
  width: 100%;
  height: 100%;
  font-size: 0;
}
#main_content #main_content_inner .index_post .post_image img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#main_content #main_content_inner .index_post .post_image_ad {
  width: 100%;
  height: 100%;
  font-size: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#main_content #main_content_inner .index_post .post_image_ad:after {
  position: absolute;
  content: '';
  top: 10px;
  right: -5px;
  width: 35px;
  height: 20px;
  background: url("../images/00common/ad-flag.png") no-repeat;
}
#main_content #main_content_inner .index_post .post_image_ad img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#main_content #main_content_inner .index_post .post_data_ad {
  position: absolute;
  bottom: 0;
  height: 60%;
  left: 0;
  width: 100%;
  z-index: 2;
  display: none;
  background: -moz-linear-gradient(top, transparent 0%, black 95%, black 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 0%, black 95%, black 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 95%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
}
#main_content #main_content_inner .index_post .post_data_ad .post_data_ad_title {
  margin: 25% 0 0;
  bottom: 10px;
  padding: 0 10px;
  width: 96%;
  color: #FFF;
  font-size: 0.9em;
  line-height: 1.2em;
  font-weight: bold;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#main_content #main_content_inner .index_post .post_data_ad .post_data_ad_except {
  margin: 5px 0 0;
  padding: 0 10px;
  bottom: 10px;
  width: 96%;
  color: #FFF;
  font-size: 0.8em;
  line-height: 1.4em;
  box-sizing: border-box;
  word-wrap: break-word;
}
#main_content .list_group {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 1.5em auto .5em;
}
#main_content .list_group .list_group_day {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 50px;
}
#main_content .list_group .list_group_day .list_day {
  font-size: 4em;
  font-weight: bold;
}
#main_content .list_group .list_group_day .list_year {
  font-size: 1.1em;
}
#main_content .list_group .list_group_posts {
  padding-left: 120px;
  width: 100%;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
}
#main_content .list_group .list_group_posts .list_group_post {
  position: relative;
  float: left;
  margin: 0 2% 2% 0;
  width: 31%;
  overflow: hidden;
}
#main_content .list_group .list_group_posts .list_group_post .list_group_post_inner {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
#main_content .list_group .list_group_posts .list_group_post .list_group_post_inner a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#main_content .list_group .list_group_posts .list_group_post .list_group_post_inner .list_group_image {
  position: relative;
  float: left;
  width: 40%;
  height: 100%;
  background-color: #d5d5d5;
  border: 4px #d5d5d5 solid;
  box-sizing: border-box;
  overflow: hidden;
}
#main_content .list_group .list_group_posts .list_group_post .list_group_post_inner .list_group_image img {
  width: 100%;
  height: auto;
}
#main_content .list_group .list_group_posts .list_group_post .list_group_post_inner .list_group_image_ad:after {
  position: absolute;
  content: '';
  top: 10px;
  right: -5px;
  width: 35px;
  height: 20px;
  background: url("../images/00common/ad-flag.png") no-repeat;
}
#main_content .list_group .list_group_posts .list_group_post .list_group_post_inner .list_group_data {
  float: right;
  width: 58%;
  height: 100%;
  top: 1.5em;
}
#main_content .list_group .list_group_posts .list_group_post .list_group_post_inner .list_group_data .list_post_label {
  margin: 0;
  width: 100px;
  height: 20px;
  line-height: 22px;
  color: #FFF;
  font-size: 10px;
  text-align: center;
}
#main_content .list_group .list_group_posts .list_group_post .list_group_post_inner .list_group_data .antenna_label {
  background-color: #ff5141;
}
#main_content .list_group .list_group_posts .list_group_post .list_group_post_inner .list_group_data .now_on_sale_label {
  background-color: #ff006c;
}
#main_content .list_group .list_group_posts .list_group_post .list_group_post_inner .list_group_data .product_info_label {
  background-color: #ea00ff;
}
#main_content .list_group .list_group_posts .list_group_post .list_group_post_inner .list_group_data .used_label {
  background-color: #aa33ff;
}
#main_content .list_group .list_group_posts .list_group_post .list_group_post_inner .list_group_data .report_label {
  background-color: #006aff;
}
#main_content .list_group .list_group_posts .list_group_post .list_group_post_inner .list_group_data .how_to_label {
  background-color: #00e5d2;
}
#main_content .list_group .list_group_posts .list_group_post .list_group_post_inner .list_group_data .creator_label {
  background-color: #00e539;
}
#main_content .list_group .list_group_posts .list_group_post .list_group_post_inner .list_group_data .event_label {
  background-color: #ace600;
}
#main_content .list_group .list_group_posts .list_group_post .list_group_post_inner .list_group_data .contact_us_label {
  background-color: #ffbf00;
}
#main_content .list_group .list_group_posts .list_group_post .list_group_post_inner .list_group_data .list_group_title {
  margin: 0.3em 0;
  font-size: 1em;
  max-height: 2em;
  word-break: break-word;
  font-weight: bold;
  overflow: hidden;
}
#main_content .list_group .list_group_posts .list_group_post .list_group_post_inner .list_group_data .list_group_excerpt {
  margin-top: .5em;
  word-break: break-word;
  font-size: .8em;
  line-height: 1em;
  height: 3em;
  overflow: hidden;
}
#main_content .list_group .list_group_posts .list_group_post:after {
  content: '';
  display: block;
  padding-top: 30%;
}
@media (max-width: 1300px) {
  #main_content .list_group .list_group_posts .list_group_post {
    margin-right: 1%;
    width: 49%;
  }
}
@media (max-width: 1100px) {
  #main_content .list_group .list_group_posts .list_group_post {
    margin-right: 1%;
    width: 99%;
  }
}
#main_content #index_post_ad_group {
  padding-left: 120px;
}
#main_content #index_post_ad_group .index_post_list_ad {
  position: relative;
  float: left;
  margin: 0 1% 0 0;
  height: auto;
  overflow: hidden;
  border: solid 1px #C2C2C2;
  z-index: 1;
  box-sizing: border-box;
}
#main_content #index_post_ad_group .index_post_list_ad:after {
  padding-top: 74%;
  display: block;
  content: '';
}
#main_content #index_post_ad_group .index_post_list_ad .post_data {
  position: absolute;
  width: 100%;
  height: 60%;
  bottom: 0;
  left: 0;
  z-index: 99;
  display: none;
  background: -moz-linear-gradient(top, transparent 0%, black 95%, black 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 0%, black 95%, black 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 95%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
}
#main_content #index_post_ad_group .index_post_list_ad a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
#main_content #index_post_ad_group .index_post_list_ad .post_date {
  position: absolute;
  right: 3%;
  width: 80px;
  height: 100px;
  color: #FFF;
  z-index: 100;
}
#main_content #index_post_ad_group .index_post_list_ad .post_date .post_day {
  width: 100px;
  height: 60px;
  font-size: 60px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
#main_content #index_post_ad_group .index_post_list_ad .post_date .post_month {
  margin: 0;
  width: 100px;
  height: 14px;
  color: #FFF;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
#main_content #index_post_ad_group .index_post_list_ad .post_date .post_label {
  margin: 6px 0 0;
  width: 100px;
  height: 20px;
  line-height: 22px;
  color: #FFF;
  font-size: 10px;
  text-align: center;
}
#main_content #index_post_ad_group .index_post_list_ad .post_date .antenna_label {
  background-color: #ff5141;
}
#main_content #index_post_ad_group .index_post_list_ad .post_date .now_on_sale_label {
  background-color: #ff006c;
}
#main_content #index_post_ad_group .index_post_list_ad .post_date .product_info_label {
  background-color: #ea00ff;
}
#main_content #index_post_ad_group .index_post_list_ad .post_date .used_label {
  background-color: #aa33ff;
}
#main_content #index_post_ad_group .index_post_list_ad .post_date .report_label {
  background-color: #006aff;
}
#main_content #index_post_ad_group .index_post_list_ad .post_date .how_to_label {
  background-color: #00e5d2;
}
#main_content #index_post_ad_group .index_post_list_ad .post_date .creator_label {
  background-color: #00e539;
}
#main_content #index_post_ad_group .index_post_list_ad .post_date .event_label {
  background-color: #ace600;
}
#main_content #index_post_ad_group .index_post_list_ad .post_date .contact_us_label {
  background-color: #ffbf00;
}
#main_content #index_post_ad_group .index_post_list_ad .sticky .post_title_area {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 90%;
  height: 60%;
  overflow: hidden;
}
#main_content #index_post_ad_group .index_post_list_ad .sticky .post_title_area .post_data_title {
  margin: 10px 0 0;
  padding: 0 10px;
  width: 100%;
  color: #FFF;
  font-size: 0.9em;
  line-height: 1.2em;
  font-weight: bold;
  box-sizing: border-box;
  word-wrap: break-word;
}
#main_content #index_post_ad_group .index_post_list_ad .sticky .post_title_area .post_data_except {
  margin: 5px 0 0;
  padding: 0 10px;
  width: 100%;
  color: #FFF;
  font-size: 0.8em;
  line-height: 1.4em;
  box-sizing: border-box;
  word-wrap: break-word;
}
#main_content #index_post_ad_group .index_post_list_ad .post_title_area {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 65%;
  height: 100px;
  overflow: hidden;
}
#main_content #index_post_ad_group .index_post_list_ad .post_title_area .post_data_title {
  margin: 10px 0 0;
  padding: 0 10px;
  width: 100%;
  color: #FFF;
  font-size: 0.9em;
  line-height: 1.2em;
  font-weight: bold;
  box-sizing: border-box;
  word-wrap: break-word;
}
#main_content #index_post_ad_group .index_post_list_ad .post_title_area .post_data_except {
  margin: 5px 0 0;
  padding: 0 10px;
  width: 100%;
  color: #FFF;
  font-size: 0.8em;
  line-height: 1.4em;
  box-sizing: border-box;
  word-wrap: break-word;
}
#main_content #index_post_ad_group .index_post_list_ad .post_image {
  width: 100%;
  height: 100%;
  font-size: 0;
}
#main_content #index_post_ad_group .index_post_list_ad .post_image img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#main_content #index_post_ad_group .index_post_list_ad .post_image_ad {
  width: 100%;
  height: 100%;
  font-size: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#main_content #index_post_ad_group .index_post_list_ad .post_image_ad:after {
  position: absolute;
  content: '';
  top: 10px;
  right: -5px;
  width: 35px;
  height: 20px;
  background: url("../images/00common/ad-flag.png") no-repeat;
}
#main_content #index_post_ad_group .index_post_list_ad .post_image_ad img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#main_content #index_post_ad_group .index_post_list_ad .post_data_ad {
  position: absolute;
  bottom: 0;
  height: 60%;
  left: 0;
  width: 100%;
  z-index: 2;
  display: none;
  background: -moz-linear-gradient(top, transparent 0%, black 95%, black 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 0%, black 95%, black 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 95%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
}
#main_content #index_post_ad_group .index_post_list_ad .post_data_ad .post_data_ad_title {
  margin: 25% 0 0;
  bottom: 10px;
  padding: 0 10px;
  width: 100%;
  color: #FFF;
  font-size: 0.9em;
  line-height: 1.2em;
  font-weight: bold;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#main_content #index_post_ad_group .index_post_list_ad .post_data_ad .post_data_ad_except {
  margin: 5px 0 0;
  padding: 0 10px;
  bottom: 10px;
  width: 100%;
  color: #FFF;
  font-size: 0.8em;
  line-height: 1.4em;
  box-sizing: border-box;
  word-wrap: break-word;
}
@media (min-width: 1100px) {
  #main_content .medium_size {
    display: block;
  }
  #main_content .small_size {
    display: none;
  }
  #main_content #index_post_ad_group {
    height: auto;
    overflow: hidden;
  }
  #main_content #index_post_ad_group .index_post_list_ad {
    margin-right: 1%;
    width: 24%;
  }
}
@media (max-width: 1100px) {
  #main_content .medium_size {
    display: none;
  }
  #main_content .small_size {
    display: block;
  }
  #main_content #index_post_ad_group {
    height: auto;
    overflow: hidden;
  }
  #main_content #index_post_ad_group .index_post_list_ad {
    margin-right: 1%;
    width: 99%;
  }
  #main_content #index_post_ad_group .index_post_list_ad .post_image {
    float: left;
    width: 40%;
    height: 100%;
    background-color: orange;
    border: 4px #d5d5d5 solid;
    box-sizing: border-box;
    overflow: hidden;
  }
  #main_content #index_post_ad_group .index_post_list_ad:after {
    padding-top: 30%;
  }
}
#main_content #loading {
  margin: 20px 0;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
}

#to_top {
  position: fixed;
  bottom: 100px;
  right: 30px;
  width: 30px;
  height: 50px;
  cursor: pointer;
  z-index: 1;
  display: none;
  z-index: 9999;
}
#to_top img {
  width: 30px;
  height: 50px;
}

/* =============================================================================
   詳細ページ
   ========================================================================== */
#main_content_outer_single {
  padding: 40px 0 0 160px;
  box-sizing: border-box;
}

#main_content_inner_single {
  margin: 30px auto 0;
  padding: 0 40px 0 20px;
  box-sizing: border-box;
  height: auto;
}
#main_content_inner_single #single_page {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1000px) {
  #main_content_inner_single #single_page #single_date_d {
    font-size: 30px !important;
  }
  #main_content_inner_single #single_page #single_date_m {
    font-size: 10px !important;
  }
}
#main_content_inner_single #single_page #single_date {
  position: absolute;
  top: 0;
  left: 0;
  width: 10%;
  height: 100px;
}
#main_content_inner_single #single_page #single_date #single_date_d {
  width: 100%;
  text-align: center;
  color: #003a63;
  font-size: 3.5em;
  font-weight: bold;
}
#main_content_inner_single #single_page #single_date #single_date_m {
  width: 100%;
  text-align: center;
  font-size: 0.9em;
  font-weight: bold;
}
#main_content_inner_single #single_page #single_date #single_label {
  margin: 4px 0 0;
  padding: 4px 0;
  width: 100%;
  text-align: center;
  display: inline-block;
  background-color: #003a63;
  color: #FFF;
  font-size: 10px;
}
#main_content_inner_single #single_page #single_content_outer {
  padding: 0 15px 0 12.5%;
  height: auto;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner {
  width: 100%;
  height: auto;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_banner_a {
  position: relative;
  margin: 10px 0 0;
  width: 100%;
  height: auto;
  padding: 2px;
  background-color: #d9d9d9;
  box-sizing: border-box;
  font-size: 0;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_banner_a img {
  width: 100%;
  height: auto;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_banner_a:after {
  position: absolute;
  content: '';
  top: 10px;
  right: -5px;
  width: 35px;
  height: 20px;
  background: url("../images/00common/ad-flag.png") no-repeat;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_banner_a:hover {
  background-color: #000;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_banner_c {
  position: relative;
  margin: 10px 0 0;
  width: 100%;
  height: auto;
  padding: 5px;
  background-color: #d9d9d9;
  box-sizing: border-box;
  font-size: 0;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_banner_c img {
  width: 100%;
  height: auto;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_banner_c:after {
  position: absolute;
  content: '';
  top: 10px;
  right: -5px;
  width: 35px;
  height: 20px;
  background: url("../images/00common/ad-flag.png") no-repeat;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_banner_c:hover {
  background-color: #000;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_top_sns {
  margin: 15px auto 0;
  width: 100%;
  height: 30px;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_top_sns #side_sns_list {
  width: 100%;
  height: 20px;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_top_sns #side_sns_list li {
  float: right;
  margin: 0 0 0 10px;
  width: 21px;
  height: 21px;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_thumbnail {
  margin: 10px 0 0;
  width: 100%;
  height: auto;
  padding: 5px;
  background-color: #003a63;
  box-sizing: border-box;
  font-size: 0;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_thumbnail img {
  width: 100%;
  height: auto;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_content {
  margin: 20px 0 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  /************************************
  ** video
  ************************************/
  /*動画の最大幅を指定する*/
  /*動画の大きさを調整*/
  /*動画を囲んでいるdiv目一杯に広げる*/
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_content h1 {
  margin: 20px 0;
  padding-left: 20px;
  min-height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  border-left: 5px #003a63 solid;
  font-size: 20px;
  font-weight: bold;
  color: #003a63;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_content h2 {
  margin: 20px 0;
  padding-left: 20px;
  min-height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  border-left: 5px #003a63 solid;
  font-size: 20px;
  font-weight: bold;
  color: #003a63;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_content h3 {
  margin: 20px 0;
  padding-left: 20px;
  min-height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  border-left: 5px #003a63 solid;
  font-size: 20px;
  font-weight: bold;
  color: #003a63;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_content p {
  margin: 10px 0;
  font-size: 16px;
  line-height: 26px;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_content img {
  display: block;
  max-width: 100%;
  height: auto;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_content .size-full {
  width: 100%;
  height: auto;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_content .size-medium {
  width: 50%;
  height: auto;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_content .size-thumbnail {
  width: 20%;
  height: auto;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_content .alignleft {
  float: left;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_content .alignright {
  float: right;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_content strong {
  font-weight: bold;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_content em {
  font-style: italic;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_content ul {
  margin: 1em 0;
  padding-left: 30px;
  list-style-type: disc;
  font-size: 16px;
  line-height: 26px;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_content ol {
  margin: 1em 0;
  padding-left: 30px;
  list-style-type: decimal;
  font-size: 16px;
  line-height: 26px;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_content table {
  *border-collapse: collapse;
  /* IE7 and lower */
  border-spacing: 0;
  width: 100%;
  font-size: 0.8em;
  color: #666;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_content td,
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_content th {
  padding: 10px;
  border-right: 1px solid #ccc;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_content th {
  text-align: left;
  font-weight: 700;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid #ccc;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#eee));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #eee);
  background-image: -moz-linear-gradient(top, #f5f5f5, #eee);
  background-image: -ms-linear-gradient(top, #f5f5f5, #eee);
  background-image: -o-linear-gradient(top, #f5f5f5, #eee);
  background-image: linear-gradient(to bottom, #f5f5f5, #eeeeee);
  box-shadow: rgba(0, 0, 0, 0.05) 0 1px 1px 0 inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 1px 1px 0 inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.05) 0 1px 1px 0 inset;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_content th:first-child {
  -moz-border-radius: 6px 0 0 0;
  -webkit-border-radius: 6px 0 0 0;
  border-radius: 6px 0 0 0;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_content th:last-child {
  -moz-border-radius: 0 6px 0 0;
  -webkit-border-radius: 0 6px 0 0;
  border-radius: 0 6px 0 0;
  border-right: none;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_content tbody tr:last-child > td:first-child {
  -moz-border-radius: 0 0 0 6px;
  -webkit-border-radius: 0 0 0 6px;
  border-radius: 0 0 0 6px;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_content tbody tr:last-child > td:last-child {
  -moz-border-radius: 0 0 6px 0;
  -webkit-border-radius: 0 0 6px 0;
  border-radius: 0 0 6px 0;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_content tbody tr > td:last-child {
  box-shadow: rgba(0, 0, 0, 0.05) -1px 0 1px 0 inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) -1px 0 1px 0 inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.05) -1px 0 1px 0 inset;
  border-right: none;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_content tbody tr:nth-child(even) {
  background: #f5f5f5;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_content tbody tr:last-child > td {
  box-shadow: rgba(0, 0, 0, 0.05) 0 -1px 1px 0 inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 -1px 1px 0 inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.05) 0 -1px 1px 0 inset;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_content .video-container {
  max-width: 640px;
  margin: 0 auto;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_content .video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_content .video iframe,
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_content .video object,
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_content .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #bread {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  font-size: 0.5em;
  margin-bottom: 15px;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #bread li {
  float: left;
  margin: 0 1.5em 0 0;
  max-width: 25%;
  line-height: 2em;
  height: 2em;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #bread li:first-child > a::after {
  border-width: 1.5em 0 1.5em 0;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #bread a,
#main_content_inner_single #single_page #single_content_outer #single_content_inner #bread .current {
  background: #ddd;
  height: 2em;
  padding: 0.2em 1em;
  float: left;
  text-decoration: none;
  color: #444;
  position: relative;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #bread .current {
  background: #555;
  color: #fff;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #bread a:hover {
  background: #555;
  color: #fff;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #bread a::before,
#main_content_inner_single #single_page #single_content_outer #single_content_inner #bread .current::before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid #ddd;
  right: -0.9em;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #bread a::after,
#main_content_inner_single #single_page #single_content_outer #single_content_inner #bread .current::after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-width: 1.5em 0 1.5em 1em;
  border-style: solid;
  border-color: #ddd #ddd #ddd transparent;
  left: -1em;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #bread a:hover::before,
#main_content_inner_single #single_page #single_content_outer #single_content_inner #bread .current::before {
  border-left: 1em solid #555;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #bread a:hover::after,
#main_content_inner_single #single_page #single_content_outer #single_content_inner #bread .current::after {
  border-color: #555 #555 #555 transparent;
}
#main_content_inner_single #single_page #single_content_outer #pickup_area {
  margin: 60px 0 0;
  width: 100%;
  height: 50px;
}
#main_content_inner_single #single_page #single_content_outer #pickup_area p {
  margin: 0 0 20px;
  padding-left: 20px;
  min-height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  border-left: 5px #000 solid;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
#main_content_inner_single #single_page #single_content_outer #pickup_posts {
  width: 100%;
}
#main_content_inner_single #single_page #single_content_outer #pickup_posts .pickup_post {
  position: relative;
  float: left;
  margin: 0 1% 20px 0;
  height: auto;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1100px) {
  #main_content_inner_single #single_page #single_content_outer #pickup_posts .pickup_post {
    width: 99%;
  }
}
@media (min-width: 1100px) and (max-width: 1400px) {
  #main_content_inner_single #single_page #single_content_outer #pickup_posts .pickup_post {
    width: 48%;
  }
}
@media (min-width: 1400px) {
  #main_content_inner_single #single_page #single_content_outer #pickup_posts .pickup_post {
    width: 32%;
  }
}
#main_content_inner_single #single_page #single_content_outer #pickup_posts .pickup_post:after {
  padding-top: 34%;
  display: block;
  content: '';
}
#main_content_inner_single #single_page #single_content_outer #pickup_posts .pickup_post a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#main_content_inner_single #single_page #single_content_outer #pickup_posts .pickup_post .pickup_post_image {
  float: left;
  width: 44%;
  height: auto;
}
#main_content_inner_single #single_page #single_content_outer #pickup_posts .pickup_post .pickup_post_image img {
  width: 100%;
  height: auto;
}
#main_content_inner_single #single_page #single_content_outer #pickup_posts .pickup_post .pickup_post_data {
  float: right;
  width: 52%;
  height: auto;
}
#main_content_inner_single #single_page #single_content_outer #pickup_posts .pickup_post .pickup_post_data .pickup_post_date {
  width: 90%;
  height: auto;
  overflow: hidden;
}
#main_content_inner_single #single_page #single_content_outer #pickup_posts .pickup_post .pickup_post_data .pickup_post_date .pickup_post_date_d {
  float: left;
  width: 25%;
  margin: 2% 8% 0 0;
  padding: 1%;
  font-size: 2.4em;
  font-weight: bold;
  color: #003a63;
}
#main_content_inner_single #single_page #single_content_outer #pickup_posts .pickup_post .pickup_post_data .pickup_post_date .pickup_post_date_m {
  float: left;
  width: 50%;
  color: #003a63;
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
}
#main_content_inner_single #single_page #single_content_outer #pickup_posts .pickup_post .pickup_post_data .pickup_post_date .pickup_post_label {
  float: left;
  margin: 4px 0 0;
  width: 50%;
  background-color: #003a63;
  color: #FFF;
  text-align: center;
  font-size: 0.6em;
  padding: 4px 2px 2px;
}
#main_content_inner_single #single_page #single_content_outer #pickup_posts .pickup_post .pickup_post_data .pickup_post_title {
  margin: 10px 0;
  width: 100%;
  font-size: 1.2em;
  line-height: 1.3em;
  word-break: break-all;
  font-weight: 800;
}
@media (min-width: 1100px) and (max-width: 1400px) {
  #main_content_inner_single #single_page #single_content_outer #pickup_posts .pickup_post .pickup_post_data .pickup_post_title {
    font-size: .8em;
    line-height: 1.2em;
    font-weight: 600;
  }
}
@media (min-width: 1400px) {
  #main_content_inner_single #single_page #single_content_outer #pickup_posts .pickup_post .pickup_post_data .pickup_post_title {
    font-size: .6em;
    line-height: 1em;
    font-weight: 400;
  }
}
#main_content_inner_single #single_page #single_content_outer #pickup_posts .pickup_post .pickup_post_data .pickup_post_except {
  font-size: .8em;
  line-height: 1.4em;
  word-break: break-all;
}
@media (min-width: 1100px) {
  #main_content_inner_single #single_page #single_content_outer #pickup_posts .pickup_post .pickup_post_data .pickup_post_except {
    display: none;
  }
}

/*# sourceMappingURL=index.css.map */

.c_wrapper {
  overflow: hidden;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  line-height: 1.2;
  letter-spacing: 1.5px;
  text-decoration: none;
  vertical-align: baseline;
  position: relative;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  float: left;
  margin: 0 0 1% 0;
  width: 49%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.c_wrapper:nth-child(2n+1) {
  margin: 0 1% 1% 0;
}
.c_box {
  background-color: rgba(255,255,255,0.95);
  box-sizing: border-box;
  border: solid 1px #c9caca;
  width: 100%;
  overflow: auto;
}
.c_image {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  box-sizing: border-box;
  float: left;
  width: 200px;
  height: 200px;
}
.c_contents {
  overflow: auto;
  padding: 15px 10px 0 0;
}
.c_slogan {
  box-sizing: border-box;
  font-size: 13px;
  letter-spacing: 1.5px;
  font-weight: 400;
  margin: 10px 0 10px 10px;
  padding: 0;
}
.c_maker {
  background-color: #333;
  color: #fff;
  font-family: Arial Black, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  font-weight: 700;
  padding: 0 8px;
  margin: 0 10px 0 10px;
}
.c_product {
  font-size: 16px;
  letter-spacing: 1.5px;
  font-weight: 700;
  padding: 5px 0 5px 0;
  margin: 0 0 0 10px;
  min-height: 40px;
}
.c_pricein {
  float: left;
  color: red;
  font-family: Arial Black, sans-serif;
  font-size: 32px;
  letter-spacing: 1.5px;
  font-weight: 700;
  padding: 0 0 8px 0;
  margin: 0 10px 0 10px;
  line-height: 0.8;
}
.c_priceex {
  color: #999;
  font-family: Arial Black, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  font-weight: 700;
}
.c_point {
  color: #f60;
  font-family: Arial Black, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  font-weight: 700;
  padding: 0 0 0 0;
}
.c_wrap {
  float: left;
  margin: 0 10px 15px 10px;
}
.c_link {
  clear: both;
  overflow: hidden;
}
a, a:link, a:visited, a:hover a:active {
  text-decoration: none;
  color: inherit;
}
.c_shibuya {
  background-color: #06f;
  border: solid 2px #06f;
  box-sizing: border-box;
  color: #fff;
  float: left;
  margin: 0 10px 10px 10px;
  width: 131px;
  height: 33px;
  cursor: pointer;
}
.c_shibuya:hover {
  background-color: #fff;
  color: #06f;
}
.c_umeda {
  background-color: #f06;
  border: solid 2px #f06;
  box-sizing: border-box;
  color: #fff;
  float: left;
  margin-bottom: 10px;
  width: 131px;
  height: 33px;
  cursor: pointer;
}
.c_umeda:hover {
  background-color: #fff;
  color: #f06;
}
.c_shop {
  color: inherit;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-top: 1px;
  padding-left: 13px;
}
.c_tel {
  color: inherit;
  font-family: Arial Black, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-top: -3px;
  padding-left: 13px;
}
.c_estore {
  background-color: #f60;
  color: #fff;
  border: solid 2px #f60;
  box-sizing: border-box;
  font-family: Arial Black, sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.5px;
  float: left;
  margin: 0 10px 10px 10px;
  width: 272px;
  height: 33px;
  line-height: 27px;
  text-align: center;
  cursor: pointer;
}
.c_estore:hover {
  background-color: #fff;
  color: #f60;
}


.gb {
  width: 100%;
  background-color: rgba(255,255,255,1);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.gb_wrapper {
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.82);
  padding: 0 0 64px 0;
}
.gb img.gb_main {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.gb_info {
  background-color: rgba(255,255,255,1);
  padding: 0 0 64px 0;
}
.gb_title {
  padding: 60px 0 30px 0;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2px;
}
p.gb_body {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.75;
  letter-spacing: 1px;
  padding-bottom: 32px;
}
.gb_list {
  width: 100%;
  overflow: hidden;
  padding-top: 24px;
}
.gb_product {
  position: relative;
  float: left;
  background-color: rgba(255,255,255,0.95);
  box-sizing: border-box;
  border: solid 1px #eee;
  width: 22.5%;
  height: 380px;
  margin: 2% 0 0 2%;
}
.gb_product .gb_image {
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 160px;
  position: relative;
}
.gb_finish {
  position: absolute;
  width: 100%;
  height: 160px;
  background-color: rgba(0,0,0,0.5);
  display: none;
}
.gb_goal {
  position: absolute;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 160px;
  display: none;
}
.gb_over {
  position: absolute;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 160px;
  display: none;
}
.gb_limited {
  display: none;
}
.gb_tag {
  font-family: Arial Black, sans-serif;
  position: absolute;
  background-color: rgba(255,0,128,1);
  color: #fff;
  top: 0;
  left: 0;
	height: 24px;
  line-height: 24px;
  font-size: 13px;
  font-weight: bold;
  padding: 0 8px;
}
.gb_diff {
  display: none;
}
.gb_deadline {
  font-family: Arial Black, sans-serif;
  position: absolute;
  background-color: rgba(0,0,0,0.82);
  color: #fff;
  bottom: 0;
  left: 0;
  width: 95%;
  height: 32px;
  line-height: 32px;
  font-size: 13px;
  font-weight: bold;
  padding: 0 8px;
}
.gb_deadlinetime {
  font-family: Arial Black, sans-serif;
  position: absolute;
  color: #fff;
  bottom: 0;
  left: 60px;
  height: 32px;
  line-height: 32px;
  font-size: 24px;
  font-weight: bold;
  padding: 0 8px;
  width: 240px;
  overflow: hidden;
}
.gb_likebutton {
  font-family: Arial Black, sans-serif;
  position: absolute;
  color: #fff;
  bottom: 1px;
  right: 1px;
  width: 72px;
  height: 30px;
  line-height: 30px;
  font-size: 24px;
  font-weight: bold;
  padding: 0 8px;
  box-sizing: border-box;
  border: solid 1px rgba(255,255,255,0.5);
  background-color: rgba(255,255,255,0.1);
  cursor: pointer;
}
.gb_likebutton:hover {
  background-color: rgba(255,255,255,0.5);
}
.gb_like {
  position: absolute;
  font-family: Arial Black, sans-serif;
  font-size: 20px;
  font-weight: bold;
  bottom: 0;
  right: 8px;
  text-align: right;
  color: #ffffff;
}
.gb_heart{
  position: relative;
  width: 7px;
  height: 13px;
  margin-top: 7px;
  margin-left: 2px;
}
.gb_heart:before,
.gb_heart:after{
  position:absolute;
  content:"";
  width: 7px;
  height: 13px;
  background: rgba(255,0,128,1);
}
.gb_heart:before{
  transform:rotate(-45deg);
  border-radius: 7px 7px 0 0;
}
.gb_heart:after{
  left: 4px;
  transform:rotate(45deg);
  border-radius: 7px 7px 0 0;
}
.gb_maker {
  font-family: Arial Black, sans-serif;
  color: rgba(255,0,128,1);
  font-size: 13px;
  font-weight: bold;
  padding: 8px;
  position: relative;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.gb_productname {
  font-family: Arial Black, sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 0 8px;
  height: 33px;
  position: relative;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.gb_slogan {
  color: rgba(0,0,0,0.82);
  font-size: 13px;
  font-weight: normal;
  padding: 8px;
  height: 18px;
  position: relative;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.gb_order {
  font-family: Arial Black, sans-serif;
  text-align: right;
  width: 64px;
  position: absolute;
  padding-right: 5px;
  bottom: 46px;
  left: 8px;
  color: rgba(255,255,255,1);
  font-size: 44px;
  font-weight: bold;
  letter-spacing: -3px;
  text-shadow: 2px 2px 1px #ff0080, -2px 2px 1px #ff0080, 2px -2px 1px #ff0080, -2px -2px 1px #ff0080;
}
.gb_target {
  font-family: Arial Black, sans-serif;
  text-align: right;
  width: 64px;
  position: absolute;
  padding-right: 5px;
  bottom: 46px;
  left: 80px;
  color: rgba(255,255,255,1);
  font-size: 44px;
  font-weight: bold;
  letter-spacing: -3px;
  text-shadow: 2px 2px 1px #808080, -2px 2px 1px #808080, 2px -2px 1px #808080, -2px -2px 1px #808080;
}
.gb_ordertag {
  font-family: Arial Black, sans-serif;
  position: absolute;
  bottom: 95px;
  left: 8px;
  color: #ffffff;
  background-color: rgba(255,0,128,1);
  font-size: 11px;
  font-weight: bold;
  padding: 2px 4px;
  width: 64px;
  text-align: center;
}
.gb_targettag {
  font-family: Arial Black, sans-serif;
  position: absolute;
  bottom: 95px;
  left: 80px;
  color: #ffffff;
  background-color: #808080;
  font-size: 11px;
  font-weight: bold;
  padding: 2px 4px;
  width: 64px;
  text-align: center;
}
.gb_pricetag {
  font-family: Arial Black, sans-serif;
  position: absolute;
  bottom: 97px;
  right: 8px;
  color: red;
  font-size: 13px;
  font-weight: bold;
}
.gb_price {
  font-family: Arial Black, sans-serif;
  position: absolute;
  bottom: 62px;
  right: 8px;
  color: red;
  font-size: 33px;
  font-weight: bold;
}
.gb_ecprice {
  font-family: Arial Black, sans-serif;
  color: #808080;
  position: absolute;
  bottom: 48px;
  right: 8px;
  font-size: 11px;
  font-weight: normal;
}
.gb_ecprice span {
  font-family: Arial Black, sans-serif;
  text-decoration: line-through;
}
button.gb_estore {
  font-family: Arial Black, sans-serif;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  height: 38px;
  line-height: 30px;
  background-color: rgba(255,127,0,1);
  font-size: 24px;
  font-weight: bold;
  box-sizing: border-box;
  border: double 4px rgba(255,255,255,0.82);
  color: #ffffff;
}
button.gb_estore:hover {
  border: solid 1px rgba(255,127,0,1);
  color: rgba(255,127,0,1);
  background-color: #ffffff;
}
@media (max-width: 1900px) {
  .gb_deadline {
    width: 96%;
  }
  .gb_product {
    position: relative;
    float: left;
    background-color: rgba(255,255,255,0.95);
    box-sizing: border-box;
    border: solid 1px #eee;
    width: 30.6666%;
    height: 375px;
    margin: 2% 0 0 2%;
  }
}
@media (max-width: 1480px) {
  .gb_deadline {
    width: 96.5%;
  }
  .gb_product {
    position: relative;
    float: left;
    background-color: rgba(255,255,255,0.95);
    box-sizing: border-box;
    border: solid 1px #eee;
    width: 47%;
    height: 375px;
    margin: 2% 0 0 2%;
  }
}
@media (max-width: 1050px) {
  .gb_deadline {
    width: 97.5%;
  }
  .gb_product {
    position: relative;
    float: left;
    background-color: rgba(255,255,255,0.95);
    box-sizing: border-box;
    border: solid 1px #eee;
    width: 96%;
    height: 375px;
    margin: 4% 0 0 2%;
  }
}


@media (max-width: 1446px) {
  .c_image {
    width: 23.2%;
  }
}
@media (max-width: 1199px) {
  .c_image {
    width: 100%;
    height: 120px;
  }
}
@media (max-width: 940px) {
  .c_shibuya {
    width: 46%;
    margin: 0 4% 4% 4%;
  }
  .c_umeda {
    width: 46%;
    margin: 0 0 4% 0;
  }
  .c_estore {
    width: 100%;
  }
  .c_shop {
    font-size: 50%;
    padding-left: 1.5%;
    padding-bottom: 2%;
  }
  .c_tel {
    font-size: 80%;
    padding-left: 1.5%;
  }
}
#main_content_inner_single #single_page .single_tags {
  margin: 40px 0;
  font-size: 10px;
}
#main_content_inner_single #single_page .single_tags li{
  display: inline-block;
  margin: 0 1.5em 0 0;
  line-height: 2em;
  height: 2em;
  
}
#main_content_inner_single #single_page .single_tags li a{
  position: relative;
  display: block;
  background: #ddd;
  height: 2em;
  padding: 0.2em 1em;
  text-decoration: none;
  color: #444;
  position: relative;
  border-radius: 12px;
}
#main_content_inner_single #single_page .single_tags li a:before{
  content:"#";
}
#main_content_inner_single #single_page .single_tags li a:hover{
  background-color: #555;
  color: #fff;
}
.kv_catch{
  padding: 1em;
  color: #333;
  font-size: .8em;
  line-height: 1.2em;
  font-weight: bold;
}

.category_bread{
  margin: 10px 0 20px 2%;
  width: 100%;
  font-size: 0.5em;
  margin-bottom: 15px;
  overflow: hidden;
}
.category_bread li{
  display: inline-block;
  margin: 0 1.5em 0 0;
  max-width: 25%;
  line-height: 2em;
  height: 2em;
  white-space:nowrap;
}
.category_bread li:first-child > a::after{
  border-width: 1.5em 0 1.5em 0;
}
.category_bread li a{
  display: block;
}
.category_bread li a,.category_bread li.current{
  background: #ddd;
  height: 2em;
  padding: 0.2em 1em;
  text-decoration: none;
  color: #444;
  position: relative;
}
.category_bread li.current{
  background: #555;
  color: #fff;
}
.category_bread li a:hover{
  background: #555;
  color: #fff;
}
.category_bread li a:before,.category_bread .current:before{
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid #ddd;
  right: -0.9em;
}
.category_bread li a:after,.category_bread .current:after{
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-width: 1.5em 0 1.5em 1em;
  border-style: solid;
  border-color: #ddd #ddd #ddd transparent;
  left: -1em;
}
.category_bread li a:hover:before,.category_bread .current:before{
  border-left: 1em solid #555;
}
.category_bread li a:hover:after,.category_bread .current:after{
  border-color: #555 #555 #555 transparent;
}
