@charset "UTF-8";
/* デフォルトスタイル
-------------------------------------*/
h1, h2, h3, h4, h5, h6, div, p, ul, li, img {
  margin: 0;
  border: 0;
  padding: 0;
}

h1#ttl {
  border-bottom: 1px solid #CCCCCC;
  font-size: 1.7em;
  line-height: 1.2;
  margin: 0 0 12px;
  padding-bottom: 0;
}

ul {
  list-style-type: none;
}

#container img {
  vertical-align: bottom;
}

/*-------------------------
メインタイトル
--------------------------*/
h1 {
  margin: 0px 0px 12px 0px;
  border-bottom: 1px solid #CCCCCC;
}

#container {
  width: 980px;
}

#menuArea {
  margin-top: 7px;
}

#menuArea ul {
  zoom: 100%;
  background-color: #EEEEEE;
  padding: 7px 0px 7px 7px;
}

#menuArea ul:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

#menuArea ul li {
  float: left;
  padding-right: 5px;
}

#bannerArea {
  text-align: right;
  margin: 10px 0 30px;
}

.titleArea_a {
  background: url(/static/images/product/cable/telacc/telacc_title01.png) no-repeat 0 0;
  width: 984px;
  height: 40px;
}

.titleArea_b {
  background: url(/static/images/product/cable/telacc/telacc_title02.png) no-repeat 0 0;
  width: 984px;
  height: 40px;
}

.titleArea_c {
  background: url(/static/images/product/cable/telacc/telacc_title03.png) no-repeat 0 0;
  width: 984px;
  height: 40px;
}

.titleArea_d {
  background: url(/static/images/product/cable/telacc/telacc_title04.png) no-repeat 0 0;
  width: 984px;
  height: 40px;
}

.titleArea_a p, .titleArea_b p, .titleArea_c p, .titleArea_d p {
  font-size: 1.2em;
  padding-top: 9px;
  padding-left: 36px;
  font-weight: bold;
}

.listTitle {
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 1.05em;
}

.listInner {
  zoom: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #ADADAD;
}

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

.listLeft {
  float: left;
  position: relative;
  margin: 10px 0 0;
}

.listLeft a {
  font-size: 0.9em;
}

.listLeft a img {
  border: 1px solid #CCCCCC;
  width: 162px;
  height: 162px;
}

.main {
  display: block;
  margin-right: 10px;
  float: left;
}

.note {
  float: left;
}

.note img {
  margin-bottom: 4px;
  border: none;
}

.note p {
  padding-top: 10px;
}

.note p a {
  line-height: 1.3;
}

.note span {
  display: block;
  margin-top: 10px;
  font-size: 0.95em;
}

.note span.price {
  display: block;
  margin: 10px 0;
  font-size: 0.95em;
}

.note span.price span {
  display: inline;
}

.listRight {
  float: right;
}

/* another way */
.anotherWay div.listInner {
  width: 460px;
  float: left;
  margin-left: 50px;
}

.anotherWay div.listArea {
  margin-left: -47px;
  zoom: 100%;
}

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

.comment {
  margin-bottom: 10px;
}

.comment span {
  display: block;
  font-size: 0.85em;
  text-indent: -0.5em;
  margin-left: 14px;
  line-height: 1.3;
}

.bk {
  display: block;
}

.no_line {
  border-bottom: none;
  margin-bottom: 40px;
}

#twist p.titleUnder, #moduler p.titleUnder {
  padding: 10px 0 25px;
  font-size: 0.95em;
}

#noise p.titleUnder {
  padding: 10px 0 45px;
  font-size: 0.95em;
}

.listLeft img.mark {
  position: absolute;
  top: 1px;
  left: 1px;
  border: none;
  width: 66px;
  height: 66px;
}

#noise {
  position: relative;
}

.whatNoise {
  position: absolute;
  top: 48px;
  right: -2px;
}

div.note span.sec {
  display: block;
  margin-top: 2px;
}

span.principle {
  color: #000000;
  display: inline;
}

span.principle:hover {
  color: #000000;
  display: inline;
  text-decoration: none;
}

img.icon_s {
  width: 80px;
  height: 24px;
}

img.icon_l {
  width: 155px;
  height: 24px;
}

/* フロート解除処理
-------------------------------------*/
.clfx {
  display: block;
}

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