@charset "UTF-8";
/* サーバーラック中間ページ用 */
.table {
  display: table;
}

.tr {
  display: table-row;
}

.td {
  display: table-cell;
}

#container {
  margin: 0 auto;
  text-align: center;
}

#main-area {
  margin: 10px auto;
  text-align: left;
}

#results-area div.item {
  position: relative;
  border: 1px solid #888;
  width: 235px;
  margin: 10px 0 10px 10px;
}

#results-area div img.uniticon {
  position: absolute;
  top: 15px;
  left: 15px;
}

#results-area div.left1st {
  margin-left: 0;
}

#results-area div.image img {
  width: 200px;
  height: 200px;
  margin: 5px auto;
}

#results-area div.item-detail {
  width: 200px;
  margin: 10px auto 20px;
  text-align: left;
}

#results-area div.item-detail div.sku {
  margin: 5px 0;
}

#results-area div.item-detail div.sku img {
  vertical-align: middle;
  margin-right: 5px;
}

#results-area div.item-detail div.sku span {
  vertical-align: middle;
}

#results-area div.item-detail div.model-area {
  margin: 5px 0;
}

#results-area div.item-detail div.spec-area {
  margin: 5px 0;
}

#results-area div.item-detail div.spec-area span.spec-item {
  display: inline-block;
  margin: 2px 3px 2px 0;
  width: 67px;
  height: 22px;
}

#results-area div.item-detail div.spec-area span:nth-child(3) {
  display: inline-block;
  margin: 2px 0 2px 0 !important;
}

#results-area div.item-detail div.option-area {
  margin: 5px 0;
}

#results-area div.item-detail div.option-area span.option-item {
  display: inline-block;
  margin: 2px 6px 3px 0;
  padding: 5px;
  border: 1px solid #ff8c00;
  font-size: 0.78em;
  color: #ff8c00;
  background-color: #f2f2f2;
}

#results-area div.item-detail div.size-area, #results-area div.item-detail div.price-area {
  margin: 5px 0;
  font-size: 0.78em;
  color: #484848;
}

.search-banner {
  display: none;
}

/* サーバーラック検索システム用 */
/* 各環境切り替え */
.pc {
  display: block;
}

.sp {
  display: none;
}

/* 基本設定 */
#container {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

#main-area {
  margin: 0 auto;
  text-align: left;
  width: 980px;
}

div#wrap-container {
  padding: 0;
  width: 100%;
}

div#container-inner {
  background-color: #EAF3FA;
  padding: 20px 0;
}

/* タイトル */
h1 {
  border-bottom: 1px solid #cccccc;
  font-size: 1.8em;
  padding-bottom: 3px;
  font-weight: normal;
  text-align: left;
}

h1 span {
  display: block;
  margin: 0 auto;
  padding-bottom: 3px;
  font-weight: normal;
  text-align: left;
  width: 980px;
}

/* メニュー */
div#form-area h3 {
  background-color: #427FCF;
  color: #FFF;
  font-size: 1.3em;
  padding: 1.5% 2% 1.3%;
}

div#form-area #option-area h3 {
  background-color: #648098;
}

div#form-area h3 span {
  display: inline-block;
  font-size: 0.7em;
  font-weight: normal;
  vertical-align: 1px;
  margin: 0 0 0 3%;
}

div#container input {
  vertical-align: -1px;
  margin: 0 2% 0 0;
}

div#container select {
  vertical-align: -1px;
  margin: 0 2% 0 0;
}

div#container select#unit {
  width: 90px;
}

div#size-area, div#type-area, div#model-area, div#standard-area {
  background-color: #D4E9FA;
  margin: 0 0 2%;
}

div#option-area {
  background-color: #e4eef7;
  margin: 0 0 2%;
}

body.mac div#size-area input, body.mac div#type-area input, body.mac div#model-area input, body.mac div#option-area input {
  vertical-align: 2px;
}

p.sepa-title {
  border-left: 4px solid #437ECF;
  padding: 1% 0 0 3%;
  margin: 0 0 8%;
  font-size: 1.1em;
  font-weight: bold;
  color: #626262;
}

div#size-area:after, div#type-area dl:after, div#model-area dl:after, div#standard-area dl:after, div#option-area dl:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

div#type-area dl, div#model-area dl {
  padding: 2.2%;
}

div#standard-area dl, div#option-area dl {
  padding: 2.2% 0 2.2% 2.2%;
}

div#type-area dd, div#model-area dd {
  float: left;
  width: 18%;
}

div#standard-area dd, div#option-area dd {
  float: left;
  width: 14.15%;
}

div#type-area dd img, div#model-area dd img, div#standard-area dd img, div#option-area dd img {
  display: block;
  margin: 8px 0 0;
  border: 1px solid #fff;
}

div#type-area dd span, div#model-area dd span, div#standard-area dd span, div#option-area dd span {
  border: 2px solid #FDB008;
}

div#type-area dd img, div#model-area dd img, div#standard-area dd img, div#option-area dd img {
  border-width: 2px !important;
}

div#type-area dd label, div#model-area dd label, div#standard-area dd label, div#option-area dd label {
  display: block;
}

div#type-area dd label:hover img, div#model-area dd label:hover img, div#standard-area dd label:hover img, div#option-area dd label:hover img, div#type-area dd label:hover span, div#model-area dd label:hover span, div#standard-area dd label:hover span, div#option-area dd label:hover span {
  opacity: 0.6;
  cursor: pointer;
}

span.none-select {
  display: block;
  width: 100px;
  height: 70px;
  background-color: #FFF;
  font-size: 1.2em;
  font-weight: bold;
  color: #B6B6B6;
  padding: 50px 0 0 30px;
  margin: 8px 0 0;
}

div#option-area dd span.none-select {
  display: block;
  width: 100px;
  height: 70px;
  background-color: #FFF;
  font-size: 1.2em;
  font-weight: bold;
  color: #B6B6B6;
  padding: 50px 0 0 25px;
}

div.size-left {
  float: left;
  width: 60%;
  padding: 2.2%;
  position: relative;
}

div.size-left:before {
  content: "";
  width: 1px;
  border-right: 1px solid #959595;
  position: absolute;
  right: 0;
  top: 21px;
  bottom: 21px;
}

div.size-left div.left-l {
  float: left;
  width: 50%;
}

div.size-left div.left-l p.rack-kind-outer select {
  width: 110px;
  padding: 1.5% 2%;
  border-radius: 0.4em;
  border: 1px solid #959593;
}

body.mac div.size-left div.left-l p.rack-kind-outer select {
  height: 30px;
}

div.size-left div.left-l p.rack-kind-outer select:hover {
  opacity: 0.8;
}

div.size-left div.left-l span.rack-kind.h {
  font-weight: bold;
  color: #487EE1;
}

div.size-left div.left-l span.rack-kind.w {
  font-weight: bold;
  color: #EE9B01;
}

div.size-left div.left-l span.rack-kind.d {
  font-weight: bold;
  color: #D96653;
}

div.size-left div.left-l p.rack-kind-outert span.mm {
  font-size: 0.8em;
}

span.rack-kind {
  display: block;
  margin: 0 0 6px;
}

p.rack-kind-outer {
  margin: 0 0 9%;
}

div.size-left div.left-r {
  float: right;
  width: 48%;
}

div.size-right {
  float: right;
  width: 30%;
  padding: 2.2%;
}

div.size-right input {
  width: 133px;
  height: 40px;
  margin: 0 2% 0 5%;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
}

body.mac div.size-right input {
  font-weight: normal;
}

div.size-right span {
  font-size: 1.4em;
  font-weight: bold;
  vertical-align: -4px;
}

div.size-right select {
  width: 70px;
  height: 28px;
  margin: 0 0 0 0.5%;
  vertical-align: 0;
  border-radius: 0.4em;
  border: 1px solid #959593;
}

div.size-right select:hover {
  opacity: 0.8;
}

div#navi-area div#topmenu a {
  display: inline-block;
  padding: 1.4% 1% 1.2%;
  margin: 0 0 0.6%;
  background-color: #FFF;
  background-image: url(/static/images/product/desk_rack/server/search/arrow.png);
  background-size: 4.3%;
  background-repeat: no-repeat;
  background-position: 96% 50%;
  border: 1px solid #184EB1;
  width: 160px;
  font-size: 1.03em;
  font-weight: bold;
  color: #184EB1;
}

div#navi-area div#bottommenu {
  margin: 10px 0 50px;
}

div#navi-area div#bottommenu a {
  display: inline-block;
  border: 1px solid #184EB1;
  background-color: #F2F2F2;
  background-image: url(/static/images/product/desk_rack/server/search/arrow.png);
  background-size: 3.5%;
  background-repeat: no-repeat;
  background-position: 97% 50%;
  width: 21%;
  height: 1.5em;
  padding: 6px 10px;
  font-size: 0.87em;
  color: #184EB1;
}

img.searchimg {
  vertical-align: -5px;
  margin: 0 6px 0 0;
}

img.listimg {
  vertical-align: -5px;
  margin: 2px 6px 1px 0;
}

div#navi-area a:hover {
  opacity: 0.6;
  text-decoration: none;
}

div#main-area {
  width: 980px;
  margin: 0 auto 20px;
}

/* メインエリア */
h1 {
  width: 980px;
  margin: 0 auto 20px;
}

/* リスト */
div.tab ul li {
  float: left;
  border-radius: 0.6em 0.6em 0 0;
  margin: 0 1% 0 0;
  width: 330px;
  height: 5.7em;
}

div.tab ul li.on {
  background-color: #FFF669;
  border-left: 3px solid #427FCF;
  border-top: 3px solid #427FCF;
  border-right: 3px solid #427FCF;
}

div.tab ul li.off {
  background-color: #EEEEEE;
  border-left: 3px solid #959595;
  border-top: 3px solid #959595;
  border-right: 3px solid #959595;
}

div.tab ul li a {
  display: block;
  padding: 5.5% 0 4.5% 9%;
}

div.tab ul li.on a:hover {
  opacity: 1;
}

div.tab ul li.off a:hover {
  opacity: 0.6;
}

div.tab ul li.on a {
  cursor: default;
}

div.tab ul li a:hover img {
  opacity: 1 !important;
}

div.tab ul li img {
  float: left;
  margin: 3% 4% 0 0;
}

div.tab ul li.off img {
  float: left;
  margin: 3% 7% 0 0;
}

div.tab ul li span.tabtitle {
  display: inline-block;
  float: left;
  font-size: 1.1em;
  color: #333333;
  width: 14em;
}

div.tab ul li.off span.tabtitle {
  display: inline-block;
  float: left;
  font-size: 1.1em;
  color: #949494;
  width: 14em;
}

div.tab ul li span.large {
  display: block;
  font-size: 1.4em;
  font-weight: bold;
  margin: 5% 0 0;
}

.table {
  display: table;
  width: 980px;
  margin: 0 auto;
}

#submit-area {
  width: 980px;
  text-align: center;
}

#submit-area p:nth-child(1) a {
  width: 245px;
  margin: 30px auto;
  padding: 10px 0 8px;
  display: block;
  text-indent: -10px;
  text-align: center;
  text-decoration: none;
  color: #447FCF;
  font-size: 1.05em;
  font-weight: bold;
  letter-spacing: 1px;
  border: 1px solid #447FCF;
  border-radius: 5px;
  background-color: #F7F7F7;
  background-image: url(/static/images/product/desk_rack/server/search/icn_arrow_bl.png);
  background-size: auto 11px;
  background-repeat: no-repeat;
  background-position: 86% 48%;
}

#submit-area p:nth-child(1) a:hover {
  opacity: 0.8;
}

/* 入力内容をリセットボタン */
/* 対象の・・・がXX点あります */
#results-cnt {
  margin: 0 auto;
  color: #EB6100;
  font-size: 1.6em;
  font-weight: bold;
}

#results-cnt span.taisyou {
  font-size: 1.4em;
}

#submit-area p:nth-child(2) a:hover {
  text-decoration: none !important;
  opacity: 1 !important;
  cursor: default;
}

#submit-area p:nth-child(3) a {
  width: 550px;
  margin: 15px auto 30px;
  padding: 25px 0 22px;
  display: block;
  text-indent: 34px;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  font-size: 1.9em;
  font-weight: bold;
  letter-spacing: 2px;
  border-radius: 5px;
  background-color: #EB6100;
  background-image: url(/static/images/product/desk_rack/server/search/icn_search_.png);
  background-size: auto 35px;
  background-repeat: no-repeat;
  background-position: 27% 48%;
}

#submit-area a:hover {
  opacity: 0.6;
}

/* 検索結果を表示ボタン */
span.disabled-btn {
  display: none;
}

/* ローディングアイコン*/
div#loading-img, #bottomImg {
  display: none;
  margin: auto;
  text-align: center;
  z-index: 9999;
  position: fixed;
  top: 40%;
  width: 100%;
  height: 100%;
  border: none;
}

#loading-overlay {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background: rgba(0, 0, 0, 0.3);
}

/* サーバーラック製品一覧 */
#list-head h2 {
  display: none;
}

/* 対象商品件数 */
#results-area h3 {
  margin: 0 0 7px 5px;
  text-align: left;
  font-size: 1.3em;
  letter-spacing: 2px;
  color: #333;
  font-weight: bold;
  position: relative;
}

#results-area h3 span.cnt {
  color: #EB6100;
}

#results-area .restrict {
  width: 745px;
  margin: 10px 0 10px 5px;
  display: inline-block;
  text-align: left;
}

#results-area .restrict span.fst {
  display: inline-block;
  padding: 3px 5px;
  margin: 0 8px 0 0;
  border: 1px solid #EB6100;
  background-color: #FFF;
  color: #EB6100;
}

#results-area .order {
  width: 223px;
  margin: 10px 0;
  display: inline-block;
  text-align: right;
  position: relative;
}

#results-area .order select {
  padding: 2% 2% 2.1%;
  border-radius: 0.3em;
  border: 1px solid #969495;
}

/* 絞り込み */
/* 並び替え */
div#list-area h3.catettl {
  position: relative;
  border-bottom: 2px solid #184EB0;
  color: #184EB0;
  font-size: 1.8em;
  padding: 0 0 2px;
  margin: 84px 0 20px;
  font-weight: normal;
}

div#list-area h3:nth-child(1) {
  margin-top: 0;
}

h3.catettl span.sort-select {
  display: block;
  position: absolute;
  top: -2px;
  right: 0;
  width: 270px;
  text-align: right;
}

span.sort-select.sub {
  display: block;
  text-align: right;
  margin: 0 0 15px;
}

h3.catettl span.sort-select select {
  vertical-align: middle;
  border-radius: 0.4em;
  border: 1px solid #949597;
  height: 22px;
  width: 105px;
}

span.sort-select.sub select {
  vertical-align: middle;
  border-radius: 0.4em;
  border: 1px solid #949597;
  height: 24px;
}

h3.catettl span.sort-select span.select-note {
  display: inline-block;
  font-size: 0.55em;
  color: #333333;
  vertical-align: middle;
}

span.sort-select.sub span.select-note {
  display: inline-block;
  font-size: 1em;
  color: #333333;
}

div#list-area a.list-link {
  color: #333333;
  text-decoration: none;
  display: block;
  width: 239px;
  margin: 0 8px 15px 0;
}

div#list-area a.list-link:hover {
  opacity: 0.6;
}

div#list-area a.list-link:hover img {
  opacity: 1 !important;
}

div#list-area div.item {
  position: relative;
  background-color: #FFFFFF;
  border: 1px solid #DCDDDF;
  padding: 15px 15px 3px;
}

div#list-area div.item img.uniticon {
  position: absolute;
  top: 15px;
  left: 15px;
}

div#list-area div.item div.item-image img {
  width: 100%;
}

div.size-area, div.price-area {
  font-size: 0.8em;
  letter-spacing: -0.05em;
}

div.size-area {
  margin: 0 0 3%;
}

div.price-area {
  margin: 0 0 8%;
}

/* サイズ */
.table {
  width: 101%;
  height: 100%;
  table-layout: fixed;
}

.td {
  float: left;
  width: 239px;
  height: 488px;
  padding: 8px 4px;
}

body.mac .td {
  float: left;
  width: 239px;
  height: auto;
  padding: 5px 4px;
  margin: 0;
}

.td a {
  text-decoration: none;
  display: inline-block;
  letter-spacing: -0.02em;
  font-size: 0.97em;
}

.td a:hover img {
  opacity: 1 !important;
}

.td:nth-child(4n) {
  padding: 8px 0 8px 4px;
}

#results-outer {
  width: 100%;
  background-color: #FCF9D0;
  text-align: center;
}

#results-area {
  width: 980px;
  margin: 0 auto;
  padding: 55px 0;
  position: relative;
}

#results-area div.item {
  border: 1px solid #CCC !important;
  width: 236px !important;
  height: calc(100% - 16px);
  height: -webkit-calc(100% - 16px);
  margin: 0 !important;
  padding: 5px 0;
  background-color: #FFFFFF;
  position: relative;
}

#results-area .td a:hover div.item {
  border: 1px solid #FF0000 !important;
  background-color: #F5F5F5;
}

#results-area div.left1st {
  margin-left: 0 !important;
}

#results-area div.image img {
  width: 210px;
  height: 210px;
  margin: 5px auto;
}

/* ユニット数 */
#results-area div.item-detail {
  width: 210px !important;
  margin: 10px auto 7px auto;
  text-align: left;
}

#results-area div.item-detail img.lim {
  vertical-align: 0;
}

#results-area div.item-detail div.sku {
  margin: 5px 0;
}

#results-area div.item-detail div.sku img {
  vertical-align: middle;
  margin-right: 5px;
}

#results-area div.item-detail div.sku span {
  vertical-align: middle;
}

#results-area div.item-detail div.model-area {
  margin: 5px 0 0 !important;
  width: 212px !important;
}

#results-area div.item-detail div.model-area span.anchor-type {
  display: inline-block;
  vertical-align: middle;
}

#results-area div.item-detail div.spec-area {
  width: 212px !important;
  margin: 2px 0 15px !important;
  height: 3.5em;
}

#results-area div.item-detail div.spec-area > div {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

#results-area div.item-detail div.option-area {
  margin: 14px 0 0 !important;
}

#results-area div.item-detail div.option-area p {
  background-color: #7C98B0;
  padding: 3%;
  text-align: center;
  color: #FFFFFF;
  font-size: 0.75em;
}

#results-area div.item-detail div.option-area div.option-area-inner {
  background-color: #EAF3FA;
  padding: 3% 0 0;
  height: 4.5em;
}

body #results-area div.item-detail div.option-area span.option-item {
  display: inline-block;
  margin: 0;
  padding: 5px;
  border: none;
  font-size: 0.75em;
  letter-spacing: -0.08em;
  color: #333;
  background-color: inherit;
  width: 44%;
}

#results-area div.item-detail div.size-area {
  margin: 10px 0 7px !important;
  font-size: 0.7em;
  color: #484848;
}

body.mac #results-area div.item-detail div.size-area {
  margin: 5px 0;
  font-size: 0.75em;
  color: #484848;
}

#results-area div.item-detail div.price-area {
  margin: 5px 0;
  font-size: 0.7em;
  color: #484848;
}

body.mac #results-area div.item-detail div.price-area {
  margin: 5px 0;
  font-size: 0.75em;
  color: #484848;
}

/* プレースホルダー */
input:focus::-webkit-input-placeholder, input:focus:-moz-placeholder, input:focus::-moz-placeholder {
  color: transparent;
}

/* 共通メニュー */
div.common-menu {
  width: 980px;
  margin: 4% auto 0 !important;
}

div.search-link-bottom {
  display: none;
}

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