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

/*************「ｐ」タグのマージン上下を0pxに*************/
p {
  margin-top: 0;
  margin-bottom: 0;
}

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

#container {
  width: 980px;
}

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

#title-banner_sub {
  margin: 0 0 20px 0;
}

.category-link-btn {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4.5%;
}

.category-link-btn a {
  width: 49.14%;
  display: block;
}

.category-link-btn a img {
  width: 100%;
}

.section-title {
  font-size: 1.3333em;
  color: #fff;
  background-color: #1349A8;
  padding: 1.6% 1.8% 1.4%;
  margin-bottom: 1.9%;
}

/*************パンくずリストの設定*************/
.breadcrumbs {
  font-size: 0.7em;
  color: #333333;
}

/*************フォントの指定*************/
/*ふと文字*/
.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.3em;
}

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

.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;
}

.textspace {
  margin: 0em 0em 0emx 0em;
  padding: 0.5em 0em 0em 0.5em;
}

/**********まわりこみ**********/
.mawarikomiR {
  float: left;
  margin-right: 0.5em;
}

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

/************* 罫線 *************/
.border-tap {
  border-top: 1px none #8D8E8D;
  border-right: 1px solid #8D8E8D;
  border-bottom: 1px solid #8D8E8D;
  border-left: 1px solid #8D8E8D;
}

.border-dot {
  border-top: 1px dotted #999999;
  border-right: 1px none #999999;
  border-bottom: 1px none #999999;
  border-left: 1px none #999999;
}

/************* ラインナップ *************/
.lineup {
  border-collapse: collapse;
}

.lineup th {
  border: 1px solid #666666;
  background-color: #E3CCD7;
  font-weight: normal;
  font-size: 0.8em;
  text-align: center;
}

.lineup td {
  border: 1px solid #666666;
  background-color: #FFFFFF;
  font-weight: normal;
  font-size: 0.8em;
}

/*---------------------------
ページリンク
---------------------------*/
ul.page-link {
  list-style-type: none;
  margin: 0 0 40px 0;
  padding: 11px 0 5px 13px;
  font-size: 0.8em;
  line-height: 0.8em;
  background-color: #F1F1EF;
  border: 1px solid #BBBBB9;
}

ul.page-link:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

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

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

#typeList {
  background-color: #EEEEEE;
  padding: 10px;
  margin-bottom: 25px;
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -o-border-radius: 0.5em;
  -ms-border-radius: 0.5em;
}

#typeListTable {
  border: 1px solid #BBBBBB;
  border-collapse: collapse;
  background-color: #FFFFFF;
}

#typeListTable th, #typeListTable td {
  border-right: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
  border-collapse: collapse;
  padding: 5px;
}

#typeListTable th {
  color: #FFFFFF;
  background-color: #666666;
  font-size: 0.95em;
}

#typeListTable td {
  font-size: 0.9em;
  line-height: 1.2;
}

#typeListTable img {
  margin: 0 2px;
}

.what {
  background: url(/static/images/product/oatap/bouka/what_bouka_back.jpg?20220107) no-repeat 0 0;
  width: 181px;
  height: 159px;
  padding: 54px 0 0 633px;
  margin-bottom: 20px;
}

.what p {
  width: 160px;
}

.what a.playL {
  display: block;
}

.what a.playS {
  display: block;
  margin-top: 4px;
  margin-left: 120px;
}

/*---------------------------
カテゴリタイトル
---------------------------*/
h2.cateTitle {
  zoom: 100%;
  margin-bottom: 20px;
}

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/common/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;
}

body.mac.chrome h2.cateTitle p {
  float: left;
  background: url(/static/images/product/common/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;
}

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

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

/*---------------------------
コンテンツ（写真）
---------------------------*/
.tap {
  position: absolute;
  top: 23px;
  left: 23px;
}

/*---------------------------
コンテンツ
---------------------------*/
.batteryList {
  padding-left: 609px;
  margin-bottom: 10px;
}

body.windows.chrome .batteryList {
  padding-left: 609px;
  margin-bottom: 20px;
}

/*-- 1 --*/
.contentList {
  border-left: 2px solid #5A6368;
  margin-bottom: 30px;
  zoom: 100%;
}

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

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

.listTitle {
  background-color: #EEEEEE;
  padding: 8px 0 8px 10px;
  font-size: 0.95em;
}

.iconList {
  padding: 10px 0 0 15px;
}

.listL {
  float: left;
  padding: 15px 0 0 15px;
  position: relative;
}

.listL a {
  display: block;
  margin-bottom: 15px;
}

.listL a.exception {
  display: inline;
  margin-bottom: 15px;
}

.listL img.fst {
  border: 1px solid #BBBBBB;
}

.listR {
  float: left;
  padding: 15px 0 0 20px;
  width: 575px;
}

.back {
  background-color: #EEEEEE;
}

.listR table {
  width: 575px;
  border-top: 1px solid #ABABAB;
  border-left: 1px solid #ABABAB;
  border-collapse: collapse;
}

.listR table tr th {
  font-weight: normal;
}

.listR table tr th {
  padding: 4px;
  text-align: center;
  font-size: 0.9em;
  border-right: 1px solid #ABABAB;
  border-bottom: 2px solid #ABABAB;
  border-collapse: collapse;
}

.listR table tr td {
  padding: 4px;
  text-align: center;
  font-size: 0.9em;
  border-right: 1px solid #ABABAB;
  border-bottom: 1px solid #ABABAB;
  border-collapse: collapse;
}

.listR table tr td.hinban {
  text-align: left;
}

.listR table tr td a {
  font-weight: bold;
  background: url(/static/images/product/oatap/ya.gif) no-repeat 0px 1px;
  padding: 0 0 0 15px;
}

.cord {
  background-color: #EEEEEE;
  padding: 15px;
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -o-border-radius: 0.5em;
  -ms-border-radius: 0.5em;
  zoom: 100%;
  margin-left: 15px;
  margin-top: 15px;
}

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

.leftInner, .rightInner {
  float: left;
  font-size: 0.95em;
}

.leftInner p {
  margin-top: 10px;
  padding-left: 20px;
  width: 500px;
  line-height: 1.3;
}

.textTitle {
  color: #125AB4;
}

.rightInner {
  padding-left: 15px;
}

.rightInner img {
  margin: 5px 0;
}

.listIcon img {
  vertical-align: -8px;
}

.listIcon span {
  margin: 0 5px;
  font-size: 0.9em;
}

.listSub {
  font-size: 0.95em;
  padding: 0 0 4px;
}

.listLink {
  line-height: 1.2;
  font-weight: bold;
}

.listR a {
  font-weight: bold;
  color: #1C64B3;
  text-decoration: none;
}

.listR a:hover {
  font-weight: bold;
  color: #FF0000;
  text-decoration: underline;
}

.color {
  font-size: 0.95em;
}

.price {
  padding-top: 3px;
  font-size: 0.95em;
  text-align: right;
}

.listNote {
  margin-top: 10px;
  padding-top: 10px;
  width: 572px;
}

.capa {
  font-size: 0.95em;
  line-height: 1.3;
}

.att {
  padding-top: 5px;
  font-size: 0.8em;
  color: #FF0000;
  line-height: 1.3;
}

.attTrans {
  text-indent: -1em;
  margin-left: 1em;
  padding-top: 5px;
  font-size: 0.8em;
  color: #FF0000;
  line-height: 1.3;
}

.plugList {
  padding: 10px 8px;
  background-color: #EEEEEE;
  margin-top: 10px;
}

.plugList img {
  margin: 0 3px;
}

.plugList img.fst {
  margin-bottom: 10px;
}

.innerInside {
  padding: 5px 0 0 15px;
}

.listTableCommon {
  border: 1px solid #BBBBBB;
  border-collapse: collapse;
  background-color: #FFFFFF;
  margin-top: 10px;
}

.listTableCommon th, .listTableCommon td {
  border-right: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
  border-collapse: collapse;
  padding: 5px;
}

.linkRw {
  display: block;
  margin: 10px 0;
}

.rwBt {
  zoom: 100%;
}

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

.rwBtLt {
  float: left;
}

.rwBtRt {
  float: left;
  padding-left: 15px;
}

.rwBtRt img {
  border: 1px solid #BBBBBB;
  padding: 10px;
}

/*-- 2 --*/
.circle {
  background-color: #777777;
  padding: 5px;
  margin-bottom: 5px;
  border-radius: 1.2em;
  -moz-border-radius: 1.2em;
  -webkit-border-radius: 1.2em;
  -o-border-radius: 1.2em;
  -ms-border-radius: 1.2em;
  width: 180px;
  text-align: center;
  color: #FFFFFF;
  font-size: 0.95em;
  font-weight: bold;
}

.item {
  border-bottom: 1px dotted #BFBFBF;
  padding: 7px 0;
}

.item_last {
  border-bottom: 1px dotted #FFFFFF;
  padding: 7px 0;
  margin-bottom: 15px;
}

.option {
  padding: 10px;
  margin-left: 15px;
  margin-top: 10px;
  background-color: #E1EDF9;
  zoom: 100%;
}

.optionTtl {
  font-weight: bold;
  font-size: 0.98em;
  margin-bottom: 10px;
}

.optionTtl span {
  font-weight: normal;
  margin-left: 10px;
  font-size: 0.9em;
}

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

.option img {
  border: 1px solid #BBBBBB;
  float: left;
}

.optionRight {
  float: left;
  padding-left: 15px;
}

.optionRight ul {
  width: 550px;
  margin-bottom: 10px;
}

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

.optionRight ul li {
  float: left;
  padding: 3px 0;
  width: 270px;
}

.optionRight ul li span {
  margin-left: 4px;
  font-size: 0.95em;
}

.att_nf {
  font-size: 0.9em;
  padding: 2px 0;
  color: #00ADEF;
  margin: 0;
  width: 500px;
}

#batteryNote {
  text-align: center;
  margin-bottom: 20px;
}

#transExp {
  padding: 10px;
  border: 2px solid #D0D0D0;
  margin-bottom: 20px;
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -o-border-radius: 0.5em;
  -ms-border-radius: 0.5em;
}

.transInner {
  background-color: #E5EFF9;
  padding: 10px;
  zoom: 100%;
}

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

.transInner table {
  background-color: #FFFFFF;
}

.transInner table {
  border: 1px solid #BBBBBB;
  border-collapse: collapse;
  background-color: #FFFFFF;
  margin-top: 10px;
  float: left;
  width: 374px;
}

.transInner table th, .transInner table td {
  border-right: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
  border-collapse: collapse;
  padding: 5px;
  font-size: 0.95em;
}

.transInner table th {
  font-weight: normal;
}

.transListRight {
  margin-left: 20px;
}

.transNote {
  font-size: 0.95em;
}

.transNote span {
  font-weight: bold;
  display: block;
  margin-bottom: 4px;
}

.transRead {
  font-size: 0.95em;
  line-height: 1.3;
  margin-bottom: 10px;
}

.transAtt {
  display: block;
  color: #FF0000;
}

.transAttBot {
  font-size: 0.95em;
  line-height: 1.3;
  display: block;
  color: #FF0000;
  padding: 10px 12px 0;
}

.listL p {
  float: left;
}

.listL .set {
  padding-left: 10px;
}

.listL .set span {
  display: block;
}

.kome {
  color: #FF0000;
}

.vat {
  vertical-align: top;
  border: none;
}

.set {
  font-size: 0.95em;
}

.listAtt {
  color: #FF0000;
}

/*-- 3 変圧器 --*/
div.listIcon img {
  vertical-align: -8px;
}

div.listIcon p span {
  margin: 0 5px;
  font-size: 0.9em;
}

.mid {
  margin: 7px 0;
}

/*---------------------------
サイドメニュー
---------------------------*/
#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;
  padding-top: 7px;
}

.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;
}

ul.naviR li img.pickup {
  margin: -4px 4px 0 -2px;
}

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

/* 関連ページ */
div #relation-outer {
  clear: both;
  width: 100%;
}

div .relation {
  width: 980px;
  margin: 0 auto 100px;
}

.relation h3 {
  font-size: 1.6em;
  text-align: center;
  padding: 10px 0 6px;
  color: #333333;
  background-color: #DDDDDD;
}

.relation img {
  width: 230px;
  margin: 30px 14px 0 0;
}

.link-img ul {
  text-align: center;
}

.link-img li {
  display: inline;
}

.link-img li:nth-child(4n) img {
  margin-right: 0;
}

/* サイドメニュー　バナーエリア
------------------------------------*/
#bannerArea {
  margin-bottom: 15px;
}

body #bannerArea a {
  display: block;
  margin: 5px 0;
}

/* ページトップへ
------------------------------------*/
.return {
  font-size: 0.8em;
  line-height: 1.3;
  margin: 30px 0 15px;
  text-align: right;
}

/* 検索システムバナー */
a.search {
  display: block;
  margin: 0 0 12px;
}

div.search-banner {
  text-align: center;
  margin: 40px 0 35px;
}
