/*
 * windriver/css/product-style.css
 *
 * WinDriver 製品ページ固有のカスタムスタイルを定義します。
 * 会社共通 CSS (../../scripts/style_bs5.css) を読み込んだ後に適用します。
 * Bootstrap 5 対応版。
 */

/* ==========================================================================
   Product Navigation Bar (Bootstrap 5 対応)
   製品別ナビゲーションバーのスタイル定義です。
   Bootstrap 5 の Navbar をベースにカスタマイズしています。
   ========================================================================== */

.prodnavbar {
  background-color: #125389;
  border-bottom: 7px solid #73c1ed;
  padding: 0;
}

.prodnavbar .navbar-brand {
  background: url(../images/jungo_logo.png) 0 0 no-repeat;
  width: 100px;
  height: 65px;
  display: block;
  margin: 5px 0 0 0;
  text-indent: -9999px;
  padding: 0;
}

.prodnavbar .navbar-brand:hover,
.prodnavbar .navbar-brand:focus {
  text-decoration: none;
}

/* ハンバーガーアイコン（白色） */
.prodnavbar .navbar-toggler {
  border-color: #ffffff;
  margin-top: 20px;
  margin-bottom: 15px;
}

.prodnavbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.prodnavbar .navbar-toggler:hover,
.prodnavbar .navbar-toggler:focus {
  background-color: #0e406a;
}

/* ナビゲーション リンク */
.prodnavbar .navbar-nav .nav-link {
  color: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.prodnavbar .navbar-nav .nav-link:hover,
.prodnavbar .navbar-nav .nav-link:focus {
  color: #ffffff;
  background-color: transparent;
  text-decoration: underline;
}

.prodnavbar .navbar-nav .nav-item.active .nav-link,
.prodnavbar .navbar-nav .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #0e406a;
}

.prodnavbar .navbar-nav .nav-item.show .nav-link,
.prodnavbar .navbar-nav .nav-item .nav-link.show {
  color: #ffffff;
  background-color: #0e406a;
}

/* ドロップダウン */
.prodnavbar .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}

/* デスクトップ表示 (992px 以上) */
@media (min-width: 992px) {
  .prodnavbar .navbar-nav {
    margin-top: 15px;
  }

  /* Bootstrap 3 の float スタイルを無効化 */
  .prodnavbar .navbar-collapse {
    display: flex !important;
    flex-basis: auto !important;
    flex-grow: 1 !important;
  }

  .prodnavbar .navbar-nav.prodnav {
    display: flex !important;
    flex-direction: row !important;
  }
}

/* モバイル表示 (991px 以下) */
@media (max-width: 991.98px) {
  .prodnavbar .navbar-nav .nav-link {
    writing-mode: horizontal-tb;
    display: block;
  }

  .prodnavbar .navbar-nav .dropdown-menu {
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .prodnavbar .navbar-nav .dropdown-item {
    color: #9d9d9d;
    padding-left: 25px;
  }

  .prodnavbar .navbar-nav .dropdown-item:hover,
  .prodnavbar .navbar-nav .dropdown-item:focus {
    color: #ffffff;
    background-color: transparent;
  }
}


/* ==========================================================================
   Jumbotron (製品トップ ビジュアル エリア)
   ========================================================================== */

.jumbotron {
  background-color: #ffffff;
  margin-top: -20px;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 20px solid #73c1ed;
}

.jumbotron h4 {
  line-height: 120%;
}

.jumbotron h1.featurette-heading {
  color: #5dabcf;
  font-size: 30pt;
  font-weight: bold;
  text-align: center;
  line-height: 120%;
}

.jumbotron .featurette {
  color: #104b79;
}

.jumbotron .featurette ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.jumbotron .featurette ul li {
  background-image: url(../images/bullet1.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 15px;
}


/* ==========================================================================
   製品フッター (widefooter.inc / product-footer.inc)
   注意: 基本スタイルはここで定義します。
   製品固有の配色は以下でオーバーライドしています。
   ========================================================================== */

footer.product {
  background-color: #125389;
  margin: 0;
  padding: 30px 20px;
  text-align: left;
  border-top: 7px solid #73c1ed;
}

footer.product h3 {
  color: #ffffff !important;
  font-size: 18px;
}

footer.product h3.footerlist a {
  color: #9ebdd7 !important;
  text-decoration: none;
}

footer.product h3.footerlist a:hover {
  color: #ffffff !important;
  text-decoration: none;
}

footer.product p.footerlist,
footer.product div.footerlist {
  color: #ffffff !important;
  line-height: 180%;
}

footer.product p.footerlist a,
footer.product div.footerlist a {
  color: #9ebdd7 !important;
  text-decoration: none;
}

footer.product p.footerlist a:hover,
footer.product div.footerlist a:hover {
  color: #ffffff !important;
  text-decoration: none;
}

footer.product .footerlist strong {
  color: #ffffff !important;
  font-size: 0.85rem;
}


/* ==========================================================================
   右カラム (rightcontents)
   ========================================================================== */

.rightcontents {
  padding: 30px 0 10px 5px;
}

.rightcontents h4 {
  font: 700 18px/26px "PT Sans", Helvetica, Arial, sans-serif;
  margin: 0 0 10px;
  color: #4c5259;
}

@media (min-width: 992px) {
  .rightcontents {
    padding: 0 0 0 20px;
  }

  .margin1 {
    margin: 10px 5px;
  }

  .rightcontents img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .rightcontents {
    padding: 0 5px;
  }

  .margin1 {
    margin: 10px 0;
  }
}


/* ==========================================================================
   製品リスト (サイドバー)
   ========================================================================== */

.products-list {
  font-size: 14px;
  margin: 0 0 25px 0;
  padding: 0;
  list-style: none;
}

.products-list li {
  padding: 0 0 13px;
  border-bottom: 1px dashed #d6d6d6;
  margin-bottom: 10px;
  color: #979797;
}

.products-list li:last-child {
  border-bottom: 0;
}

.products-list a {
  color: #0087cb;
}

.products-list a:hover {
  text-decoration: none;
  color: #53bbf0;
}

.products-list .small-grpdcs {
  display: block;
  font-size: 13px;
  margin-bottom: 0;
}

.small-grpdcs {
  display: block;
  font-size: 16px;
  margin-bottom: -11px;
}


/* ==========================================================================
   見出し・タイトル
   ========================================================================== */

h3.bottomline {
  color: #4682b4;
  border-bottom: 3px solid #6C7AA3;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.ul-bullet1 #doc-section {
  list-style-image: url(../images/bullet1.gif);
  padding-left: 5px;
  line-height: 22px;
}

hr.line1 {
  border-bottom: 3px solid #6C7AA3;
}

.title3 {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px dotted #6C7AA3;
}


/* ==========================================================================
   カラー ブロック
   ========================================================================== */

.bk1 {
  background-color: #ececec;
}

.bk2 {
  background-color: #e5ecf7;
}

.minip {
  padding: 10px;
}


/* ==========================================================================
   ボタン
   ========================================================================== */

.purplebutton a {
  line-height: 25px;
  font-size: 20px;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 10px;
  color: #ffffff;
  background-color: #7F4CBE;
  border-radius: 5px;
}

.purplebutton a:hover,
.purplebutton a:active {
  background-color: #7d3dcc;
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 991px) {
  .rightcontents .purplebutton {
    width: 250px !important;
  }
}

@media (min-width: 992px) {
  .rightcontents .purplebutton {
    width: 100% !important;
  }
}

.greenbutton a {
  line-height: 25px;
  font-size: 20px;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 10px;
  color: #ffffff;
  background-color: #91B431;
  border-radius: 5px;
}

.greenbutton a:hover,
.greenbutton a:active {
  background-color: #98c420;
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 991px) {
  .rightcontents .greenbutton {
    width: 250px !important;
  }
}

@media (min-width: 992px) {
  .rightcontents .greenbutton {
    width: 100%;
  }
}

.bluebutton a {
  width: 250px;
  line-height: 25px;
  font-size: 20px;
  display: inline-block;
  text-align: center;
  padding: 10px;
  color: #ffffff;
  background-color: #337ab7;
  border-radius: 5px;
  margin: 5px 0;
}

.bluebutton a:hover,
.bluebutton a:active {
  background-color: #227bc7;
  color: #ffffff;
  text-decoration: none;
}

@media (min-width: 992px) {
  .rightcontents .bluebutton {
    width: 100%;
    line-height: 25px;
    font-size: 20px;
    display: inline-block;
    text-align: center;
    padding: 12px 10px 8px 10px;
    color: #ffffff;
    background-color: #337ab7;
    border-radius: 5px;
  }
}

@media (max-width: 991px) {
  .rightcontents .bluebutton {
    width: 250px !important;
  }
}

.downloadbutton {
  width: 100px;
  font-size: 13px;
  display: inline-block;
  text-align: center;
  padding: 10px;
  color: #ffffff;
  background-color: #337ab7;
  border-radius: 5px;
  border: 1px solid #ffffff;
}

.button_price a {
  width: 150px;
  line-height: 25px;
  font-size: 20px;
  display: inline-block;
  text-align: center;
  padding: 10px;
  color: #ffffff;
  background: linear-gradient(30deg, #7f4cbe 0%, #d462c5 100%);
  border-radius: 5px;
  margin: 5px 0;
}

.button_bottom a {
  width: 250px;
  line-height: 25px;
  font-size: 20px;
  display: inline-block;
  text-align: center;
  padding: 10px;
  color: #ffffff;
  background: linear-gradient(30deg, #7f4cbe 0%, #d462c5 100%);
  border-radius: 5px;
  margin: 5px 0;
}

.button_bottom a:hover,
.button_bottom a:active {
  background-color: #7f4cbe;
  color: #ffffff;
  text-decoration: none;
}


/* ==========================================================================
   テーブル
   ========================================================================== */

table.table-bordered td {
  width: 500px;
  height: 100px;
}

table.table-bordered td.tdleft {
  width: 100px;
  height: 100px;
}

td.listing-title {
  background-color: #7F4CBE;
  color: #FFF;
  border: 1px solid #E8EAEF;
  font-weight: bold;
  letter-spacing: 0;
  padding: 2px 4px 3px;
  text-align: center;
}

td.listing-title-g {
  background-color: #91B431;
  color: #FFF;
  border: 1px solid #91B431;
  font-weight: bold;
  letter-spacing: 0;
  padding: 2px 4px 3px;
}

td.listing-inner2 {
  background-color: #E8EAEF;
  color: #000;
  line-height: 200%;
  vertical-align: middle;
  padding: 2px 4px 3px;
}

.listing-inner4 {
  background-color: #E8EAEF;
  color: #000;
  font-weight: bold;
  border-top: 1px solid #959FBD;
  border-bottom: 1px solid #959FBD;
  line-height: 150%;
  padding: 2px 4px 3px;
}

.title-type3 {
  height: 34px;
  text-align: left;
  vertical-align: middle;
  font: bold 16px verdana;
  color: #000;
}

table.techtable {
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0 15px;
  font-size: 14px;
}

table.techtable th,
table.techtable td {
  padding: 10px;
}

table.techtable th {
  width: 25%;
  height: 60px;
  background: #295890;
  vertical-align: middle;
  text-align: left;
  position: relative;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
}

table.techtable td {
  background: #f8f8f8;
  padding-left: 20px;
}

.techtable a,
.techtable a:hover,
.techtable a:active {
  color: #ffffff;
}

table.downmanual td {
  padding: 10px;
  background: #f8f8f8;
}

table.downmanual td.manuals {
  background: #ffffff;
  font-weight: bold;
}

.download {
  width: 100%;
}

table.download th.downloads {
  vertical-align: middle;
  color: #333;
}

table.download td {
  padding: 15px 10px;
  background: #eeeeee;
  border-bottom: 2px solid #ffffff;
}

table.download td.bgwhite {
  padding: 15px 10px;
  background: #ffffff;
  border-bottom: 2px solid #eeeeee;
}

table.productlist th {
  color: #ffffff;
  background: #000431;
  height: 50px;
  border: 1px solid #eee;
}

table.productlist td {
  border: 1px solid #eee;
}

/* ==========================================================================
   価格テーブル (price.html)
   ========================================================================== */

table.pricetable thead th {
  font-size: 20px;
  text-align: center;
  color: #fff;
  background: linear-gradient(30deg, #7f4cbe 0%, #d462c5 100%);
  padding: 10px;
}

table.pricetable tbody th {
  width: 13%;
  font-size: 15px;
  padding: 20px;
  background: linear-gradient(30deg, #90b331 0%, #bae696 100%);
}

table.pricetable tbody td {
  width: 15%;
  font-size: 15px;
  padding: 20px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .scroll {
    overflow-x: auto;
  }

  .pricetable {
    min-width: 640px;
    margin: 0 10px 50px;
  }

  .pricetable td {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
  }
}

table.pricetable2 thead th {
  font-size: 20px;
  text-align: center;
  color: #fff;
  background: linear-gradient(30deg, #7f4cbe 0%, #d462c5 100%);
  padding: 10px;
}

table.pricetable2 tbody th {
  width: 30%;
  font-size: 15px;
  padding: 20px;
  background: linear-gradient(30deg, #90b331 0%, #bae696 100%);
}

table.pricetable2 tbody td {
  width: 70%;
  font-size: 15px;
  padding: 20px;
  text-align: center;
}


/* ==========================================================================
   動画・メディア
   ========================================================================== */

.movie-wrap {
  position: relative;
  padding-bottom: 20px;
  overflow: hidden;
}

.YoutubeWrapper {
  position: relative;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  padding-top: 69px;
  padding-bottom: 50%;
  overflow: hidden;
}

.YoutubeWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}


/* ==========================================================================
   フィーチャー リスト
   ========================================================================== */

.featurelist {
  line-height: 25px;
  margin: 10px 10px 40px 10px;
}

#feature_1 {
  font-weight: 900;
  font-size: 14px;
  vertical-align: middle;
  list-style-image: url(../images/ecalic033_005.gif);
  line-height: 30px;
}


/* ==========================================================================
   共通
   ========================================================================== */

p {
  line-height: 22px;
}

li {
  line-height: 22px;
}

/* Bootstrap 3 互換: dl-horizontal (将来的に Bootstrap 5 グリッドへ移行推奨) */
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dl-horizontal dd {
  margin-left: 180px;
}

@media (max-width: 767px) {
  .dl-horizontal dt {
    float: none;
    width: auto;
    text-align: left;
  }

  .dl-horizontal dd {
    margin-left: 0;
  }
}

/* ==========================================================================
   Modern Premium Design Tokens (v16.6 Modernization)
   ========================================================================== */

:root {
  --wd-slate-900: #0f172a;
  --wd-slate-800: #1e293b;
  --wd-slate-700: #334155;
  --wd-slate-200: #e2e8f0;
  --wd-slate-100: #f1f5f9;
  --wd-amber-500: #f59e0b;
  --wd-amber-600: #d97706;
  --wd-sky-500: #0ea5e9;
  --wd-indigo-600: #4f46e5;
  --wd-emerald-500: #10b981;
}

/* Premium Card Styles */
.wd-hero-product {
  display: flex;
  width: 216px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0.9rem 1rem;
  background: #ffffff;
  border-left: 4px solid var(--wd-amber-500);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.wd-hero-product-logo {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 767.98px) {
  .wd-hero-product {
    width: 180px;
    padding: 0.65rem 0.8rem;
  }
}

@media (min-width: 992px) {
  .wd-hero-product {
    margin-left: 0;
  }
}

.wd-card-modern {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(30, 41, 59, 0.7);
  backdrop-filter: blur(12px);
  border-radius: 16px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.wd-card-modern:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.2), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border-color: rgba(245, 158, 11, 0.4);
}

/* Feature Icons */
.feature-icon-wrapper {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  margin-bottom: 1.5rem;
}

/* Custom Alert Banner */
.wd-alert-premium {
  border-left: 5px solid var(--wd-amber-500);
  background: rgba(245, 158, 11, 0.05);
  border-radius: 8px;
}

/* ROI Graph styling */
.roi-graph-container {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.roi-bar-self {
  background: linear-gradient(90deg, #ef4444 0%, #f87171 100%);
  border-radius: 4px;
}

.roi-bar-wd {
  background: linear-gradient(90deg, #10b981 0%, #34d399 100%);
  border-radius: 4px;
}

/* Price page decision flow and quote template */
.wd-section-label {
  color: var(--wd-indigo-600);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.wd-card-border {
  border: 1px solid #e2e8f0 !important;
  border-radius: 8px !important;
}

.wd-card-accent-primary {
  border-top: 4px solid var(--wd-indigo-600) !important;
}

.wd-card-accent-success {
  border-top: 4px solid var(--wd-emerald-500) !important;
}

.wd-card-accent-info {
  border-top: 4px solid var(--wd-sky-500) !important;
}

.text-indigo {
  color: var(--wd-indigo-600) !important;
}

.bg-indigo {
  background-color: var(--wd-indigo-600) !important;
}

.wd-decision-flow {
  background: linear-gradient(180deg, #ffffff 0%, var(--wd-slate-100) 100%);
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}

.wd-flow-step {
  min-height: 178px;
  border: 1px solid #dbe4ee;
  border-radius: 8px;
  background: #ffffff;
  position: relative;
}

.wd-flow-step-number {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--wd-slate-900);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.wd-flow-arrow {
  color: var(--wd-indigo-600);
  font-size: 1.6rem;
}

.wd-flow-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border: 1px solid #dbe4ee;
  border-radius: 999px;
  background: #ffffff;
  color: var(--wd-slate-700);
  padding: 0.35rem 0.75rem;
  font-size: 0.82rem;
  font-weight: 600;
}

.wd-quote-template {
  border: 1px solid #dbe4ee;
  border-left: 5px solid var(--wd-indigo-600);
  border-radius: 8px;
  background: #f8fafc;
}

.wd-template-block {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  color: var(--wd-slate-700);
  font-family: "Noto Sans JP", "Inter", sans-serif;
  font-size: 0.9rem;
  line-height: 1.85;
  white-space: pre-wrap;
}

@media (min-width: 992px) {
  .wd-flow-arrow-col {
    flex: 0 0 34px;
    max-width: 34px;
  }
}

@media (max-width: 991.98px) {
  .wd-flow-step {
    min-height: auto;
  }

  .wd-flow-arrow {
    transform: rotate(90deg);
  }
}

/* ===================================================================
   全体的な文字のコントラスト・可読性向上（高コントラスト設計）
   =================================================================== */

/* 1. アコーディオンボタンのコントラスト修正 (Collapsed時の黒文字化バグを防ぎ、常に白文字に) */
.accordion-button {
  transition: all 0.2s ease-in-out;
}

.accordion-button::after {
  /* 矢印アイコンを強制的に白色にして、ダーク背景でのコントラストを確保 */
  filter: brightness(0) invert(1) !important;
}

.accordion-button:not(.collapsed) {
  background-color: #0f172a !important; /* 最新プレミアムダークネイビー */
  color: #ffffff !important;
  box-shadow: none !important;
}

.accordion-button.collapsed {
  background-color: #475569 !important; /* 最新プレミアムスレートグレー */
  color: #ffffff !important;
}

.accordion-button:focus {
  border-color: rgba(255, 255, 255, 0.2) !important;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.15) !important;
}

/* 2. モバイルナビゲーション（ネイビー背景）時のドロップダウンリンクの低コントラスト修正 */
@media (max-width: 991.98px) {
  .prodnavbar .navbar-nav .dropdown-menu {
    background-color: rgba(15, 23, 42, 0.5) !important; /* より深みのある半透明ダーク */
    border-radius: 6px;
    padding: 8px;
  }
  
  .prodnavbar .navbar-nav .dropdown-item {
    color: #f8fafc !important; /* 暗いグレー(#9d9d9d)からほぼ白色(#f8fafc)に変更 */
    padding-left: 20px;
    font-weight: 500;
  }
  
  .prodnavbar .navbar-nav .dropdown-item:hover,
  .prodnavbar .navbar-nav .dropdown-item:focus {
    color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.15) !important;
  }
}

/* 3. ヒーローヘッダー内の説明文（text-white-50）のコントラスト向上 */
header.bg-dark .text-white-50,
header.bg-dark .lead {
  color: #f1f5f9 !important; /* 半透明のグレーから、より明るく見やすいスレートホワイトに変更 */
}

/* 4. WHQLセクション内の text-white-50 コントラスト向上 */
/* #0f172a 背景上の rgba(255,255,255,0.5) は約5.4:1 だが、より高いコントラストを確保 */
section#whql .text-white-50 {
  color: #e2e8f0 !important; /* slate-200: コントラスト比 約10:1 on #0f172a */
}

/* 5. bg-light / bg-white 上の text-muted コントラスト向上 */
/* Bootstrap text-muted (#6c757d) on bg-light (#f8f9fa) = 4.36:1 → AA不合格 */
/* → #495057 に変更することで 5.07:1 を確保 */
.bg-light .text-muted,
.bg-white .text-muted,
.card .text-muted {
  color: #495057 !important;
}

/* 6. カードテキスト（small）の行間を広げて可読性向上 */
.card-text.small,
.card-text.small.mb-0 {
  line-height: 1.65;
}


/* ==========================================================================
   Shade Tabs (旧 scripts/tabcontent.css より統合)
   price.html / products.html / techissues.html / whql_service.html /
   support.html / download_list.html で使用するタブUIのスタイル
   ========================================================================== */

.shadetabs {
  padding: 0;
  margin: 1px 0 1px 0;
  font-size: 12px;
  list-style-type: none;
  text-align: left;
}

.shadetabs li {
  float: left;
  margin: 0 -1px -1px 0;
  padding: 0;
  list-style: none;
}

.shadetabs li.first {
  margin: 0;
  padding: 0 0 3px 1px;
  color: #ffffff;
}

.shadetabs li {
  text-decoration: none;
  line-height: normal;
  padding: 10px 30px 9px 30px;
  display: block;
  border: 1px solid #bfbfbf;
  color: #005e9e;
  background: #f0f0f0 url(../images/shade.gif) top left repeat-x;
  cursor: pointer;
}

@media (max-width: 992px) {
  .shadetabs li {
    padding: 10px 15px 9px 15px;
  }
}

.shadetabs li a:visited {
  color: #005e9e;
}

.shadetabs li a:active {
  color: #2d2b2b;
}

.shadetabs li a:hover {
  text-decoration: underline;
  color: #005e9e;
}

.shadetabs li.selected {
  position: relative;
  background: white url(../images/shadeactive.gif) top left repeat-x;
  color: #2d2b2b;
}

@media (min-width: 480px) {
  .shadetabs li.selected {
    border-bottom-color: #ffffff;
  }
}

.shadetabs li.selected:hover {
  text-decoration: none;
  color: #2d2b2b;
}

@media print {
  .tabcontent {
    display: block !important;
  }
}

.hide {
  display: none;
}

@media (min-width: 480px) {
  .contentsblock {
    border-top: 1px solid rgb(191, 191, 191);
    float: left;
    clear: left;
  }
}
