@charset "UTF-8";
body {
  margin: 0px;
}

#container {
  width: 980px;
}

#main-contents {
  float: right;
  width: 814px;
}

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

p#selectKind {
  border-bottom: 1px solid #CCCCCC;
  font-size: 1.7em;
  margin: 0 0 10px;
  padding-bottom: 5px;
}

#sidemenu {
  float: left;
  height: 100%;
  width: 147px;
}

#title-banner {
  margin: 0 0 10px 0;
}

#cleaner-banner {
  margin: 0 0 15px 496px;
}

/*---------------------------
ページリンク
---------------------------*/
ul.page-link {
  list-style-type: none;
  margin: 0 0 15px 0;
  padding: 0 0 10px 0;
  font-size: 0.8em;
  line-height: 0.8em;
}

ul.page-link li {
  float: left;
  margin: 0 7px 0 0;
  position: relative;
}

ul.page-link li img.num {
  position: absolute;
  top: 21px;
  left: 14px;
}

.taiou {
  margin-bottom: 16px;
  padding-right: 10px;
  text-align: right;
}

/*---------------------------
サイドメニュー
---------------------------*/
#sidemenu {
  float: left;
  width: 147px;
  height: 100%;
  /*この指定がないとMacIEで#sidemenuが表示されない*/
}

.sidemenu-type, .sidemenu-type_cate {
  margin: 0 0 12px 0;
  border-left: 1px solid #C1C1C1;
  border-right: 1px solid #C1C1C1;
  border-bottom: 1px solid #C1C1C1;
}

.sidemenu-type h5, .sidemenu-type_cate h5 {
  margin: 0 0 5px 0;
}

.sidemenu-type h6, .sidemenu-type_cate h6 {
  margin: 0 0 5px 5px;
}

.subtitle {
  padding: 8px 0 8px 7px;
  font-size: 0.8em;
}

.sidemenu-type ul {
  list-style-type: none;
}

.sidemenu-type_cate ul {
  list-style-type: none;
  padding-top: 5px;
}

.sidemenu-type ul li, .sidemenu-type_cate ul li {
  list-style-type: none;
  margin: 0 0 4px 0;
  width: 145px;
  background: url(/static/images/product/common/dot_line.gif) left bottom repeat-x;
}

.sidemenu-type ul li#m-alumi-funless, .sidemenu-type_cate ul li#m-alumi-funless {
  margin: 0 0 10px 0;
}

.sidemenu-type ul li.menu-end, .sidemenu-type_cate ul li.menu-end {
  margin: 0 0 0 0;
  background: none;
}

.sidemenu-type ul li span, .sidemenu-type_cate ul li span {
  display: block;
  float: left;
  height: 1%;
  padding: 0 0 4px 7px;
  font-size: 0.8em;
  line-height: 1.3;
}

.sidemenu-type ul li span a, .sidemenu-type_cate ul li span a {
  display: block;
  float: left;
}

.sidemenu-type ul li img {
  margin: 1px 5px 0 0;
  vertical-align: -2px;
  float: left;
}

.sidemenu-type_cate ul li img {
  margin: 3px 5px 0 0;
  vertical-align: -2px;
  float: left;
}

h5.round {
  padding: 7px 7px 5px 8px;
  font-size: 0.75em;
  font-weight: bold;
  text-align: left;
  letter-spacing: -0.5px;
  line-height: 1.3;
  background: #f5f5f5;
  border-top: 1px solid #ADADAD;
  border-left: 1px solid #ADADAD;
  border-right: 1px solid #ADADAD;
  /* 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--*/
}

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

ul.naviR li {
  margin: 0px 3px 0px 3px;
  text-indent: 0;
  zoom: 100%;
  padding: 5px 0 5px 3px;
  font-size: 0.75em;
}

ul.naviR li + li {
  border-top: 1px dotted #ADADAD;
}

ul.naviR li img {
  padding: 0px 0 0 0px;
  margin: 6px 0px 0 0;
  float: left;
}

ul.naviR li a {
  display: block;
  margin: 2px 0 0 11px;
  line-height: 1.3em;
  letter-spacing: 0.2px;
}

ul.naviR.pick li.picklisttwo img {
  padding: 0px 0 0 0px;
  margin: 2px 0px 0 -2px;
  float: left;
}

ul.naviR.pick li.picklist img {
  padding: 0px 0 0 0px;
  margin: 4px 0px 0 -2px;
  float: left;
}

ul.naviR.pick li {
  margin: 0px 0 0px 0;
  text-indent: 0;
  zoom: 100%;
  padding: 2px 0 5px 3px;
  height: 36px;
}

ul.naviR.pick li a {
  margin-left: 30px;
}

ul.naviR.pick li.picklisttwo a {
  padding-top: 2px;
}

ul.naviR.pick li.picklist a {
  padding-top: 12px;
}

/*---------------------------
コンテンツ
---------------------------*/
h2 {
  margin: 0 0 15px 0;
  zoom: 100%;
}

p.cateTitle {
  border-bottom: 1px solid #083FB8;
  margin-bottom: 21px;
  font-size: 1.8em;
  padding-bottom: 3px;
}

.coolerOuter {
  float: left;
  margin: 1px 30px 20px 0;
  width: 377px;
  padding-bottom: 12px;
  /*border-bottom: 1px dotted #ABABAB;*/
}

.mouseListArea {
  zoom: 100%;
}

.coolerListArea {
  zoom: 100%;
}

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

.coolerListAreaInner {
  width: 377px;
  clear: both;
}

.coolerOuter2 {
  float: left;
  margin: 1px 30px 20px 0;
  width: 810px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ABABAB;
}

.coolerListAreaInner2 {
  width: 800px;
  clear: both;
}

.summary {
  border-left: 6px solid #CCCCCC;
  font-weight: bold;
  font-size: 0.95em;
  line-height: 1.1;
  margin-bottom: 15px;
  height: 37px;
  padding: 1px 0 0 8px;
}

.summary2 {
  border-left: 6px solid #CCCCCC;
  font-weight: bold;
  font-size: 0.95em;
  line-height: 1.1;
  margin-bottom: 15px;
  height: 28px;
  padding: 10px 0 0 8px;
}

.summary3 {
  font-weight: bold;
  font-size: 0.95em;
  line-height: 1.1;
  margin-bottom: 10px;
  margin-left: 10px;
  height: 22px;
  padding: 10px 0 0 0;
  border-bottom: 1px solid #CCCCCC;
}

.stockNumber {
  font-size: 0.95em;
  font-weight: bold;
  margin-bottom: 3px;
  line-height: 1.2;
}

.kankyo_icon img {
  margin-top: 5px;
  display: block;
}

.set_icon {
  margin: 8px 0 0;
}

span.color {
  display: block;
  font-size: 0.7em;
  padding: 2px 0 0 16px;
}

.coolerListAreaInner .left {
  float: left;
  padding: 0 20px 10px 0px;
}

.coolerListAreaInner .left img {
  border: 1px solid #CCCCCC;
}

.coolerListAreaInner .right {
  float: left;
  width: 150px;
}

.coolerListAreaInner .right .hinbanArea {
  height: 80px;
}

.coolerListAreaInner .right img.imgFt {
  border: 1px solid #CCCCCC;
}

.coolerListAreaInner2 .left {
  float: left;
  padding: 0 20px 10px 0px;
}

.coolerListAreaInner2 .left img {
  border: 1px solid #CCCCCC;
}

.coolerListAreaInner2 .right {
  float: left;
  width: 400px;
}

.coolerListAreaInner2 .right .hinbanArea {
  height: 60px;
}

.coolerListAreaInner2 .right img.imgFt {
  border: 1px solid #CCCCCC;
}

.iconArea {
  clear: both;
  width: 377px;
}

.compatible {
  margin-bottom: 5px;
}

.icon {
  margin-bottom: 30px;
}

.compatible img, .icon img {
  margin-right: 1px;
}

.coolerListAreaInner .right ul {
  margin-bottom: 5px;
}

.coolerListAreaInner .right ul.brank {
  margin-bottom: 5px;
}

.coolerListAreaInner .right ul li {
  margin-bottom: 3px;
}

.coolerListAreaInner .right ul li img {
  vertical-align: -1px;
  margin-right: 6px;
}

.coolerListAreaInner .right ul li a {
  font-weight: bold;
  font-size: 0.95em;
}

.coolerListAreaInner2 .right ul {
  margin-bottom: 5px;
}

.coolerListAreaInner2 .right ul.brank {
  margin-bottom: 5px;
}

.coolerListAreaInner2 .right ul li {
  margin-bottom: 3px;
}

.coolerListAreaInner2 .right ul li img {
  vertical-align: -1px;
  margin-right: 6px;
}

.coolerListAreaInner2 .right ul li a {
  font-weight: bold;
  font-size: 0.95em;
  margin-right: 10px;
}

.coolerOuter3 {
  float: left;
  margin: 1px 30px 20px 0;
  width: 590px;
  padding-bottom: 5px;
  background-color: #EEEEEE;
}

.coolerListArea3 {
  zoom: 100%;
}

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

.coolerListAreaInner3 {
  width: 583px;
  clear: both;
}

.coolerListAreaInner3 .left {
  float: left;
  padding: 0 10px 10px 12px;
}

.coolerListAreaInner3 .left img {
  border: 1px solid #CCCCCC;
}

.coolerListAreaInner3 .right {
  float: left;
  width: 187px;
}

.coolerListAreaInner3 .right .hinbanArea {
  height: 80px;
}

.coolerListAreaInner3 .right img.imgFt {
  border: 1px solid #CCCCCC;
}

.coolerListAreaInner3 .right ul {
  margin-bottom: 5px;
}

.coolerListAreaInner3 .right ul.brank {
  margin-bottom: 5px;
}

.coolerListAreaInner3 .right ul li {
  margin-bottom: 3px;
}

.coolerListAreaInner3 .right ul li img {
  vertical-align: -1px;
  margin-right: 6px;
}

.coolerListAreaInner3 .right ul li a {
  font-weight: bold;
  font-size: 0.95em;
}

.price {
  font-size: 0.8em;
  margin-bottom: 8px;
}

.capacity {
  font-size: 0.8em;
  margin: 5px 0 6px;
}

.imgleft {
  background-repeat: no-repeat;
  border-bottom: 1px solid #C2D1F0;
  width: 730px;
  padding-right: 10px;
  line-height: 1.2;
  padding-left: 25px;
  font-size: 0.9em;
  float: left;
}

.imgleftline {
  background-repeat: no-repeat;
  float: left;
  border-bottom: 1px solid #C2D1F0;
  margin-bottom: 14px;
  padding-bottom: 51px;
}

.imgright {
  float: left;
  width: 360px;
  margin: 0 0 10px;
}

.imgrightline {
  float: left;
  border-bottom: 1px solid #C2D1F0;
  margin: 5px 0 12px;
  padding-bottom: 26px;
}

.imgclear {
  clear: left;
}

.item1 {
  margin: 10px 10px 10px 0;
  padding: 0 0 0 0;
  float: left;
}

.item2 {
  font-size: 0.9em;
  line-height: 1.3em;
  margin: 0 40px 0 0;
  padding: 10px 0 0 0;
  float: left;
}

.item3 {
  margin: 10px 7px 0 0;
  padding: 0 0 0 0;
  float: left;
}

.item4 {
  font-size: 0.9em;
  line-height: 1.3em;
  margin: 0 0 0 0;
  padding: 10px 0 0 0;
  float: left;
}

.no-line {
  border-bottom: none;
}

.no-line_r {
  border-bottom: 1px dotted #FFFFFF;
}

.return {
  font-size: 0.8em;
  line-height: 1.3;
  text-align: right;
}

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

#page-link .box-l {
  float: left;
  width: 285px;
}

#page-link .box-r {
  float: right;
  width: 285px;
}

/*---------------------------
バナー・ヘッド部分
---------------------------*/
h1 {
  margin: 0px 0px 10px 0px;
  border-bottom: 1px solid #CCCCCC;
}

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

h2.cateTitle {
  margin-bottom: 20px;
  margin-top: 20px;
  zoom: 100%;
}

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

h2.cateTitle img {
  float: left;
}

body h2.cateTitle p {
  float: left;
  background: url(/static/images/product/acc/cleaner/repair/head_01.png) repeat-x 0 0;
  padding: 10px 0 10px 12px;
  width: 761px;
  height: 19px;
  font-size: 1.1em;
  font-weight: bold;
  color: #333333;
  zoom: 100%;
}

body.mac.chrome h2.cateTitle p {
  float: left;
  background: url(/static/images/product/acc/cleaner/repair/head_01.png) repeat-x 0 0;
  padding: 12px 0 8px 12px;
  width: 761px;
  height: 19px;
  font-size: 1.1em;
  font-weight: bold;
  color: #333333;
  zoom: 100%;
}

h2.cateTitle p.end {
  float: left;
  background: url(/static/images/product/acc/cleaner/repair/head_02.png) no-repeat 0 0;
  padding: 0;
  width: 10px;
  height: 39px;
  zoom: 100%;
}

body.mac.chrome h2.cateTitle p.end {
  float: left;
  background: url(/static/images/product/acc/cleaner/repair/head_02.png) no-repeat 0 0;
  padding: 0;
  width: 10px;
  height: 39px;
  zoom: 100%;
}

/*---------------------------
フロート解除
---------------------------*/
/* 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;
}

/**/
.font80 {
  font-size: 80%;
}

.font90 {
  font-size: 90%;
}

.font100 {
  font-size: 100%;
}

.font120 {
  font-size: 120%;
}

.font140 {
  font-size: 140%;
}

.font12 {
  font-size: 12px;
  letter-spacing: 1px;
}

.font13 {
  font-size: 13px;
}

.font11 {
  font-size: 11px;
}

.ft {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
}

.midashi {
  font-weight: bold;
  font-size: 12px;
}

h1 {
  margin: 0px 0px 12px 0px;
  padding-bottom: 3px;
  border-bottom: 1px solid #CCCCCC;
  font-size: 28px;
}

.list-bg {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
  background-image: url(/static/images/product/acc/cleaner/repair/list_bg.gif);
  background-repeat: repeat-y;
  padding: 4px;
  background-color: #FFFFFF;
}

.list {
  font-size: 12px;
  line-height: 16px;
  vertical-align: text-top;
  letter-spacing: 1px;
}

.list-bg2 {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
  background-image: url(/static/images/product/acc/cleaner/repair/list_bg2.gif);
  background-repeat: repeat-y;
  padding: 4px;
  background-color: #FFFFFF;
}

.atten {
  font-size: 80%;
  line-height: 14px;
}

.orange {
  font-size: 10px;
  color: #FF6600;
}

.intro {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  padding: 0px 0px 4px;
}

SELECT.flat {
  border: solid 1px teal;
}

blockquote {
  font-size: 14px;
}

.txt14 {
  font-size: 14px;
}

.border01 {
  border: solid 1px #999999;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
}

/*カテゴリ見出し
------------------------------------------*/
p.category-midashi {
  margin: 16px 0 8px 0;
  padding: 0;
}

/*************表についての装飾*************/
.waku1-gray {
  border-collapse: collapse;
  border: 2px solid #333333;
}

.waku2-gray {
  border-collapse: collapse;
  border: 1px solid #333333;
  background-color: #E8E8E8;
}

/*************フォントの指定*************/
/*ふと文字*/
.bold {
  font-weight: bold;
}

/*フォントサイズ1文字の大きさと行間*/
.font070 {
  font-size: 0.7em;
  line-height: 1.3em;
}

.font075 {
  font-size: 0.75em;
  line-height: 1.3em;
}

.font080 {
  font-size: 0.8em;
  line-height: 1.4em;
}

.font085 {
  font-size: 0.85em;
  line-height: 1.5em;
}

.font090 {
  font-size: 0.9em;
  line-height: 1.5em;
}

.font100 {
  font-size: 1em;
  line-height: 1.5em;
}

.font110 {
  font-size: 1.1em;
  line-height: 1.5em;
}

.i1 {
  /*文字間隔をあける*/
  letter-spacing: 0.7em;
}

/*グレー文字*/
.font-gr080 {
  font-size: 0.8em;
  color: #333333;
}

.font-gr070 {
  font-size: 0.7em;
  color: #333333;
}

/**********まわりこみ**********/
.mawarikomiR {
  /*文字が画像の右にまわりこむ*/
  float: left;
  margin-right: 0.5em;
}

.mawarikomiL {
  /*文字が画像の左にまわりこむ*/
  float: right;
  margin-left: 0.5em;
}

p.atten-gas {
  color: #FF0000;
  margin: 0 0 16px 0;
  padding: 0;
}

p.atten-gas span.comment {
  font-size: 0.8em;
}
