.contentsBodyArea {
  padding-top: 44px;
}
.contentsBodyArea p,
.contentsBodyArea dl,
.contentsBodyArea dd {
  margin: 0;
  padding: 0;
}
.contentsBodyArea #list-series {
  margin: 0 30px 5px;
  width: 858px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #33505e;
  background: -moz-linear-gradient(left #222e3a 0, #33505e 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #222e3a), color-stop(100%, #33505e));
  background: -webkit-linear-gradient(left, #222e3a 0, #33505e 100%);
  background: -o-linear-gradient(left, #222e3a 0, #33505e 100%);
  background: -ms-linear-gradient(left, #222e3a 0, #33505e 100%);
  background: linear-gradient(to right, #222e3a 0, #33505e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222e3a',endColorstr='#33505e',GradientType=0);
  padding: 10px 30px;
  font-size: 14px;
  /*font-size: $size + rem;*/
  font-weight: bold;
  color: #fff;
}
.contentsBodyArea #list-title {
  display: table;
  margin: 0 30px 30px;
  width: 858px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #33505e;
  background: -moz-linear-gradient(left #222e3a 0, #33505e 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #222e3a), color-stop(100%, #33505e));
  background: -webkit-linear-gradient(left, #222e3a 0, #33505e 100%);
  background: -o-linear-gradient(left, #222e3a 0, #33505e 100%);
  background: -ms-linear-gradient(left, #222e3a 0, #33505e 100%);
  background: linear-gradient(to right, #222e3a 0, #33505e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222e3a',endColorstr='#33505e',GradientType=0);
  padding: 20px 30px;
  position: relative;
}
.contentsBodyArea #list-title h2 {
  display: table-cell;
  vertical-align: middle;
  background: url(/ja/product/images/list/bg_list_title.gif) no-repeat;
  height: 59px;
  padding-left: 20px;
  font-size: 22px;
  /*font-size: $size + rem;*/
  font-weight: bold;
  color: #fff;
}
.contentsBodyArea #list-title h2 span {
  font-size: 12px;
  /*font-size: $size + rem;*/
}
.contentsBodyArea #list-title .list-end {
  position: absolute;
  right: 50px;
  top: 38%;
}
.contentsBodyArea #list-title .list-new {
  position: absolute;
  right: 50px;
  top: 38%;
}
.contentsBodyArea #list-inside {
  margin: 0 42px;
}
.contentsBodyArea #list-inside .outline {
  overflow: hidden;
}
.contentsBodyArea #list-inside .outline .outline-l {
  float: left;
  margin-left: 15px;
  width: 585px;
}
.contentsBodyArea #list-inside .outline .outline-l .midashi {
  font-size: 18px;
  /*font-size: $size + rem;*/
  font-weight: bold;
  color: #1c919d;
  margin-bottom: 15px;
}
.contentsBodyArea #list-inside .outline .outline-l p a {
  font-weight: bold;
}
.contentsBodyArea #list-inside .outline .outline-l ul {
  margin-top: 10px;
  overflow: hidden;
}
.contentsBodyArea #list-inside .outline .outline-l ul li {
  float: left;
  width: 45%;
  margin: 0 5% 10px 0;
}
.contentsBodyArea #list-inside .outline .outline-r {
  float: right;
  margin-right: 5px;
  text-align: center;
}
.contentsBodyArea #list-inside .outline .outline-r img {
  max-width: 261px;
}
.contentsBodyArea #list-inside #category-list {
  margin-top: 30px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #e6e6e6;
  padding: 10px 5px 5px;
}
.contentsBodyArea #list-inside #category-list p {
  font-size: 14px;
  /*font-size: $size + rem;*/
  font-weight: bold;
  margin: 0 23px 5px;
}
.contentsBodyArea #list-inside #category-list ul {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #cfcfcf;
  background: #fff;
  padding: 10px 20px;
  overflow: hidden;
}
.contentsBodyArea #list-inside #category-list ul li {
  float: left;
  width: 20%;
  margin: 5px 5% 5px 0;
}
.contentsBodyArea #list-inside #category-list ul li a {
  background: url(/ja/common/images/square_arrow.gif) no-repeat left center;
  padding-left: 17px;
}
.contentsBodyArea #list-inside .list-std {
  margin-top: 30px;
}
.contentsBodyArea #list-inside .list-std h5 {
  margin-bottom: 15px;
}
.contentsBodyArea #list-inside .list-std-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.contentsBodyArea #list-inside .list-std-table th,
.contentsBodyArea #list-inside .list-std-table td {
  border: 1px solid #cecece;
  text-align: center;
  padding: 5px 0;
}
.contentsBodyArea #list-inside .list-std-table th {
  background: #324253;
  font-weight: normal;
  color: #fff;
}
.contentsBodyArea #list-inside .list-std-table td {
  width: 86px;
}
.contentsBodyArea #list-inside .list-std-table td:first-child {
  width: auto;
  padding: 5px 10px 15px;
  text-align: left;
}
.contentsBodyArea #list-inside .list-std-table td dl dt {
  font-size: 12px;
  /*font-size: $size + rem;*/
  margin-bottom: 5px;
}
.contentsBodyArea #list-inside .list-std-table td dl dt a {
  background: url(/ja/common/images/f_arrow.gif) no-repeat left 0.5em;
  padding-left: 10px;
}
.contentsBodyArea #list-inside .list-std-table td dl dd {
  width: 172px;
  overflow: hidden;
}
.contentsBodyArea #list-inside .list-std-table td dl dd .list-std-l {
  float: left;
  width: 60px;
  text-align: center;
}
.contentsBodyArea #list-inside .list-std-table td dl dd .list-std-l img {
  max-width: 60px;
  max-height: 60px;
}
.contentsBodyArea #list-inside .list-std-table td dl dd .list-std-r {
  float: right;
  width: 102px;
}
.contentsBodyArea #list-inside .list-std-table td dl dd .list-std-r p {
  font-size: 10px;
  /*font-size: $size + rem;*/
  color: #7e7e7e;
}
.contentsBodyArea #list-inside .list-std-table td dl dd .list-std-r p:last-child {
  margin-top: 13px;
}
.contentsBodyArea #list-inside .list-option {
  margin-top: 30px;
}
.contentsBodyArea #list-inside .list-option h5 {
  margin-bottom: 15px;
}
.contentsBodyArea #list-inside .list-option ul {
  overflow: hidden;
  margin-bottom: 20px;
}
.contentsBodyArea #list-inside .list-option ul li {
  float: left;
  border: 1px solid #cecece;
  border-width: 0 1px 1px 0;
  width: 202px;
  padding: 3px 10px 6px;
}
.contentsBodyArea #list-inside .list-option ul li:nth-child(1), .contentsBodyArea #list-inside .list-option ul li:nth-child(2), .contentsBodyArea #list-inside .list-option ul li:nth-child(3), .contentsBodyArea #list-inside .list-option ul li:nth-child(4) {
  border-top-width: 1px;
}
.contentsBodyArea #list-inside .list-option ul li:nth-child(4n) {
  border-right: none;
}
.contentsBodyArea #list-inside .list-option ul li dl dt {
  font-size: 12px;
  /*font-size: $size + rem;*/
  margin-bottom: 5px;
}
.contentsBodyArea #list-inside .list-option ul li dl dt a {
  background: url(/ja/common/images/f_arrow.gif) no-repeat left 0.5em;
  padding-left: 10px;
}
.contentsBodyArea #list-inside .list-option ul li dl dd {
  width: 202px;
  overflow: hidden;
  position: relative;
}
.contentsBodyArea #list-inside .list-option ul li dl dd .list-std-l {
  float: left;
  width: 60px;
  height: 60px;
  text-align: center;
}
.contentsBodyArea #list-inside .list-option ul li dl dd .list-std-l img {
  max-width: 60px;
  max-height: 60px;
}
.contentsBodyArea #list-inside .list-option ul li dl dd .list-std-r {
  float: right;
  width: 132px;
}
.contentsBodyArea #list-inside .list-option ul li dl dd .list-std-r p {
  font-size: 10px;
  /*font-size: $size + rem;*/
  color: #7e7e7e;
}
.contentsBodyArea #list-inside .list-option ul li dl dd .list-std-r p:nth-child(2) {
  position: absolute;
  bottom: 0;
}
.contentsBodyArea #list-inside #osusume {
  margin-top: 35px;
  background: #e6e6e6;
  padding: 4px;
  position: relative;
}
.contentsBodyArea #list-inside #osusume p {
  position: absolute;
  left: -15px;
  top: -15px;
}
.contentsBodyArea #list-inside #osusume ul {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #dadada;
  background: #fff;
  padding: 20px 25px 15px;
}
.contentsBodyArea #list-inside #osusume ul li {
  margin: 5px 0;
  background: url(/ja/product/images/list/dot_osusume.gif) no-repeat left 5px;
  padding-left: 18px;
  font-size: 14px;
  /*font-size: $size + rem;*/
  font-weight: bold;
  color: #1c919d;
}
.contentsBodyArea #list-inside #detail-main {
  margin: 38px 0 80px;
}
.contentsBodyArea #list-inside #detail-main .detail-nav {
  background: url(/ja/product/images/list/bg_detail_nav.gif);
  height: 52px;
  margin-bottom: 27px;
  position: relative;
}
.contentsBodyArea #list-inside #detail-main .detail-nav ul {
  position: absolute;
  left: 10px;
  bottom: -7px;
  overflow: hidden;
}
.contentsBodyArea #list-inside #detail-main .detail-nav ul li {
  float: left;
  margin-right: 9px;
  background: url(/ja/product/images/list/bg_not.png) no-repeat;
  padding: 10px 0 0 11px;
  width: 189px;
  height: 37px;
  font-size: 14px;
  /*font-size: $size + rem;*/
  cursor: pointer;
}
.contentsBodyArea #list-inside #detail-main .detail-nav ul li.current, .contentsBodyArea #list-inside #detail-main .detail-nav ul li:hover {
  background-image: url(/ja/product/images/list/bg_current.png);
  color: #fff;
}
.contentsBodyArea #list-inside #detail-main .detail-page {
  display: none;
}
.contentsBodyArea #list-inside #detail-main .detail-current {
  display: block;
}
.contentsBodyArea #list-inside #detail-main .detail-tokutyo h4 {
  margin-bottom: 30px;
}
.contentsBodyArea #list-inside #detail-main .detail-tokutyo .outline {
  padding-bottom: 35px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 35px;
}
.contentsBodyArea #list-inside #detail-main .detail-tokutyo ul {
  text-align: center;
}
.contentsBodyArea #list-inside #detail-main .detail-tokutyo ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin: 0 10px;
}
.contentsBodyArea #list-inside #detail-main .detail-tokutyo ul li img {
  max-width: 210px;
}
.contentsBodyArea #list-inside #detail-main .detail-shiyou h4 {
  margin-bottom: 20px;
}
.contentsBodyArea #list-inside #detail-main .detail-shiyou .shiyou {
  width: 100%;
  border-collapse: collapse;
}
.contentsBodyArea #list-inside #detail-main .detail-shiyou .shiyou th,
.contentsBodyArea #list-inside #detail-main .detail-shiyou .shiyou td {
  border: 1px solid #ddd;
  border-width: 1px 0;
  padding: 9px 13px 8px;
}
.contentsBodyArea #list-inside #detail-main .detail-shiyou .shiyou th {
  background: #324253;
  width: 114px;
  color: #fff;
}
.contentsBodyArea #list-inside #detail-main .detail-shiyou .shiyou td:nth-child(2),
.contentsBodyArea #list-inside #detail-main .detail-shiyou .shiyou td:nth-child(5) {
  border-right-width: 1px;
  width: 263px;
}
.contentsBodyArea #list-inside #detail-main .detail-shiyou .shiyou td:nth-child(2) a,
.contentsBodyArea #list-inside #detail-main .detail-shiyou .shiyou td:nth-child(5) a {
  font-weight: bold;
}
.contentsBodyArea #list-inside #detail-main .detail-shiyou .shiyou td:nth-child(3) {
  border: none;
}
.contentsBodyArea #list-inside #detail-main .detail-shiyou .dimensional td img {
  max-width: 160px;
  max-height: 126px;
}
.contentsBodyArea #list-inside #detail-main .detail-hikaku h4 {
  margin-bottom: 20px;
}
.contentsBodyArea #list-inside #detail-main .detail-hikaku table {
  margin-bottom: 30px;
  table-layout: fixed;
}
.contentsBodyArea #list-inside #detail-main .detail-hikaku table tr:nth-child(2) {
  background: #eee;
}
.contentsBodyArea #list-inside #detail-main .detail-hikaku table th:first-child {
  width: 196px;
}
.contentsBodyArea #list-inside #detail-main .detail-hikaku table td {
  word-break: break-all;
}
.contentsBodyArea #list-inside #data-download {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 3px solid #314c5a;
  background: #222e3a;
  padding: 3px;
  margin-bottom: 43px;
}
.contentsBodyArea #list-inside #data-download p {
  padding: 3px 7px;
  font-size: 16px;
  /*font-size: $size + rem;*/
  font-weight: bold;
  color: #fff;
}
.contentsBodyArea #list-inside #data-download ul {
  background: #fff;
  padding: 6px 6px 0;
  overflow: hidden;
}
.contentsBodyArea #list-inside #data-download ul li {
  float: left;
}
.contentsBodyArea #list-inside #detail-contact {
  background: #f1f1f1;
  padding: 21px 30px;
  overflow: hidden;
}
.contentsBodyArea #list-inside #detail-contact dl:first-child {
  float: left;
}
.contentsBodyArea #list-inside #detail-contact dl:last-child {
  float: right;
}
.contentsBodyArea #list-inside #detail-contact dl dt {
  margin: 0 0 12px 8px;
}
.contentsBodyArea #list-inside #detail-contact dl dd ul {
  overflow: hidden;
}
.contentsBodyArea #list-inside #detail-contact dl dd ul li {
  float: left;
  margin-right: 8px;
}
.contentsBodyArea #list-inside #detail-contact dl dd ul li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
