@charset "UTF-8";

/* =========================================================
   Xrostella software update page
   対象：/support/xrostella/software/H-VH1C/pc.html
========================================================= */

/* ---------------------------------------------------------
   共通余白
--------------------------------------------------------- */

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mb05 {
  margin-bottom: 5px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml50 {
  margin-left: 50px;
}

.fntBold {
  font-weight: bold;
}

.txtRig {
  text-align: right;
}

.txtCen {
  text-align: center;
}

/* =========================================================
   見出し
========================================================= */

.sub-section h2.soft-update-title {
    margin: 0 0 20px;
    padding: 8px 15px;
    background: #f2f2f2;
    font-size: 2.6rem;
    font-weight: normal;
    line-height: 1.4;
}

.sub-section .sub-heading {
    padding-bottom: 5px;
    margin-top: 24px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
}

/* ---------------------------------------------------------
   利用規約エリア
--------------------------------------------------------- */

.condition_l {
  margin-top: 20px;
  border: 1px solid #ccc;
  background: #fff;
}

.condition_l .ttl {
  margin: 0;
  padding: 12px 16px;
  background: #f5f5f5;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}

.condition_l .cont {
  padding: 18px 20px;
}

.condition_l ul {
  margin: 0;
  padding-left: 1.5em;
}

.condition_l li {
  margin-bottom: 10px;
  line-height: 1.7;
}

.condition_s {
  max-height: 420px;
  overflow-y: auto;
  padding: 18px 20px;
  border: 1px solid #ddd;
  background: #fff;
}

.condition_s div {
  margin-bottom: 22px;
}

.condition_s div:last-child {
  margin-bottom: 0;
}

.condition_s ul {
  margin-top: 8px;
}

.condition_s li {
  line-height: 1.7;
}

/* ---------------------------------------------------------
   ダウンロードボタン
--------------------------------------------------------- */

.dlBtn {
  margin-top: 30px;
  text-align: center;
}

.dlBtn a {
  display: inline-block;
  vertical-align: middle;
}

.dlBtn img {
  vertical-align: middle;
}

.dlBtn span {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  font-size: 1.6rem;
}


/* ---------------------------------------------------------
   画像
--------------------------------------------------------- */
.imgBlock img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.imgBlock .item_w {
  margin-bottom: 20px;
}


/* ---------------------------------------------------------
   表
--------------------------------------------------------- */

.scrollArea {
  overflow-x: auto;
  margin-top: 20px;
}

.tableStyle1 {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
  background: #fff;
}

.tableStyle1 th,
.tableStyle1 td {
  padding: 12px 14px;
  border: 1px solid #ccc;
  vertical-align: top;
  line-height: 1.6;
}

.tableStyle1 th {
  background: #f5f5f5;
  text-align: center;
  font-weight: bold;
}

.tableStyle1 th.data,
.tableStyle1 th.ver {
  width: 9em;
}

.tableStyle1 td:first-child,
.tableStyle1 td:nth-child(2) {
  text-align: center;
  white-space: nowrap;
}

.tableStyle1 ul {
  margin: 0;
  padding-left: 0;
}

.tableStyle1 li {
  list-style: none;
}

/* 「・」を本文側で入れている場合のインデント調整 */
.txtIndent {
  padding-left: 1em;
  text-indent: -1em;
}

/* ---------------------------------------------------------
   スマホ調整
--------------------------------------------------------- */
@media screen and (max-width: 767px) {

  .txtRig {
    text-align: left;
  }

  .ml20,
  .ml30,
  .ml50 {
    margin-left: 0;
  }

  .condition_l .cont {
    padding: 15px;
  }

  .condition_s {
    max-height: 360px;
    padding: 15px;
  }

  .dlBtn {
    text-align: center;
  }

  .dlBtn a {
    display: inline-block;
  }

  .dlBtn img {
    width: 100px;
    height: 30px;
    max-width: 100px;
    vertical-align: middle;
  }

  .dlBtn span {
    display: block;
    margin-top: 8px;
    margin-left: 0;
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: center;
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  .imgBlock {
    display: block;
    margin-left: 0;
  }

  .imgBlock .item_w {
    margin-bottom: 15px;
  }

  .tableStyle1 {
    min-width: 640px;
  }

  .tableStyle1 th,
  .tableStyle1 td {
    padding: 10px;
  }

}

/* バージョン確認画像 */
.versionImg {
  display: flex !important;
  flex-wrap: nowrap;
  gap: 20px;
}

.versionImg .item_w {
  width: 50% !important;
  margin-bottom: 0;
}

.versionImg img {
  width: auto;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .versionImg {
    display: block !important;
  }

  .versionImg .item_w {
    width: 100% !important;
    margin-bottom: 15px;
  }
}

/* Steamリンク */
ol li a,
ol li a:visited {
  color: #06F !important;
  text-decoration: underline !important;
}

ol li a:hover {
  color: #06F !important;
  text-decoration: underline !important;
}

