@charset "utf-8";

.option-block {
  background-color: #f5f5f5;
}

/* .head-supplement */
.supplement {
  margin-top: 10px;
  font-size: 75%;
}

/* .targetplan-block */
.targetplan-block table {
  margin-bottom: 8px;
}

.targetplan-block table tr.thead th a {
  padding-left: 8px;
  color: #fff;
  background: url(../../../images/icon_link_small-bg.gif) 0 0.3em no-repeat;
}

.targetplan-block table tr.subhead th a {
  padding-left: 8px;
  background: url(../../../images/icon_link_small.gif) left 0.3em no-repeat;
}

.targetplan-rental table tr td {
  width: 76px !important;
}

.targetplan-vps table tr.thead th {
  background-color: #19a5a2 !important;
}

.targetplan-vps table tr.subhead th {
  background-color: #e7f7f7;
}

.targetplan-winvps table tr.thead th {
  background-color: #0957a3 !important;
}

.targetplan-vps table tr td,
.targetplan-winvps table tr td {
  width: 660px !important;
}

.targetplan-winvps table tr.subhead th {
  background-color: #e7f1f9;
}

.targetplan-server table tr.thead th {
  background-color: #1a73bf !important;
}

.targetplan-server table tr.subhead th,
.targetplan-server table tr td {
  width: 93px !important;
}

.targetplan-server table tr.subhead th {
  background-color: #e7f1f9;
}

.targetplan-datacenter table tr.thead th {
  background-color: #533676 !important;
}

.targetplan-datacenter table tr td {
  width: 660px !important;
}

.targetplan-datacenter table tr.subhead th {
  background-color: #edeaf1;
}

.targetplan-cloud table tr.thead th {
  background-color: #3e8c0a !important;
}

.targetplan-cloud table tr td {
  width: 660px !important;
}

.targetplan-block table.no-targetplantable tr th,
.targetplan-block table.no-targetplantable tr td {
  width: auto !important;
}

.txt-block .right {
  width: 240px;
}

.txt-block .left {
  width: 480px;
}

.txt-block .right .inner,
.txt-block .left .inner {
  padding-bottom: 12px;
}

.txt-block table tr td.img {
  text-align: center;
}

.section-block table tr.sum th {
  font-weight: bold;
}

.mainimage {
  margin-bottom: 20px;
  height: 140px;
}

.mainimage * {
  display: none;
}

/* GENERAL */

table.general {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #d4d0d0;
}

table.general th {
  padding: 10px 5px;
  border: 1px solid #fde5bc;
  border-bottom: 1px solid #fde5bc;
  background-color: #fffdf5;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  color: #555;
}

table.general td {
  padding: 10px 5px;
  border: 1px solid #fde5bc;
  background: #fff;
  font-size: 14px;
  text-align: center;
  color: #555;
}

table.general thead th {
  font-size: 16px;
}

table.general tfoot th {
  width: 240px;
  padding: 10px;
  text-align: left;
  vertical-align: top;
}

table.general tfoot th h4 {
  font-size: 16px;
}

table.general tfoot td {
  padding: 10px;
  text-align: left;
  vertical-align: top;
}

table.general tfoot td li {
  margin-bottom: 5px;
}

table.general a {
  text-decoration: underline;
}

table.general em {
  margin-right: 0.1em;
  font-size: 26px;
  font-style: normal;
  color: #f19a0b;
}

table.general span {
  color: #f19a0b;
}

table.general tfoot em {
  margin: 0 0.1em;
  font-size: 20px;
}

table.general strong {
  margin-right: 0.1em;
  font-size: 24px;
}

table.general caption {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

table.general b {
  color: #ea2e59;
}

/* rollover */

.close_btn {
  display: inline-block;
  position: relative;
  vertical-align: bottom;
}

.close_btn:hover::after {
  content: url(../../../images/btn_close-on.gif);
  position: absolute;
  left: 0;
  top: 0;
}