/* Automotive Power Management ICs Product Lineup_JP */
/* チャートタブパネル___始まり============== */
/* Tab_panel___start============== */
#tab_menu {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin: 0 0 1em;
/*  font-family: 'Century Gothic', sans-serif; */
/* justify-content: space-between; */
}
#tab_menu li:before {
  background: none;
}
#tab_menu li{
  margin: 1% 1% 0 0;
  text-align: center;
  list-style: none;
  cursor: pointer;
  line-height: 1.2;
  font-size: 1.65rem;
  padding: 4px 8px;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
#tab_menu li.selected,
#tab_menu li:hover {
  border-color: #00a0e9;
  background-color: #00a0e9;
  color: #fff;
}
@media (max-width: 767.5px) {
#tab_menu {
  display: block;
}
#tab_menu li {
  width: 100%!important;
}
}
/* チャートタブパネル___終わり============== */


/* 製品チャート共通部分___始まり============== */
/* Prod_chart_common___start */
article[data-single=true] .entry-content ul li:before {
  display: none!important;
}
.graph-wrap {
/*  font-family: 'Century Gothic', sans-serif; */
  min-width: 800px;
}
p.graph-sub-title {
  margin-bottom: 0!important;
}
.graph-wrap-inner {
  position: relative;
}
.graph-box {
  position: relative;
  margin:0;
  font-size: 0.9vw;
  padding: 0;
  border-right: 1px solid #999;
  border-left: 1px solid #999;
}
article[data-single=true] .entry-content ul.graph-box {
  margin-bottom:0;
  font-size: 1.4rem;
  line-height: inherit;
}
.graph-box .IOUT:nth-child(even) .graph {
  background-color:#e2e8ef;
}
.graph-box .IOUT {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #5a6b8a;
  border: 1px solid #999;
  border-collapse: collapse;
  color: #fff;
}
.graph-box .IOUT > span{
  width: 9%;
  text-align: right;
  padding-right: 1%;
white-space: nowrap;
}
.graph {
  width: 90%;
  margin: 0;
  position: relative;
/*  border: 2px solid #999;　*/
  border-top: none;
  padding: 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.graph:last-child {
  border-bottom:1px solid #999;
}
.graph-box .header .graph {
  border-top: 1px solid #999;
  background: #eee;
  z-index: 8;
}
.graph dl, 
.graph dt, 
.graph dd {
  margin:0;
}
.graph dd {
  text-align: right;
  color: #303030;
}
.graph .bar {
  display: block;
  position: relative;
  background: #3d9738;
  text-align: center;
  color: #fff;
  height: 1.4em;
  line-height: 1.4em;
  margin: 1px 0;
  border-radius:3px;
  z-index: 10;
}
.graph .bar.tracker {
  background: #46708e;
}
.graph .bar.VD  {
  background: #6e60a8;
}
.graph .bar.WDT {
  background: #b062a3;
}
.graph .bar.diag {
  background: #1a5baa;
}
.graph .bar.SWR {
  background: #0098ad;
} 
.graph .VOUT {
  width: 11%;
  margin-left: 1%;
  background-color: #EEEEEE;
  height: 2em;
  line-height: 2em;
  text-align: center;
  white-space: nowrap;
}
.graph .ISS  {
  width: 7.5%;
/*  padding-right: 1%; */
}
.graph .bar-box {
  width: 80%;
}
.graph .bar a { 
  display: block;
  color: #fff;
font-weight: bold;
  white-space: nowrap;
  text-decoration: none;
  text-shadow: 1px 1px 2px black;
  z-index: 11;
}
.graph .bar.s1995x a {
  color: #202020;
  text-shadow: none;
  padding-left: 6.5rem;
}
/*
.graph .bar:hover {
  opacity: 80%;
  text-decoration: underline;
}
*/
.graph-box .header {
  font-weight: bold;
  font-size: 80%;
  z-index: 7;
}
.graph-box .header .graph .bar {
  background: none;
  color:#222;
}
.graph-box .header .graph dd {
  text-align: center;
}
.graph-wrap-inner hr {
  border: none;
  position: absolute;
  width: 1px;
  height: 100%;
  margin: 0 auto;
  background: #fff;
  z-index: 5;
  opacity: 0.6;
}
.graph-wrap-inner hr.V10 {
  border: none;
  position: absolute;
  width: 2px;
  height: 100%;
  margin: 0 auto;
  background:#999;
  z-index: 8;
}
.graph-box hr {
  border: none;
  position: absolute;
  width: 2px;
  height: 100%;
  margin: 0 auto;
  background: #E2E6EB;
  z-index: 5;
}
.graph-wrap .scale {
  position: relative;
  z-index: 10;
  background: #fff;
  height: 2.5rem;
  }
.graph-wrap .scale span {
  position: absolute;
  font-size: 14px;
}
.graph-box .graph {
  background: #d5dee7;
}
.graph-box .graph .bar-box .tip {
/*  display: none; */
  position: absolute;
/*  width: 20vw;  */
  width: 35vw;
  padding: 0.4vw 0.7vw;
  background-color: #fff;
  border: 1px solid #eee;
  color: #333;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  font-weight: normal;
  z-index: 11;
}
.graph-box .graph .bar-box .tip.center {
  transform: translateX(15%)
}
.graph-box .graph .bar-box .tip.right {
  right: 20%;
}
/* 製品チャート共通部分___終わり============== */

/* 製品チャートVDのみ___始まり============== */
/* Prod_chart_only_VD___start */
.graph-box .IOUT.VD span{
  display: inline-block;
  width: 10%;
  text-align: center;
}
.graph-box .IOUT.VD > span {
  font-size: 0.9em;
  line-height: 1.5em;
}
.graph-box .IOUT .graph span {
  width: 100%;
}
.graph .VOUT1 {
  width: 10%;
  margin-left: 1%;
  background-color: #EEEEEE;
  height: 2em;
  line-height: 2em;
  text-align: center;
  white-space: nowrap;
}
.graph .VOUT2 {
  width: 10%;
  margin-left: 1%;
  height: 2em;
  line-height: 2em;
  text-align: center;
  white-space: nowrap;
}
.graph .ISS.VD {
  width: 7.5%;
/*  padding-right: 1%; */
  background-color: #EEEEEE;
  height: 2rem;
  line-height: 2rem;
  white-space: nowrap;
}
.graph .bar-box.VD {
  width: 70%; 
}
/* 製品チャートVDのみ___終わり============== */

/* 製品チャートLiBPのみ___始まり============== */
/* Prod_chart_only_LiBP___start */
article[data-single=true] .entry-content table.table-BPIC {
  background: #d5dee7;
  table-layout: fixed;
  width: 100%;
  border: none;
/*  font-family: 'Century Gothic', sans-serif; */
}
article[data-single=true] .entry-content table.table-BPIC td {
  border: none;
}
article[data-single=true] .entry-content table td {
  padding: 3vh 0px;
}
article[data-single=true] .entry-content table td.BPIC {
  background: #345860;
  text-align: center;
  color: #fff;
  height: 2rem;
  line-height: 2rem;
  margin: 1px 0;
  border-radius:3px;
  z-index: 10;
  border: solid 1px #d5dee7;
}
article[data-single=true] .entry-content table td.BPIC:hover {
  opacity: 80%;
  text-decoration: underline;
}
article[data-single=true] .entry-content table td.Function {
  text-align: right;
  background: white;
  padding: 0px 4px;
  width: 15%;
}
article[data-single=true] .entry-content table td.blank-color {
  background: #d5dee7;
}
article[data-single=true] .entry-content table td.Function-cell {
  text-align: center;
  background: white;
  padding: 6px;
  font-size: 0.95em;
  font-weight: bold;
    width: 20%;
}
article[data-single=true] .entry-content table td.blank-row {
  width: 0.2vw;
}
article[data-single=true] .entry-content table td.border-right {
  border-right: solid 2px #999;
}
article[data-single=true] .entry-content table td.border-bottom {
  border-bottom: solid 2px #999;
  height: 2px;
  padding: 0px;
}
article[data-single=true] .entry-content table td.border-bottom-thin {
  border-bottom: solid 1px #999;
  height: 0.5px;
  padding: 0 3px 0 0;
}
article[data-single=true] .entry-content table td,
article[data-single=true] .entry-content table th {
  padding: 6px;
}
.BPIC a {
  display: block;
  color: #fff!important;
  font-weight: bold;
  white-space: nowrap;
  text-decoration: none;
  text-shadow: 1px 1px 2px black;
  z-index: 11;
}
article[data-single=true] .entry-content .BPIC a:hover {
  text-decoration: none;
}
article[data-single=true] .entry-content table td .tip {
  position: absolute;
  width: 20vw;
  padding: 0.4vw 0.7vw;
  background-color: #fff;
  border: 1px solid #eee;
  color: #333;
  font-size: 0.85vw;
  line-height: 1.4;
  text-align: left;
  font-weight: normal;
  z-index: 11;
}
article[data-single=true] .entry-content table td .tip.center {
  transform: translateX(-60%)
}
article[data-single=true] .entry-content table td .tip.right {
  transform: translateX(-40%);
}
.only-slide2 {
  display: none;
}
/* 製品チャートLiBPのみ___終わり============== */