@charset "UTF-8";
/*--------------------------------
    contents
--------------------------------*/
body div#wrap-container {
  width: 980px;
  padding: 0;
  margin: 22px auto 0;
}

#container_n {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, Meiryo, "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

#main-contents {
  width: 980px;
  margin: 0 0 30px;
}

/*--------------------------------
    header
--------------------------------*/
h1 {
  width: 980px;
  border-bottom: 1px solid #ccc;
  font-size: 1.8em;
  margin: 0 auto 30px;
  line-height: 1.2;
  padding-bottom: 0;
}

#main-contents header {
  margin-bottom: 15px;
}

h2.main-image {
  margin: 10px 0 0;
}

h2.main-image img {
  max-width: 100%;
}

.color-image img {
  max-width: 100%;
}

#menu-box li a {
  line-height: 1.4;
}

/*--------------------------------
    検索条件
--------------------------------*/
div#desk-search-result {
  text-align: center;
  margin: 40px 0 0;
  font-size: 1.15em;
  line-height: 1.2;
  font-weight: bold;
}

div#desk-search-result div#desk-search-cnt {
  font-size: 1.25em;
  margin: 0 0 5px;
}

div#desk-search-result div#desk-search-cnt .result-count-num {
  color: #f00;
  font-size: 1.6em;
  letter-spacing: -0.01em;
  position: relative;
  top: 2px;
}

/*--------------------------------
    ページネーション
--------------------------------*/
div#pagenate-top,
div#pagenate-bottom {
  text-align: center;
  line-height: 1.2;
  font-size: 1.05em;
  min-height: 30px;
}

div.pagenate-area .page-link {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #999;
  color: #333;
  padding: 5px 0;
  width: 26px;
  text-align: center;
  font-size: 0.87em;
}

div.pagenate-area .page-link.current-page {
  background-color: #666;
  border: 1px solid #666;
  color: #fff;
}

div.pagenate-area a:hover {
  color: #f00;
}

/*--------------------------------
    並べ替え
--------------------------------*/
#order-area div.order-area-inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: right;
}

#order-area select {
  display: inline-block;
  height: 30px;
  color: #295bb5;
  background-color: #fff;
  border: 1px solid #295bb5;
  border-radius: 6px;
  padding: 0 15px 0 10px;
  vertical-align: middle;
  position: relative;
  top: 26px;
}

/*--------------------------------
    検索結果なし
--------------------------------*/
#no-result {
  margin: 30px 0 10px;
  line-height: 1.4;
  text-align: center;
}

/*--------------------------------
    loading
--------------------------------*/
.list-box {
  position: relative;
  padding-bottom: 35px;
}

#loadingImg {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 2;
}

#loadingImg p {
  margin: 0 auto;
}

#bottomImg {
  width: 100%;
  text-align: center;
  z-index: 2;
}

#bottomImg p {
  margin: 0 auto;
}

/*--------------------------------
    絞り込み
--------------------------------*/
#search-inner {
  background-color: #e4f2f7;
  padding: 27px 0 20px;
}

#search-inner .condition-ttl {
  color: #0a4ea2;
  font-weight: bold;
  text-align: center;
  font-size: 1.3em;
  line-height: 1.4;
  margin: 0 0 25px;
}

#search-inner #condition {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

#search-inner #condition .search-item-col {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 1%;
}

#search-inner #condition .search-item-col select {
  display: block;
  width: 140px;
  height: 34px;
  border-radius: 3px;
  padding: 0 10px;
  color: #333;
  border: 1px solid #6a8eba;
}

#search-inner #condition .search-item-col select.color-select {
  width: 160px;
  padding-right: 5px;
}

#search-inner #condition .search-item-col .select-ttl {
  font-size: 1.05em;
  font-weight: bold;
  color: #0a4ea2;
  margin-right: 0.5em;
  line-height: 1.4;
}

#search-inner #condition .search-item-col .select-unit {
  font-size: 0.95em;
  font-weight: normal;
  margin-left: 0.3em;
  line-height: 1.4;
}

#search-inner #operate {
  margin: 12px 0 0 auto;
  text-align: center;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  padding-right: 58px;
  box-sizing: border-box;
}

#search-inner #operate #reset-btn {
  width: 6.8em;
  background-color: #919191;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  padding: 7px;
  letter-spacing: 1px;
  text-align: center;
  display: inline-block;
  border-radius: 50px;
}

#search-inner #operate #reset-btn:hover {
  cursor: pointer;
  text-decoration: none;
  opacity: 0.7;
}

#search-inner #operate #submit-btn {
  width: 9em;
  background-color: #174eaf;
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
  margin: 0;
  padding: 13px;
  letter-spacing: 2px;
  text-align: center;
  display: inline-block;
  border-radius: 50px;
}

#search-inner #operate #submit-btn:hover {
  cursor: pointer;
  text-decoration: none;
  opacity: 0.7;
}

/*--------------------------------
    選択中の条件
--------------------------------*/
#restrict-outer {
  text-align: center;
  max-width: 95%;
  margin: 60px auto 0;
}

#restrict {
  margin: 3px auto;
  font-size: 1.1em;
  line-height: 1.4;
  display: block;
  text-align: center;
}

#restrict-inner {
  width: 100%;
  display: block;
  text-align: center;
}

#restrict-inner.two-line {
  width: calc(100% - 5.4em);
  display: block;
  text-align: left;
  padding-left: 5.4em;
  text-indent: -5.4em;
}

#restrict .title {
  display: inline;
  font-weight: bold;
}

#restrict #sel-choice {
  display: inline;
  font-weight: bold;
}

/*--------------------------------
    検索結果
--------------------------------*/
table#result-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  margin: 12px 0 30px;
}

table#result-table th {
  background-color: #4777b2;
  border: 1px solid #fff;
  color: #fff;
  line-height: 1.2;
  padding: 5px 0;
}

table#result-table th.product-image {
  width: 12%;
}

table#result-table th.product-color {
  width: 20%;
}

table#result-table th.product-sku {
  width: 30%;
}

table#result-table td {
  background-color: #fff;
  border: 1px solid #ccc;
  line-height: 1.2;
  padding: 1%;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}

table#result-table td.product-image img {
  width: 82%;
  margin: 0 auto;
}

table#result-table td.product-sku {
  text-align: left;
  padding-left: 5%;
}

table#result-table td.product-sku a {
  font-weight: bold;
  color: #0a4ea2;
  position: relative;
  padding: 0 0 0 8%;
  background: url(/static/images/common/yaji_maru_bl_15.png) no-repeat 0 50%;
  background-size: 13px;
}

table#result-table td.product-sku a:hover {
  color: #f00;
}

table#result-table td.product-price span.zeinuki {
  display: block;
  line-height: 1.2;
}

table#result-table tr:hover td {
  background-color: #e4f2f7;
}

/*--------------------------------
    animation
--------------------------------*/
@keyframes slideInResult {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#result-outer-area {
  min-height: 810px;
  padding: 1px 0;
}

#result-outer .list-box {
  display: none;
}

#result-outer.slideInResult .list-box {
  display: block;
  animation-name: slideInResult;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  position: relative;
  top: 0px;
  left: 0;
}

body.safari select {
  -webkit-appearance: menulist-button;
}

/*--------------------------------
    visible
--------------------------------*/
.sp {
  display: none;
}

/*--------------------------------
    clearfix
--------------------------------*/
.clfx:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
