@charset "UTF-8";
/*---------------------------
デフォルトスタイル
---------------------------*/
p, h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, table, tr, th, td {
  margin: 0;
  padding: 0;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
}

#container img {
  vertical-align: bottom;
}

ul {
  list-style-type: none;
}

/*---------------------------
タイトル・メニュー
---------------------------*/
#container {
  position: relative;
}

div#container h1 {
  margin: 0 0 6px 0;
}

div#main-title {
  position: relative;
  width: 736px;
  height: 300px;
  background: url("/static/images/seihin_joho/usbhub_tv/main_banner.jpg") left top no-repeat;
}

div#main-title p {
  position: absolute;
  top: 242px;
  left: 492px;
}

/*---------------------------
利点
---------------------------*/
div#benri01 {
  position: relative;
  width: 736px;
  height: 436px;
  background: url("/static/images/seihin_joho/usbhub_tv/usbhub_tv_04.jpg") left top no-repeat;
}

div#benri01 p#benri01-comment {
  position: absolute;
  top: 172px;
  left: 52px;
  line-height: 20px;
  font-weight: bold;
  font-size: 0.9em;
}

div#benri02 {
  position: relative;
  width: 736px;
  height: 364px;
  background: url("/static/images/seihin_joho/usbhub_tv/usbhub_tv_06.jpg") left top no-repeat;
}

div#benri02 p#benri02-comment {
  position: absolute;
  top: 104px;
  left: 52px;
  font-size: 0.9em;
  line-height: 20px;
  font-weight: bold;
}

/*---------------------------
製品紹介
---------------------------*/
.cate {
  margin: 0 0 20px 0;
}

div#osusume {
  position: relative;
  width: 736px;
  background: url("/static/images/seihin_joho/usbhub_tv/usbhub_tv_08.png") left top no-repeat;
  margin: 32px 0 20px 0;
}

div#osusume h2 {
  width: 736px;
  height: 87px;
}

div#osusume span.taiou {
  position: absolute;
  top: 20px;
  left: 480px;
}

.block-row {
  margin: 0 0 0px 0;
  background-color: #CCE9CB;
}

.block-end {
  margin: 0 0 0 0;
}

/*-------- 左 --------*/
.block-l {
  display: inline;
  float: left;
  width: 338px;
  background: url("/static/images/seihin_joho/usbhub_tv/usbhub_midashi.gif") left top no-repeat;
  margin: 16px 0 20px 16px;
  background-color: #FFFFFF;
}

/*-------- 右 --------*/
.block-r {
  display: inline;
  float: right;
  width: 338px;
  background: url("/static/images/seihin_joho/usbhub_tv/usbhub_midashi.gif") left top no-repeat;
  margin: 16px 16px 20px 0;
  background-color: #FFFFFF;
}

.cate h3 {
  margin: 0 0 2px 0;
  padding: 6px 0 0 16px;
  font-size: 1em;
  line-height: 1.3;
  color: #FFFFFF;
}

.itme-box {
  position: relative;
  /*	border-top: 1px solid #CCCCCC;*/
  padding: 7px 0 0 0;
  margin: 0 0 0px 0;
}

/*
各ハブの位置
----------------------------*/
div#USB-HUB225G {
  display: inline;
  float: left;
  height: 300px;
  margin: 8px 0 0 12px;
  /*
	position: absolute;
	top:32px; 
	left:8px;
*/
}

div#USB-HUB225G p {
  margin: 12px 0 12px 0;
}

div#USB-HTV410 {
  display: inline;
  float: left;
  height: 300px;
  margin: 8px 0 0 12px;
}

div#USB-HTV410 p {
  margin: 12px 0 12px 0;
}

div#USB-HSM410 {
  display: inline;
  float: left;
  height: 330px;
  margin: 0px 0 0 12px;
}

div#USB-HSM410 p {
  margin: 12px 0 12px 0;
}

div#USB-HUB222 {
  display: inline;
  float: left;
  margin: 10px 0 0 12px;
}

div#USB-HUB222 p {
  margin: 12px 0 12px 0;
}

.detail {
  float: right;
  width: 132px;
}

.detail h4 {
  font-size: 1.2em;
}

.detail ul.color-list li {
  padding: 0 0 12px 0;
  font-weight: bold;
  font-size: 0.8em;
  line-height: 1;
}

.detail ul.color-list span.port {
  font-weight: normal;
  line-height: 1.4em;
}

#contents .detail ul.color-list li img {
  margin: 0 3px 4px 0;
  vertical-align: -3px;
}

.detail p.price {
  margin: 0 0 14px 0;
  font-size: 0.8em;
}

/*---------------------------
ご注意
---------------------------*/
div#taiou-list {
  position: relative;
  font-size: 80%;
  border: 1px solid #CCCCCC;
  background-color: #E7ECF0;
  padding: 12px;
  margin: 0 0 8px 0;
}

div#taiou-list p.taiou-btn {
  position: absolute;
  top: 12px;
  right: 16px;
}

p.ao {
  font-size: 70%;
  color: #0099FF;
  line-height: 1.2em;
}

/*---------------------------
戻るボタン
---------------------------*/
.return {
  margin: 5px 0 5px 0;
  text-align: right;
  font-size: 0.8em;
  line-height: 1.3;
}

/*---------------------------
フロート解除
---------------------------*/
/* for modern brouser */
.clfx:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  max-height: 0;
  visibility: hidden;
}

/* ie7,macIE5 */
.clfx {
  display: inline-block;
}

/* winIE6 below, exclude macIE5 \*/
* html .clfx {
  height: 1%;
}

.clfx {
  display: block;
}

/**/
