#subContainer {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: -25px;
  padding: 177px 0 50px;
  background: url('/front.v2/front/images/red/bg_sub_container.gif') center top
    no-repeat #fff;
}
#subContainer .subVisual {
  width: 980px;
  height: 177px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 13px;
  margin-left: -380px;
}
.contentsWrap {
  position: relative;
  width: 980px;
  margin: 0 auto 0;
  min-height: 550px;
  height: auto !important;
  height: 550px;
  _zoom: 1;
}
.contentsWrap:after {
  content: ' ';
  display: block;
  clear: both;
}
.contentsWrap .snb {
  position: absolute;
  left: -81px;
  top: 1px;
  width: 355px;
  background: url('/front.v2/front/images/red/bg_snb.gif') left bottom no-repeat;
}
.contentsWrap .snb dl {
  padding: 0 95px 120px;
  background: url('/front.v2/front/images/red/bg_snb_top.gif') left top no-repeat;
}
.contentsWrap .snb dt {
  width: 165px;
  height: 75px;
  padding-top: 5px;
  border-bottom: 1px solid #de5c5c;
  margin-bottom: 15px;
}
.contentsWrap .snb dd {
  width: 165px;
  height: 23px;
  color: #fff;
}
.contentsWrap .snb dd a {
  display: inline-block;
  width: 157px;
  height: 18px;
  padding: 5px 0 0 8px;
  color: #dfdfdf;
}
.contentsWrap .snb dd a:hover,
.contentsWrap .snb dd.on a {
  background: url('/front.v2/front/images/red/bg_snb_on.gif') left top no-repeat;
  color: #fff;
}
.contentsWrap .contents {
  float: right;
  width: 750px;
  position: relative;
}
.contentsWrap .contents .titArea {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%; /*  border-bottom:1px solid #c2c2c2; */
}
.contentsWrap .contents .titArea h2 {
  display: none;
}
.contentsWrap .contents .titArea .location {
  float: right;
  height: 13px;
  line-height: 12px;
  padding-top: 37px;
}
.contentsWrap .contents .titArea .location img {
  vertical-align: top;
}
.contentsWrap .contents .titArea .location a {
  display: inline-block;
  padding: 0 8px 0 5px;
} /* background: url('/front.v2/front/images/common/loc_line.gif') right 1px no-repeat; */
.contentsWrap .contents .titArea .location span {
  display: inline-block;
  padding: 0 0 0 5px;
}
.contentsWrap .contents .titArea .location span .img {
  position: relative;
  top: -0.2em;
}

.contentsWrap .contents .titArea.product {
  border: none;
  padding-top: 58px;
  text-align: center;
}

.contentsWrap .contents .cont {
  margin-top: 70px;
}
.contentsWrap .contents .cont .support_info {
  height: 160px;
  background: url('/front.v2/images/support/support.png') no-repeat;
  background-position: 450px -18px;
}

.contentsWrap .contents .cont .img001 {
  float: left;
  top: -5px;
  left: 10px;
}
.contentsWrap .contents .cont .img002 {
  position: relative;
  top: -10px;
  left: 40px;
}
.contentsWrap .contents .cont .img0 {
  position: relative;
  top: -85px;
  left: 20px;
}
.contentsWrap .contents .cont .img1 {
  position: relative;
  top: -100px;
  left: 40px;
}

body.ver02 #subContainer {
  background: url('/front.v2/front/images/gray/bg_sub_container.gif') center top
    no-repeat #fff;
}
body.ver02 .contentsWrap .snb {
  background: url('/front.v2/front/images/gray/bg_snb.gif') left bottom no-repeat;
}
body.ver02 .contentsWrap .snb dl {
  background: url('/front.v2/front/images/gray/bg_snb_top.gif') left top no-repeat;
}
body.ver02 .contentsWrap .snb dd a:hover,
body.ver02 .contentsWrap .snb dd.on a {
  background: url('/front.v2/front/images/gray/bg_snb_on.gif') left top no-repeat;
}
body.ver02 .contentsWrap .snb dt {
  border-bottom: 1px solid #777;
}

.productList_new {
  overflow: hidden;
  border-top: 2px solid #cd0606;
  border-bottom: 1px solid #eaeaea;
}
.productList_new ul {
  overflow: hidden;
  width: 750px;
}
.productList_new li {
  float: left;
  width: 346px;
  height: 281px;
  background-image: url('/front.v2/images/bg_product_item.png');
  background-position: center;
  margin: 25px 0px;
  text-align: center;
  position: relative;
  transition: background-image 0.3s ease;
  -o-transition: background-image 0.3s ease;
  -moz-transition: background-image 0.3s ease;
  -webkit-transition: background-image 0.3s ease;
}

.productList_new li:hover {
  background-image: url('/front.v2/images/bg_product_item_ov.png');
}
.productList_new a {
  color: inherit;
}

.productList_new li .product-name {
  width: 205px;
  height: 42px;
  line-height: 42px;
  font-size: 10pt;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 12px;
  left: 72px;
  text-align: center;
}

.productList_new li .product-name .name-view {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.productList_new li:hover .product-name {
  color: #ffffff;
}

.productList_new li .product-image {
  width: 210px;
  height: 150px;
  position: absolute;
  left: 69px;
  top: 80px;
}

.productList_new li .product-image a {
  display: block;
  width: 100%;
  height: 100%;
}
