/* gallery
----------------------------------------------------*/
/*
----------------------------------------------------*/
@media (min-width: 415px) {}
@media (min-width: 960px) {}
.pageTtl {
  background-image: url("img/page_ttl.jpg");
}
/*
----------------------------------------------------*/
.cate {
  padding: 10px;
  border: 1px solid #cccccc;
  margin: 10px 0
}
.cate li {
  background-image: url(img/icon02.jpg);
  background-repeat: no-repeat;
  background-position: left 8px;
  padding: 2px 20px 2px 15px;
}
.cate li a {
  color: #444444;
}
@media (min-width: 415px) {
  .cate li {
    display: inline-block;
  }
  .cate li.last {
    display: block
  }
}
@media (min-width: 960px) {}
/*
----------------------------------------------------*/
.listBox {
  padding: 10px 0 0 0;
}
.itemName {
  font-weight: bold;
  font-size: 15px;
  padding: 1px 5px;
  background-color: #bfab92;
  color: #ffffff;
  line-height: 1.4;
}
.no {
  text-align: right
}
.pagelink:after {
  display: block;
  clear: both;
  content: "";
}
ul.itemList {
  margin-top: 15px;
}
ul.itemList:after {
  display: block;
  clear: both;
  content: "";
}
ul.itemList li {
  float: left;
  line-height: 1.3;
  width: 46%;
  margin: 0 8% 15px 0;
}
ul.itemList li:nth-child(2n) {
  margin-right: 0;
}
ul.itemList li img {
  width: 100%;
  padding: 4px;
  border: 1px solid #dddddd;
}
ul.itemList li p {
  color: #A37E57;
  padding: 4px 2px 0;
}
ul.itemList h4 {
  font-weight: bold;
  padding: 0 2px;
}
/*20140227追加*/
ul.itemList h4 span {
  font-weight: lighter;
}
/*20140227追加*/
@media (min-width: 415px) {
  ul.itemList li {
    width: 22%;
    margin: 0 4% 15px 0;
  }
  ul.itemList li:nth-child(2n) {
    margin-right: 4%;
  }
  ul.itemList li:nth-child(4n) {
    margin-right: 0;
  }
}
@media (min-width: 960px) {
  ul.itemList li {
    width: 18%;
    margin: 0 2.5% 15px 0;
  }
  ul.itemList li:nth-child(2n), ul.itemList li:nth-child(4n) {
    margin-right: 2.5%;
  }
  ul.itemList li:nth-child(5n) {
    margin-right: 0;
  }
}
/*
----------------------------------------------------*/
.itemTtl {}
.itemTtl h3 {}
h3.midashi span {
  padding-left: 15px;
}
.itemTtl .no {
  font-size: 11px;
}
.itemBox {
  padding: 20px 0;
}
.itemPht::after {
  clear: both;
  display: block;
  content: '';
}
.itemPht p {
  width: 45%;
}
.itemPht p.pht01 {
  float: left;
}
.itemPht p.pht02 {
  float: right;
}
.itemPht img {
  width: 100%;
  padding: 4px;
  border: 1px solid #cccccc;
}
.itemDtl {
  padding: 20px 0 0
}
.itemDtl::after {
  clear: both;
  display: block;
  content: '';
}
.itemDtl .leftBox {
  padding-bottom: 20px;
}
.itemDtl .rightBox {}
.itemDtl h4 {
  font-weight: bold;
  color: #999999;
  padding-bottom: 3px;
}
.itemDtl input.resetBtn {
  padding: 3px 6px;
  font-size: 13px;
}
.itemDtl .txt1 {
  font-size: 11px;
  line-height: 1.3;
  padding: 10px 0;
}
.itemDtl .tbl01 {
  width: 100%;
  border-collapse: separate;
  border-top: 1px solid #cccccc;
  margin-bottom: 5px;
  font-size: 12px;
}
.itemDtl .tbl01 th {
  padding: 5px;
  font-weight: lighter;
  background: #f3f3f3;
  line-height: 1.2 !important;
}
.itemDtl .tbl01 td {
  text-align: center;
  padding: 2px 0 !important;
  width: 12%;
  line-height: 1.1;
}
.itemDtl .tbl01 td input {
  border: 1px solid #ccc;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.itemDtl .tbl02 td {
  width: 14%;
}
.itemDtl dl.iroName {
  padding: 5px 0 10px;
}
.itemDtl .iroName dt {
  padding: 6px 0 0 0;
  font-weight: bold
}
.itemDtl .iroName dd {
  padding: 0 0 6px 10px;
  border-bottom: 1px dashed #ccc;
}
.itemDtl .detail th {
  width: 80px
}
.itemDtl .detail td {
  text-align: left;
  padding: 10px;
  width: auto;
}
.itemDtl .txt2 {
  font-size: 11px;
  line-height: 1.3;
}
.itemDtl .subPht {
  padding-bottom: 20px;
}
.itemDtl .subPht::after {
  clear: both;
  display: block;
  content: '';
}
.itemDtl .subPht div.sub {
  float: left;
  width: 46%;
  margin-right: 8%;
}
.itemDtl .subPht div.sub:nth-child(2n) {
  margin-right: 0;
}
.itemDtl .subPht img {
  width: 100%;
}
.itemDtl .subPht a.sub_a, .itemDtl .subPht div.sub_e {
  display: block;
  height: 110px;
  overflow: hidden;
  border: 1px solid #cccccc;
}
.itemDtl .subPht div.sub_e {
  position: relative;
  background: #aaa;
}
.itemDtl .subPht div.sub_e img {
  opacity: 0.6;
}
.itemDtl .subPht div.sub_e span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  background: #aaa;
  color: #eee;
  font-weight: 700;
  font-size: 16px;
  padding: 2px 8px;
}
.karakamiorder {
  padding-bottom: 20px;
}
.karakamiorder::after {
  clear: both;
  display: block;
  content: '';
}
.karakamiorder p {
  font-weight: lighter;
  color: #333;
  float: left;
  width: 46%;
  font-size: 12px;
  margin-right: 8%;
}
.karakamiorder p:nth-of-type(2n) {
  margin-right: 0;
}
.itemDtl div.karakamiorder .icnPdf a {
  background-image: url(../../common/img/icon-pdf.png);
}
.itemDtl div.karakamiorder .icnExl a {
  background-image: url(../../common/img/icon-exl.png);
}
.itemDtl div.karakamiorder a {
  display: block;
  padding: 8px 10px 8px 30px;
  border: 1px solid #ccc;
  background-repeat: no-repeat;
  background-position: 6px center;
  line-height: 1;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  letter-spacing: 0;
}
.itemDtl div.karakamiorder a:hover {
  background-color: #FFC;
  text-decoration: none;
}
.cyui {
  font-size: 11px;
  color: #CC0000;
  line-height: 1.4;
  padding-top: 10px;
}
@media (min-width: 415px) {
  .itemDtl {
    padding-top: 30px;
  }
  .itemDtl .leftBox {
    float: left;
    width: 48%;
    padding-bottom: 20px;
  }
  .itemDtl .rightBox {
    float: right;
    width: 48%;
    padding-bottom: 20px;
  }
}
@media (min-width: 960px) {
  
.itemDtl .subPht a.sub_a, .itemDtl .subPht div.sub_e {
  height: 160px;
}
  .itemDtl dl {
    display: flex;
    flex-wrap: wrap;
  }
  .itemDtl dt {
    width: 50%;
    padding: 10px !important;
    border-bottom: 1px dashed #ccc;
  }
  .itemDtl dd {
    padding: 10px !important;
    width: 50%;
    border-bottom: 1px dashed #ccc;
  }
}
/*
----------------------------------------------------*/
@media (min-width: 415px) {}
@media (min-width: 960px) {}
/*
----------------------------------------------------*/
@media (min-width: 415px) {}
@media (min-width: 960px) {}
/*
----------------------------------------------------*/
@media (min-width: 415px) {}
@media (min-width: 960px) {}
/* list
----------------------------------------------------*/
/* detail
----------------------------------------------------*/
.itemDtl .tbl01 td.genshi01 input {
  background-color: #ffffff;
} /*白口*/
.itemDtl .tbl01 td.genshi02 input {
  background-color: #e8e1bb;
} /*鳥ノ子*/
.itemDtl .tbl01 td.genshi03 input {
  background-color: #d8c4a2;
} /*白茶*/
.itemDtl .tbl01 td.genshi04 input {
  background-color: #b52626;
} /*朱うるみ*/
.itemDtl .tbl01 td.genshi05 input {
  background-color: #bccfc9;
} /*浅黄*/
.itemDtl .tbl01 td.genshi06 input {
  background-color: #beb8ab;
} /*濃鼠*/
.itemDtl .tbl01 td.genshi07 input {
  background-color: #868584;
} /*淡墨色*/
.itemDtl .tbl01 td.genshi08 input {
  background-color: #f6f6f6;
} /*キラ*/
.itemDtl .tbl01 td.genshi09 input {
  background-color: #c4c4c4;
} /*ネズミキラ*/
.itemDtl .tbl01 td.genshi10 input {
  background-color: #fedc7a;
} /*ゴールドキラ*/
.itemDtl .tbl01 td.genshi11 input {
  background-color: #b0ca71;
} /*ワサビキラ*/
.itemDtl .tbl01 td.genshi12 input {
  background-color: #7168b6;
} /*フジ色シルバー*/
.itemDtl .tbl01 td.genshi13 input {
  background-color: #ee827c;
} /*バラ色シルバー*/
.itemDtl .tbl01 td.genshi14 input {
  background-color: #d5391e;
} /*朱キラ*/
.itemDtl .tbl01 td.iroai01 input {
  background-color: #333432;
} /*黒 black*/
.itemDtl .tbl01 td.iroai02 input {
  background-color: #883a2e;
} /*透き brown*/
.itemDtl .tbl01 td.iroai03 input {
  background-color: #a65e32;
} /*梨子地 camel*/
.itemDtl .tbl01 td.iroai04 input {
  background-color: #ad9187;
} /*象牙 ivory*/
.itemDtl .tbl01 td.iroai05 input {
  background-color: #bc3638;
} /*紅赤 rouge*/
.itemDtl .tbl01 td.iroai06 input {
  background-color: #923348;
} /*葡萄酒 bordeaux*/
.itemDtl .tbl01 td.iroai07 input {
  background-color: #2f556f;
} /*青碧 sax blue*/
.itemDtl .tbl01 td.iroai08 input {
  background-color: #8c8045;
} /*海松 olive*/
.itemDtl .tbl01 td.iroai09 input {
  background-color: #4d406d;
} /*紅桔梗 deep violet*/
.itemDtl .tbl01 td.iroai11 input {
  background-color: #242627;
} /*black silver*/
.itemDtl .tbl01 td.iroai12 input {
  background-color: #91492e;
} /*brown silver*/
.itemDtl .tbl01 td.iroai13 input {
  background-color: #b87852;
} /*camel silver*/