@charset "UTF-8";
/* リセットCSS
----------------------------------------*/
h1, h2, h3, h4, h5, h6, div, p, ul, li, dl, dt, dd, table, tr, td, img {
  margin: 0;
  border: 0;
  padding: 0;
}

.sp, .sp-v {
  display: none !important;
}

h2.rack-title {
  border-bottom: 1px solid #333333;
  font-size: 1.7em;
  font-weight: normal;
  margin: 0 0 25px;
  line-height: 1.2;
  padding-bottom: 0px;
}

div#mediarack h2.rack-title {
  margin: 0 0 25px;
}

/* コンテナ
----------------------------------------*/
div#container {
  width: 980px;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

/* タイトル
----------------------------------------*/
.title-banner {
  margin: 0 0 5px;
  position: relative;
}

.orange {
  position: absolute;
  background-color: #F47F30;
  top: 0;
  left: 0;
  height: 195px;
  width: 450px;
  box-sizing: border-box;
  padding: 27px 0 0;
}

.orange p {
  color: #fff;
  width: 88%;
  margin: 0 auto 0 8%;
}

.orange p.small {
  font-size: 1.1em;
  letter-spacing: 2.1px;
  line-height: 1.6;
}

.orange p.big {
  margin: 3% 0 0 8%;
  font-size: 2.1em;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.3;
}

.orange p.big span {
  letter-spacing: 3.3px;
}

/* 機能紹介 */
div#title-note {
  padding: 90px 45px 13px;
  margin: 0 0 97px;
}

div#title-note li {
  display: block;
  width: 100%;
}

div#title-note li .left {
  float: left;
  width: 49%;
  margin: 36px 50px 0 0;
}

div#title-note li img {
  display: inline-block;
}

div#title-note li.tow-row {
  float: left;
  width: 49%;
  margin: 85px 0 0;
}

div#title-note li.tow-row h2 {
  font-size: 1.3em;
  border-left: 4px solid #a0a0a0;
  padding: 8px 0 5px 8px;
  letter-spacing: 2.5px;
}

div#title-note li.tow-row img {
  width: 93%;
  margin: 0 0 10px;
}

div#smartrack {
  margin: 150px 0 0px;
}

div#title-note li:nth-of-type(4) {
  margin-left: 46px;
  width: 45.8%;
}

div#title-note li:nth-of-type(4) img {
  width: 100%;
}

div#title-note li:nth-of-type(1) {
  border-bottom: 2px dotted #A0A0A0;
  padding: 0 0 40px;
  margin: 0 40px 30px 0;
}

div#title-note li:nth-of-type(2) img {
  margin: 10px 0 0;
}

div#title-note li h2 {
  text-align: left;
  color: #D85600;
  font-size: 1.95em;
  font-weight: bold;
  margin: 0 0 14px;
  letter-spacing: 0.6px;
  padding: 8px 0 7px 13px;
  border-left: 8px solid #A0A0A0;
}

div#title-note li img {
  width: 45%;
}

div#title-note li p {
  display: block;
  text-align: left;
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0 0 0;
}

/* 製品リスト */
div.racklist-inner {
  margin: 0 0 10%;
}

div.racklist p.takasa {
  background-color: #F47F30;
  color: #FFFFFF;
  padding: 16px 16px 11px;
  margin: 0 0 25px;
  font-size: 1.3em;
  font-weight: bold;
}

div.rack-detail {
  width: 850px;
  margin: 0 auto;
}

div.rack-detail h3 {
  border-left: 10px solid #00A0EA;
  padding: 10px;
  margin: 0 0 1.5%;
  font-size: 1.1em;
  font-weight: bold;
}

div.detail-l {
  float: left;
}

div.detail-l img {
  border: 1px solid #CECECE;
  width: 270px;
}

div.detail-r {
  float: right;
  width: 560px;
}

div.detail-r dl {
  background-color: #EEEEEE;
  padding: 10px 10px 10px 20px;
  margin: 0 0 2%;
}

div.detail-r dt {
  display: inline-block;
  vertical-align: middle;
}

div.detail-r dt ul {
  width: 394px;
}

div.detail-r dt ul li {
  margin-bottom: 10px;
  font-size: 0.9em;
}

div.detail-r dt ul li:nth-last-child(1) {
  margin-bottom: 0;
}

div.detail-r dd {
  display: inline-block;
  vertical-align: middle;
}

div.detail-r dd img {
  width: 130px;
}

div.detail-r table {
  border-collapse: collapse;
  border-top: 1px solid #333333;
  border-left: 1px solid #333333;
  width: 100%;
  font-size: 1em;
}

div.detail-r table th {
  background-color: #EEEEEE;
  padding: 1.3% 1% 0.9%;
}

div.detail-r table td {
  padding: 2% 1.5%;
  white-space: nowrap;
}

div.detail-r table tr th:nth-of-type(1), div.detail-r table tr th:nth-of-type(2) {
  width: 27%;
}

div.detail-r table tr th:nth-of-type(3) {
  width: 46%;
}

div.detail-r table tr td:nth-of-type(1), div.detail-r table tr td:nth-of-type(3) {
  text-align: center;
}

div.detail-r table tr td:nth-of-type(2) {
  text-align: left;
}

div.detail-r table th, div.detail-r table td {
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
}

div.detail-r table tr td a {
  display: inline-block;
  background: url(/static/images/common/yaji_maru_bl_12.png) no-repeat 0 0;
  padding: 0 0 0 17px;
  font-weight: bold;
}

span.att {
  font-size: 0.85em;
  color: #0099FF;
  display: block;
  margin: 1.5% 0 0;
}

div.detail-r dt ul li.att {
  font-size: 0.85em;
  color: #0099FF;
  display: block;
  margin: 2.5% 0 0;
}

/* 共通オプション */
div.racklist-inner.option {
  margin: 0 30px 10%;
}

div.racklist p.takasa.option {
  background-color: #F47F30;
  color: #FFFFFF;
  padding: 19px 16px 14px;
  margin: 0;
  font-size: 1.85em;
  font-weight: bold;
  text-align: center;
}

div.detail-outer.option {
  margin: 1% 10px 50px;
}

div.rack-detail.option {
  width: 870px;
  margin: 0 auto;
  padding: 60px 25px 35px;
  background-color: #FEFAEE;
}

div.rack-detail.option h3 {
  border-left: none;
  padding: 0;
  margin: 0;
  font-size: 1.45em;
  font-weight: bold;
}

div.detail-l.option {
  float: left;
  padding: 27px 0 0;
}

div.detail-l.option img {
  border: none;
  width: 270px;
}

div.detail-r.option {
  float: right;
  width: 565px;
}

div.detail-r.option table {
  border-collapse: collapse;
  border-top: 1px solid #333333;
  border-left: 1px solid #333333;
  width: 100%;
  font-size: 1em;
}

div.detail-r.option table th {
  background-color: #EEEEEE;
  padding: 1.3% 1% 0.9%;
}

div.detail-r.option table td {
  background-color: #FFFFFF;
  padding: 1.5%;
}

div.detail-r.option table tr th:nth-of-type(1) {
  width: 13%;
}

div.detail-r.option table tr th:nth-of-type(2) {
  width: 20%;
}

div.detail-r.option table tr th:nth-of-type(3) {
  width: 25%;
}

div.detail-r.option table tr th:nth-of-type(4) {
  width: 42%;
}

div.detail-r.option table tr td:nth-of-type(1), div.detail-r.option table tr td:nth-of-type(3), div.detail-r.option table tr td:nth-of-type(4) {
  text-align: center;
}

div.detail-r.option table tr td:nth-of-type(2) {
  text-align: left;
  padding: 1.5% 2.5%;
  line-height: 1.4;
}

div.detail-r.option table th, div.detail-r.option table td {
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
}

div.detail-r.option table tr td a {
  display: inline-block;
  background: url(/static/images/common/yaji_maru_bl_12.png) no-repeat 0 0;
  padding: 0 0 0 17px;
  font-weight: bold;
}

div.racklist-inner.option span.att {
  font-size: 0.85em;
  color: #0099FF;
  display: block;
  margin: 0.5% 0 0;
}

div.option td span.att {
  text-align: center;
  font-size: 0.85em;
  color: #0099FF;
  display: block;
  margin: 0.5% 0 0;
}

/* その他オプション */
div.other-option-detail {
  width: 410px;
  float: left;
  background-color: #FFF;
  padding: 10px;
  margin: 0 0 10px;
}

div.other-option-detail:nth-of-type(2), div.other-option-detail:nth-of-type(4) {
  float: right;
}

div.other-option-detail div.o-detail-l {
  width: 170px;
  float: left;
  background-color: #FFF;
}

div.other-option-detail div.o-detail-l img {
  width: 100%;
}

div.other-option-detail div.o-detail-r {
  width: 230px;
  float: right;
  background-color: #FFF;
  line-height: 1.4;
  padding: 1% 0 0;
}

div.other-option-detail div.o-detail-r img {
  margin: 0 0 5px;
}

div.other-option-detail div.o-detail-r p {
  font-size: 1.15em;
  font-weight: bold;
  margin: 0 0 3px;
}

div.other-option-detail div.o-detail-r dl dt:nth-of-type(2) {
  margin: 3% 0 0;
}

div.other-option-detail div.o-detail-r dl dt a {
  display: inline-block;
  background: url(/static/images/common/yaji_maru_bl_12.png) no-repeat 0 40%;
  padding: 0 0 0 17px;
}

div.other-option-detail div.o-detail-r dl dd {
  font-size: 0.9em;
}

div.other-option-detail div.o-detail-r span.o-detail-note {
  font-size: 0.85em;
  display: block;
  margin: 4% 0 0;
}

div.other-option-detail div.o-detail-r ul {
  margin: 4% 0 0;
}

div.other-option-detail div.o-detail-r ul li {
  font-size: 0.85em;
  margin: 0 0 0 1em;
  text-indent: -1em;
  letter-spacing: -0.03em;
}

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