@charset "UTF-8";
/* ********************************************************************-
Date:2017-08-15
SCSS Document:サイズの測り方/参考サイズ表 レイアウトスタイルシート(PC)

 - ******************************************************************** */
/*
サイズの測り方
*/
[data-cat$="pc"],
.pc {
  display: block !important;
}

#headerBody * {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#headerBody #menu_info {
  font-size: 12px;
}

.trace-box {
  width: 960px;
  margin: 10px auto 20px !important;
}
.trace-box * {
  font-size: 0.75rem;
}

/* ページ共通 */
#totop {
  display: none;
  width: 60px;
  height: 60px;
  background: #4C6C79;
  border-radius: 3px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}
#totop:hover {
  opacity: 0.5;
}
#totop a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 0;
}
#totop a i {
  font-size: 20px;
  color: #FFF;
}
#totop a span {
  display: block;
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  color: #FFF;
}

.wrapper {
  width: 960px;
  margin: 0 auto;
  z-index: 0;
}
.wrapper h2 {
  background-color: #D2DADC;
  position: relative;
  height: 40px;
  padding: 12px 0 0 15px;
  box-sizing: border-box;
  font-size: 16px;
}
.wrapper h2::before {
  content: "";
  display: inline-block;
  background: #000;
  width: 5px;
  height: 40px;
  vertical-align: bottom;
  position: absolute;
  top: 0;
  left: 0;
}
.wrapper h3 {
  position: relative;
  height: 30px;
  margin: 20px 0 0;
  padding: 7px 0 0 15px;
  border-bottom: solid 1px #CCC;
  box-sizing: border-box;
}
.wrapper h3::before {
  content: "";
  display: inline-block;
  background: #000;
  width: 5px;
  height: 30px;
  vertical-align: bottom;
  position: absolute;
  top: 0;
  left: 0;
}
.wrapper h4 {
  margin: 20px 0 0;
  padding: 0 0 5px;
  border-bottom: dotted 1px #CCC;
  box-sizing: border-box;
}
.wrapper [data-cat$="sp"],
.wrapper .sp {
  display: none !important;
}
.wrapper section.menu .menu-wrap {
  margin: 0 auto;
  float: left;
  width: 230px;
  position: relative;
  z-index: 1;
}
.wrapper section.menu .menu-wrap .item-menu-pc {
  border: solid 1px #e5e5e5;
  border-radius: 4px;
}
.wrapper section.menu .menu-wrap .item-menu-pc dt,
.wrapper section.menu .menu-wrap .link-btn dt {
  display: block;
  padding: 13px 0 13px 20px;
  cursor: pointer;
  position: relative;
  border-bottom: solid 1px #e5e5e5;
}
.wrapper section.menu .menu-wrap .item-menu-pc dt i,
.wrapper section.menu .menu-wrap .link-btn dt i {
  color: inherit;
  position: absolute;
  top: 16px;
  right: 20px;
}
.wrapper section.menu .menu-wrap .item-menu-pc dt a,
.wrapper section.menu .menu-wrap .link-btn dt a {
  display: block;
  width: 100%;
  heigh: 100%;
}
.wrapper section.menu .menu-wrap .item-menu-pc dt:last-of-type,
.wrapper section.menu .menu-wrap .link-btn dt:last-of-type {
  border-bottom: none;
}
.wrapper section.menu .menu-wrap .item-menu-pc dd,
.wrapper section.menu .menu-wrap .link-btn dd {
  background: #ffefef;
  display: none;
}
.wrapper section.menu .menu-wrap .item-menu-pc dd a,
.wrapper section.menu .menu-wrap .link-btn dd a {
  font-size: 0.75rem;
  display: block;
  padding: 10px 0 10px 20px;
  color: inherit;
  border-bottom: dotted #CCC 1px;
  text-decoration: underline;
}

.sizeTable section.content {
  float: right;
  width: 680px;
  margin: 0 auto 30px;
}
.sizeTable section.content .box {
  margin-bottom: 50px;
}
.sizeTable section.content .box p {
  margin: 20px 0 0;
}
.sizeTable section.content .box article .item {
  margin: 30px 0 0;
  padding: 0 0 40px;
  width: auto;
}
.sizeTable section.content .box article .item table {
  width: 100%;
  border-collapse: collapse;
}
.sizeTable section.content .box article .item table tr th, .sizeTable section.content .box article .item table tr td {
  border: solid #CCC 1px;
  padding: 5px 0;
}
.sizeTable section.content .box article .item table tr th {
  background: #666;
  color: #FFF;
  text-align: center;
}
.sizeTable section.content .box article .item table tr td {
  text-align: center;
  background: #F2F2F2;
}
.sizeTable section.content .box article .item .notice {
  display: inline-block;
  margin: 10px 0 0;
  font-size: 14px;
}

.sizeHowTo {
  margin-bottom: 70px;
}
.sizeHowTo section.content {
  float: right;
  width: 680px;
  margin: 0 auto 30px;
}
.sizeHowTo section.content .box {
  margin-bottom: 50px;
}
.sizeHowTo section.content .box p {
  margin: 20px 0 0;
}
.sizeHowTo section.content .box article .item {
  min-height: 520px;
  width: auto;
}
.sizeHowTo section.content .box article .item .left {
  float: left;
  width: 380px;
}
.sizeHowTo section.content .box article .item .left .image {
  position: relative;
}
.sizeHowTo section.content .box article .item .left .image img {
  width: 380px;
}
.sizeHowTo section.content .box article .item .left .image img.base {
  z-index: 10;
  position: relative;
  border: solid #f2f2f2 1px;
}
.sizeHowTo section.content .box article .item .left .image img.onbase {
  z-index: 11;
  width: 380px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  border: solid #f2f2f2 1px;
}
.sizeHowTo section.content .box article .item .left .comment {
  margin: 3px 0 0;
  line-height: 1.3em;
  display: inline-block;
}
.sizeHowTo section.content .box article .item .right {
  float: left;
  width: 280px;
  margin: 0 0 0 20px;
}
.sizeHowTo section.content .box article .item .right table.thumb {
  margin: 20px 0 0;
}
.sizeHowTo section.content .box article .item .right table.thumb tr th {
  border: solid 1px #FFF;
  padding: 20px 0;
  width: 90px;
  background: #D2DADC;
  text-align: center;
  font-size: 12px;
}
.sizeHowTo section.content .box article .item .right table.thumb tr td {
  border: solid 1px #FFF;
}
.sizeHowTo section.content .box article .item .right table.thumb tr td img {
  width: 62px;
}
.sizeHowTo section.content .box article .item .right table.thumb tr td img:hover {
  opacity: 0.5;
}
.sizeHowTo section.content .box article .item .right table.thumb caption {
  font-size: 12px;
}
.sizeHowTo section.content .box article .item .right ul {
  margin: 10px 0 0;
}
.sizeHowTo section.content .box article .item .right ul li {
  line-height: 1.2em;
  font-size: 12px;
}

/* アイテムの中で連続するものはブランクを詰める */
h3 + div + div, h3 + div + div + div {
    margin-top: -50px !important;
}

/* thがどうしても2行になる箇所のpadding調整 */
th.two_line {
	padding: 10px 0 !important;
}