/* ----------------------------------------
 responsive.css
---------------------------------------- */
/* PARTS
---------------------------------------- */
.content {
  /* Layout
  ---------------------------------------- */
  /* pankuzu
  ---------------------------------------- */
  /* #sp-page-title
  ---------------------------------------- */
  /* SNS
  ---------------------------------------- */
  /* TOP btn
  ---------------------------------------- */
}

@media all and (max-width: 767px) {
  .content .sp-hidden {
    display: none;
  }
}

@media all and (min-width: 768px) {
  .content .pc-hidden {
    display: none;
  }
}

.content #contents-wrapper {
  width: 950px;
  margin: auto;
  padding-bottom: 70px;
  text-align: left;
  line-height: 1.5;
  font-size: 14px;
}

@media all and (max-width: 767px) {
  .content #contents-wrapper {
    width: 100%;
    padding-bottom: 20px;
    font-size: 12px;
  }
  .content #contents-wrapper img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}

@media all and (min-width: 768px) {
  .content #contents-wrapper .top {
    max-width: none;
    margin: 0;
  }
}

.content .breadcrumbs {
  text-align: left;
}

@media all and (max-width: 767px) {
  .content .fld__breadcrumb {
    display: none;
    border-bottom: solid 1px #ccc;
    font-size: 16px;
    height: 32px;
    margin: 0 auto 10px;
    padding: 0;
    position: relative;
    overflow: hidden;
    -moz-user-select: none;
    -webket-user-select: none;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    line-height: 1;
  }
  .content .lst__breadcrumb {
    border-collapse: collapse;
    clear: both;
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    -moz-user-select: none;
    -webket-user-select: none;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .content .lst__breadcrumb .lst__breadcrumb-item,
  .content .lst__breadcrumb .lst__breadcrumb-item--last {
    display: table-cell;
    font-size: 0.875em;
    padding: 10px 1.5em 10px 1em;
    white-space: nowrap;
  }
  .content .lst__breadcrumb .lst__breadcrumb-item {
    background: rgba(0, 0, 0, 0) url("/commonsp/images/arrow_breadcrumb.png") no-repeat scroll right center/4px 7px;
  }
  .content .lst__breadcrumb-item--last {
    color: #e3001f;
  }
  .content .lst__breadcrumb .lst__breadcrumb-item a {
    color: #666;
    text-decoration: none;
    -moz-user-select: none;
    -webket-user-select: none;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
}

@media all and (min-width: 768px) {
  .content .fld__breadcrumb {
    background: #f2f2f2 none repeat scroll 0 0;
    border-bottom: none;
    border-radius: 4px;
    color: #666;
    display: block;
    font-size: 12px;
    margin: 0 auto;
    max-width: 950px;
    padding: 7px 7px 0;
    line-height: 1;
  }
  .content .fld__breadcrumb ul {
    text-align: left;
  }
  .content .fld__breadcrumb .lst__breadcrumb-item,
  .content .fld__breadcrumb .lst__breadcrumb-item--last {
    display: inline-block;
    font-size: 12px;
    padding: 0 6px 7px 0;
  }
  .content .fld__breadcrumb .lst__breadcrumb-item:after {
    content: url("/common2015/img/icn_arrow_brcs.gif");
    margin-left: 6px;
  }
  .content .fld__breadcrumb .lst__breadcrumb-item--last:after {
    content: "";
  }
  .content .lst__breadcrumb-item--last {
    color: #666;
  }
}

.content #sp-page-title {
  background: none;
  padding: 2px;
  color: #666;
  border-bottom: 2px solid #d7d7d7;
}

.content #sp-page-title h1 {
  display: table;
  width: 100%;
  text-align: center;
}

.content #sp-page-title h1 span {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
}

.content #sp-page-title h1 .icn {
  width: 40px;
  height: 40px;
  min-height: 40px;
  background: #b2b2b2;
  color: #fff;
  font-size: 12px;
}

.content #sp-page-title h1 .icn img {
  width: 40px;
  height: 40px;
}

.content #sp-page-title h1 .txt {
  padding: 0 15px;
  text-align: left;
  line-height: 1.3;
  font-size: 14px;
}

@media all and (max-width: 767px) {
  .content .sp-nav-area {
    border-bottom: 2px solid #d7d7d7;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    background: url(../img/btn_left.gif) 2px 50% no-repeat;
    background-size: 40px;
  }
  .content .sp-nav-area a,
  .content .sp-nav-area span.no-link {
    display: block;
    width: 100%;
    text-decoration: none;
  }
  .content .sp-nav-area a span,
  .content .sp-nav-area span.no-link span {
    display: table-cell;
    height: 40px;
    padding: 2px 10px 2px 50px;
    line-height: 1.25;
    vertical-align: middle;
  }
}

.content #social {
  margin: 0 0 10px 0;
}

.content #social:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.content #social ul {
  float: right;
  zoom: 1;
}

.content #social ul li {
  float: left;
  zoom: 1;
}

.content #social ul li#fb {
  width: 115px;
}

.content #social ul li#tw {
  width: 105px;
}

@media (max-width: 740px) {
  .content #social {
    margin-top: 10px;
  }
  .content #social ul {
    margin-right: 10px;
  }
  .content #social ul li {
    width: auto !important;
    margin-left: 3px;
  }
  .content #social .pc-hidden img {
    width: 83px;
  }
}

@media (max-width: 767px) {
  .content #contents-wrapper img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .content .bottom-pagetop {
    padding: 30px 10px 0;
  }
  .content .bottom-pagetop img {
    width: 85px !important;
  }
}
/*# sourceMappingURL=responsive.css.map */