.sotowaku{
    border: 0px black solid;
    padding: 5px 10px;

}

.main-table{
    padding: 5px 5px;
    border: 2px black solid;
    width: 380px;
    background-color: #184C7E;
    /*172a38*/
    color: white;
    font-size: 16px;
    font-weight: bold;
}

.mainframe {
    overflow-y: scroll;
    display: inline-block;
    vertical-align: top;
    height: 500px;
}

/* パーツ選択用 */
.parts-table {
    border-collapse: collapse;
    font-family: 'ヒラギノ角ゴ';
    color: black;
}

.parts-table tr {
    display: flex;
    border: 0px;
}

.parts-table th {
    width: 75px;
    border: 1px gray solid;
    margin-top: -1px;
    margin-left: -1px;
    background-color: #172a38;
    color: white;
    font-size: 12px;
}

.parts-table td {
    width: 273px;
    border: 1px gray solid;
    margin-top: -1px;
    margin-left: -1px;
    background-color: white;
    font-size: 12px;
    display: flex;
    justify-content: space-evenly;
}

.parts-table select {
    width: 273px;
    height: 18px;
    border: 0px;
    font-size: 12px;
}


/* 特性選択用 */
.option-table {
    font-family: 'ヒラギノ角ゴ';
    border-collapse: collapse;
    color: black;
}

.option-table tr {
    display: flex;
    border: 0px;
}

.option-table th {
    border: 1px gray solid;
    margin-top: -1px;
    margin-left: -1px;
    background-color: #172a38;
    color: white;
    font-size: 12px;
}

.option-table td {
    border: 1px gray solid;
    margin-top: -1px;
    margin-left: -1px;
    background-color: white;
    font-size: 12px;
    display: flex;
}

.option-table [id$="head"] {
    width: 75px;
}

.option-table [id*="opname"] {
    width: 215px;
}

.option-table select {
    width: 100%;
    height: 100%;
    border: 0px;
    font-size: 12px;
    margin-top: 1px;
}

.option-table [id*="opvalue"] {
    width: 59px;
    padding: 1px 1px;
}

.option-table input[type="text"] {
    font-size: 12px;
    text-align: right;
    width: 40px;
    display: "flex";
}

.option-table [id*="-txt"] {
    font-weight: lighter;
    font-size: 12px;
    margin-top: 1px;
}

.total-option-list table {
    font-family: 'ヒラギノ角ゴ';
    border: 1px gray solid;
    border-collapse: collapse;
    color: black;
    padding: 0px 0px;
    white-space: wrap;
}

.total-option-list tr {
/*    display: flex; */
    border: 0px;
}

.total-option-list th {
    border: 1px gray solid;
    background-color: #172a38;
    color: white;
    font-size: 12px;
}

.total-option-list td {
    border: 1px gray solid;
    background-color: white;
    font-size: 12px;
}

/* 装備世代効果 */
.gene-table {
    font-family: 'ヒラギノ角ゴ';
    border-collapse: collapse;
}

.gene-table th {
    border: 1px gray solid;
    background-color: #172a38;
    color: white;
    font-size: 12px;
    height: 10px;
    width: 75px;
    padding: 5px;
}

.gene-table td {
    padding: 0px 0px;
    border: 1px gray solid;
    width: 43px;
    height: 10px;
}

.gene-table img {
    padding: 1px 1px;
    display: block;
}
.gene-table div[id*=gen] {
    height: 18px;
    text-align: center;
    font-size: 12px;
}

.gene-table div[id=g-total] {
    text-align: right;
    font-size: 12px;
}


*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}

.btn,
a.btn,
button.btn {
  font-size: 0.8rem;
  font-weight: 1000;
  line-height: 0.5;
  position: relative;
  display: inline-block;
  padding: 0.8rem 1.5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-new,
a.btn-new {
  color: #40E0D0;
  background-color: black;
}

.btn-new:hover,
a.btn-new:hover {
  color: #40E0D0;
  background: black;
}

a.btn-radius {
  border-radius: 50vh;
}

.update-info {
    font-size: 14px;
    white-space: wrap;
    font-family: 'ヒラギノ角ゴ';
}