@charset "UTF-8";
/* ///////////////////////////////////////////////////////////////////

webカメラ 共通CSS

/////////////////////////////////////////////////////////////////// */
/**
* ヘッダ・フッタ リニューアル 2022
*/
#wrap-container {
  width: 1200px;
  margin: 10px auto 0;
  padding: 0 10px;
}

body #container {
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

/* コンテナ枠
------------------------------------------------------*/
#container {
  position: relative;
  width: 980px;
}

#container .sp {
  display: none;
}

/* メイン枠
------------------------------------------------------*/
#main-contents {
  float: right;
  width: 980px;
  min-height: 850px;
  height: auto !important;
  height: 850px;
}

/* タイトル
------------------------------------------------------*/
h1 {
  padding-bottom: 3px;
  border-bottom: 1px solid #CCCCCC;
  font-size: 1.8em;
}

/* サイドメニュー
------------------------------------------------------*/
#main {
  display: flex;
}

#main-outer {
  width: 814px;
}

#sidemenu {
  float: left;
  width: 147px;
}

/*--------------------------------
	サイドメニュー
--------------------------------*/
div#side-menu {
  text-align: center;
  width: 185px;
  margin: 0 0 0 25px;
}

/*--------------------------------
	ヘッダー
--------------------------------*/
#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);
}

#cate-banner-area ul li.online-banner a img {
  margin: 0 0 5%;
}

/*--------------------------------
	関連ページ
--------------------------------*/
#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: 10px 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: 90px;
}

.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;
}

/* 関連商品
--------------------------------------------*/
#recommend h5 {
  margin: 0;
  position: relative;
}

#recommend h6 {
  margin: 10px 0 0 4px;
}

#recommend dl {
  width: 145px;
  margin: -1px 0 0 0;
  padding: 6px 0 5px;
  background: url(/static/images/product/common/dot_line.gif) left top repeat-x;
}

#recommend dt img {
  float: left;
  margin: 0 3px;
  font-size: 0.7em;
  line-height: 1.3em;
}

#recommend dd {
  float: right;
  width: 92px;
  font-size: 0.7em;
  line-height: 1.3em;
  vertical-align: middle;
  padding: 4px 0 0;
}

body .detail .colorlist {
  float: left;
  margin: 0 0 10px;
  width: 230px;
}

#sidemenu h5.blue.kanren {
  padding: 9px 3px 5px 8px;
  font-size: 0.83em;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  background: #004fb8;
  color: #fff;
  text-align: left;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
}

#sidemenu h5.blue.kanren {
  background: #E5E5E5;
  color: #333333;
  margin-top: 8px;
}

ul.naviR {
  zoom: 100%;
  padding: 0 4px;
  border: 1px solid #999999;
  margin-bottom: 10px;
}

ul.arrow-w li {
  margin: 0;
  text-indent: 0;
  padding: 10px 0 10px 15px;
  font-size: 0.8em;
  line-height: 1.4;
  background: url(/static/images/common/menu_triangle.gif) 3px 12px no-repeat;
}
