@charset "UTF-8";
/*-----------------------------------
*
* USBハブ 共通CSS
*
*----------------------------------*/
.ichiran a:hover {
  text-decoration: none;
  color: #FFFFFF;
}

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

/* メイン枠
---------------------------*/
#main-contents {
  float: right;
  width: 814px;
}

/* サイドメニュー
---------------------------*/
#sidemenu {
  float: left;
  width: 147px;
}

.side-type {
  margin: 0 0 8px 0;
  border: 1px solid #CCCCCC;
}

.side-type h5 {
  margin: 0 0 -5px 0;
  position: relative;
  z-index: 2;
}

.side-type h6 {
  margin: 0 0 0 4px;
  padding: 12px 0 0 0;
  background: url(/static/images/product/acc/protectfilm/dot_line_h.gif) left top repeat-x;
  position: relative;
  z-index: 1;
}

.side-type ul {
  margin: 2px 0 0 0;
  width: 145px;
  list-style-type: none;
  overflow: hidden;
}

.side-type ul li {
  list-style-type: none;
  margin: -1px 0px 0px 0px;
  padding: 8px 0 8px 23px;
  font-size: 0.8em;
  line-height: 1.2;
  text-indent: -19px;
  background: url(/static/images/product/acc/protectfilm/dot_line_h.gif) left top repeat-x;
}

.side-type ul li img {
  margin: 0 6px 0 0;
  vertical-align: middle;
}

.side-type ul.kanren li, .side-type ul.picup li {
  zoom: 100%;
}

.side-type ul.kanren li:after, .side-type ul.picup li:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

div.leftArea {
  float: left;
  width: 200px;
}

div.firstArea {
  float: left;
  padding-left: 25px;
}

div.firstArea {
  zoom: 100%;
}

div.firstArea:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.side-type ul.picup li {
  text-indent: 0;
  padding: 5px 0 5px 5px;
}

.side-type ul.picup li img {
  display: block;
  float: left;
  margin: 5px 6px 0 2px;
}

.side-type ul.picup li a {
  display: block;
  margin: 2px 6px 0 0;
  line-height: 1.3em;
  letter-spacing: 0.2px;
  float: left;
}

/*--------------------------------------
　関連製品一覧
---------------------------------------*/
h5.round {
  padding: 7px;
  font-size: 0.84em;
  color: #5E5E5E;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
  background: #f5f5f5;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  /* IE以外なら丸角も！ */
  border-radius: 3px 3px 0px 0px;
  -webkit-border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f5f5f5', endColorstr = '#dedede');
  /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
  /*Element must have a height (not auto)*/
  /*All filters must be placed together*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f5f5f5', endColorstr = '#dedede')";
  /*Element must have a height (not auto)*/
  /*All filters must be placed together*/
  background-image: -moz-linear-gradient(top, #f5f5f5, #dedede);
  background-image: -ms-linear-gradient(top, #f5f5f5, #dedede);
  background-image: -o-linear-gradient(top, #f5f5f5, #dedede);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#f5f5f5), to(#dedede));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #dedede);
  background-image: linear-gradient(top, #f5f5f5, #dedede);
  /*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}

a.hinban {
  background: url(/static/images/product/acc/protectfilm/linkarrow.gif) no-repeat 0 2px;
  padding-left: 16px;
}
