@charset "UTF-8";
/*--------------------------------------
　ノートパソコンスタンド　CSS
---------------------------------------*/
/**
* ヘッダ・フッタリニューアル 2022
*/
#wrap-container {
  width: 1200px;
  margin: 10px auto 0;
  padding: 0 10px;
}

#side_bar {
  width: 185px;
  margin: 0 0 0 25px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, Meiryo, "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 1.1em;
  font-weight: normal;
  font-weight: 500;
}

/*-------------------------
メインタイトル
--------------------------*/
body {
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',  sans-serif;
}

body.mac #mainContainer {
  font-size: 16px;
}

#container {
  display: flex;
}

#main img.bnr {
  margin-bottom: 25px;
}

#main_contents {
  width: 980px;
  float: left;
}

#mainContainer {
  width: 980px;
  float: left;
  padding-top: 13px;
}

#mainContainer a {
  font-weight: bold;
}

#main {
  width: 980px;
  float: left;
}

#main img {
  height: auto;
}

/*--------------------------------
    ヘッダー
--------------------------------*/
#header-space-block {
  content: "";
  width: 225px;
  height: 42px;
  position: absolute;
  bottom: 0;
  left: 100%;
  display: none;
  background-color: #444;
}

/*--------------------------------
    バナー
--------------------------------*/
#cate-banner-area {
  margin-bottom: 25px;
}

#cate-banner-area ul li a img {
  max-width: 100%;
  filter: drop-shadow(1px 1px 1px #DDD);
}

/*--------------------------------
    関連ページ
--------------------------------*/
#recommend {
  float: none;
  margin: 0;
}

body .recommend-wrapper {
  background-color: #FFF;
  margin: 0 auto 25px;
  overflow: hidden;
  padding: 0;
  width: 100%;
  filter: drop-shadow(1px 1px 1px #C9C9C9);
}

.recommend-wrapper h4 {
  margin: 0;
  padding: 10px 0;
  text-align: center;
  background-color: #9E9E9E;
  color: #FFF;
}

.recommend-wrapper h4 span {
  display: block;
  font-size: 0.8em;
  letter-spacing: 1px;
}

.recommend-items {
  border: 1px solid #9E9E9E;
  border-top: 0;
  margin: 0;
  padding: 0;
}

.recommend-items div.page-unit {
  margin: 0 auto;
}

.recommend-items div.recommend-item {
  width: 183px;
  margin: 0 auto;
  padding: 9% 5px;
  border-top: 1px solid #9E9E9E;
  text-align: center;
  box-sizing: border-box;
}

.recommend-items div.recommend-item.rel {
  padding: 20px 5px;
}

body.ie .recommend-items div.recommend-item {
  border-top: 1px solid #9E9E9E;
}

.recommend-items div.first-item {
  border-top: 0;
}

body.ie .recommend-items div.first-item {
  border-top: 0;
}

.recommend-items div.recommend-item img {
  margin: 2px auto;
  position: relative;
}

.recommend-items div.recommend-item span.item-sku,
.recommend-items div.recommend-item span.item-name {
  font-size: 0.78em;
  line-height: 1.2em;
  position: relative;
}

.recommend-items div.recommend-item img.rel-ico {
  margin: 0 auto;
  max-width: 90%;
}

.recommend-items div.recommend-item img.cate-img {
  margin: 0 auto;
  max-width: 115px;
}

.recommend-items div.recommend-item span.item-name {
  font-weight: bold;
  margin-top: 7px;
  display: block;
  line-height: 1.4;
}

.recommend-items div.recommend-item a {
  display: block;
}

.recommend-items div.recommend-item a:hover {
  text-decoration: none;
  opacity: 0.6;
  color: #1C64B3;
}

.recommend-items div.recommend-item a:hover span {
  opacity: 0.6;
}

.recommend-items div.recommend-item a:hover img {
  opacity: 1 !important;
}

/* 看板バナー */
div#top-banner {
  position: relative;
}

div#top-banner img {
  width: 100%;
  height: auto;
}

div#top-banner p {
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 1.25em;
}

div#top-banner p span {
  display: block;
  font-size: 1.6em;
  font-weight: bold;
  margin-top: 12px;
  color: #3659AA;
}

/*---------------------------
 ノートパソコンスタンドを使うメリット
---------------------------*/
.merit-title {
  font-size: 1.25em;
  line-height: 1.6;
  text-align: center;
  background-color: #4675CB;
  color: #fff;
  width: 100%;
  padding: 1.1% 0 0.8%;
}

.merit-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 1px solid #6B90D5;
  padding: 1.5%;
}

.rakuchin-area {
  width: 296px;
  margin: 0 auto;
}

.rakuchin-area .num {
  font-size: 1.03em;
  font-weight: bold;
}

.rakuchin-area .num img {
  width: 26px;
  height: auto;
  vertical-align: middle;
  margin-right: 7px;
}

.rakuchin-area .rakuchin-img {
  width: 100%;
  height: auto;
  margin: 2% 0 0;
}

.rakuchin-area .rakuchin-text {
  text-align: center;
  font-size: 0.9em;
  margin: 5% 0 0;
}

/*---------------------------
 ボタンエリア
---------------------------*/
.btn-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 88.6%;
  margin: 5.4% auto 0;
}

.btn-area .btn-item {
  display: block;
  width: 430px;
  height: auto;
  margin: 0 0 1.5%;
}

.btn-area .btn-item img {
  width: 100%;
}

/*---------------------------
 ページ内リンク
---------------------------*/
#page-link {
  margin: 0 0 18px 0;
  font-size: 0.8em;
  line-height: 1.3;
  height: 100px;
  background-color: #F1F3F2;
}

#page-link .box-l {
  margin: 15px 0 0 13px;
  float: left;
  width: 259px;
}

#page-link .box-m {
  margin: 15px 8px 0 8px;
  float: left;
  width: 259px;
}

#page-link .box-r {
  margin: 15px 8px 0 0;
  float: right;
  width: 259px;
}

/*---------------------------
コンテンツ
---------------------------*/
h1 {
  font-size: 1.7em;
  padding-bottom: 0;
  border-bottom: 1px solid #CCCCCC;
  margin: 0 0 12px;
  line-height: 1.2;
  width: 100%;
}

.type-title {
  font-size: 1.56em;
  padding: 1.6% 0 1.4% 2%;
  background-color: #0D3F9A;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
}

.block-l {
  float: left;
  width: 405px;
}

.block-r {
  float: right;
  width: 148px;
}

.item-row {
  margin: 15px 0 70px 0;
}

.caption {
  font-weight: bold;
  width: 100%;
  line-height: 1.6;
  margin-left: 0.5%;
}

.product-box {
  width: 98%;
}

.product-block {
  margin: 3.2% 0 0;
  border-bottom: 1px dotted #ccc;
  padding: 0 0 2.6%;
}

.product-title {
  font-size: 1.3em;
  border-left: 6px solid #3358a9;
  padding: 7px 0px 7px 15px;
  font-weight: bold;
  border-bottom: 1px solid #b9b9b9;
}

div#height_angle {
  margin: 4.4% auto 0;
}

.item-detail {
  float: left;
  padding: 0 0 0 15px;
  width: 96%;
}

ul.taiouKisyu li img {
  margin-right: 5px;
}

span.spec {
  font-weight: normal;
  margin-left: 3px;
}

.leftArea {
  display: inline;
  float: left;
  width: 45%;
  padding-top: 11px;
}

.leftArea img {
  float: left;
  margin-right: 15px;
  width: 198px;
}

.leftArea img.sen {
  border: 1px solid #dedede;
}

.rightArea {
  display: inline;
  float: left;
  width: 52%;
  padding-top: 1%;
}

.rightArea p {
  margin-top: 10px;
  font-size: 0.9em;
  line-height: 1.3em;
  padding-left: 0.1em;
  text-indent: -0.1em;
}

.rightArea p span {
  font-weight: bold;
}

ul.item-feature li {
  display: inline-block;
  background: #ccc;
  font-size: 0.93em;
  min-width: 153px;
  padding: 1.6% 2%;
  text-align: center;
  box-sizing: border-box;
  font-weight: bold;
}

ul.item-feature li.blue {
  background: #41A8BA;
  color: #fff;
}

ul.item-feature li.green {
  background: #DCF2DB;
  color: #147C44;
}

ul.item-feature li.light_blue {
  background: #DAE6FA;
  color: #0D3F9A;
}

ul.item-feature li.dark-blue {
  background: #2B497B;
  color: #fff;
}

ul.item-feature li.orange {
  background: #FA8A45;
  color: #fff;
}

ul.item-feature li.dark-green {
  background: #148777;
  color: #fff;
}

ul.item-feature li.yellow {
  background: #FFEF95;
  color: #333;
}

ul.item-feature li.gry {
  background: #9B9DA2;
  color: #fff;
}

.iconArea img {
  margin-right: 5px;
  margin-bottom: 10px;
  vertical-align: middle;
}

.type-btn-area {
  width: 96%;
  border: 1px solid #C7C7C7;
  margin: 4.2% auto 0;
}

.type-btn-item {
  display: inline-block;
  border-right: 1px solid #C7C7C7;
  text-align: left;
  width: 230px;
  padding: 1.8% 0 1.8% 2%;
  box-sizing: border-box;
  color: #333333 !important;
  position: relative;
  opacity: 1;
  transition: 0.2s;
}

.type-btn-item:hover {
  opacity: 0.6;
  transition: 0.2s;
}

.type-btn-item::after {
  content: "";
  position: absolute;
  background: url(/static/images/product/desk_rack/deskrack/yaji.png);
  width: 11px;
  height: 16px;
  background-size: cover;
  right: 4.5%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.type-btn-item:nth-last-child(1) {
  border-right: 0;
}

.last-block {
  border-bottom: none;
}

/*---------------------------
　デスクで使う
---------------------------*/
#desk {
  margin: 3.2% 0 0;
}

/*---------------------------
角度が調整できる
---------------------------*/
div#angle {
  margin: 9% auto 0;
}

/*---------------------------
高さが調整できる
---------------------------*/
div#height {
  margin: 10% auto 0;
}

/*---------------------------
持ち運びしやすい
---------------------------*/
div#carry {
  margin: 13.3% auto 0;
}

/*---------------------------
縦置きする
---------------------------*/
#tateoki {
  margin: 14.3% 0 0;
}

/*---------------------------
車で使う
---------------------------*/
#car {
  margin: 13.3% 0 0;
}

/*---------------------------
その他（多機能型・ひざ上テーブルなど）
---------------------------*/
#other {
  margin: 13.5% 0 0;
}

/*--------------------------------------
　テーブル部分
---------------------------------------*/
.opTbl {
  padding: 12px 0 10px 0;
  clear: both;
  text-align: center;
}

.opTbl table {
  border: 1px solid #aaaca7;
  border-collapse: collapse;
  width: 100%;
  color: #30362a;
}

.opTbl table td {
  border: 1px solid #aaaca7;
  font-size: .93em;
  line-height: 1.3;
  padding: 9px 3px 7px 11px;
  width: 230px;
  text-align: left;
  box-sizing: border-box;
}

.opTbl table td.takasa {
  background: #f5f5f5 !important;
  width: 110px;
}

.opTbl table td.price {
  padding: 0 0 0 13px;
}

.opTbl table td a {
  background: url(/static/images/product/desk_rack/deskrack/ya.gif) no-repeat 0px 50%;
  padding: 1px 0 1px 15px;
  font-weight: bold;
  line-height: 140%;
  margin: 0 0 0;
}

body.mac .opTbl table td a {
  background: url(/static/images/product/desk_rack/deskrack/ya.gif) no-repeat 0px 2px;
  padding: 0px 0 1px 15px;
}
