body {
    font-family: Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Osaka, MS PGothic, arial, helvetica, sans-serif;
}

a {
    text-decoration: none;
}

a:link {
    color: rgb(0, 102, 255);
}

a:visited {
    color: rgb(0, 102, 255);
}

a:hover {
    color: rgb(0, 90, 255);
    text-decoration: underline;
}

a:active {
    color: rgb(0, 102, 255);
}

p.link {
    font-size: 10px;
}

td.equip_name {
    width: 200px;
}

input[type=text] {
    font-size: 16px;
    width: 80%;
}

td {
    border: solid 1px #a0a0a0;
    padding: 3px;
    height: 30px;
    width: 145px;
}

td.item_name {
    width: 80px;
}

td.item_from {
    width: 500px;
}

td.equip_type {
    width: 35px;
}

td.equip_name {
    width: 220px;
}

td.equip_create_lv {
    width: 35px;
}

table {
    width: 100%;
    border-collapse: collapse;
    font-size: 10px;
    color: #444444;
    border: solid 1px #a0a0a0;
}

.back_color {
    background-color: #efefef;
}

.pharmacy_back_color {
    background-color: #f0fff0;
}

th {
    border: solid 1px #a0a0a0;
}

th.equip_type {
    width: 70px;
}

th.equip_element {
    width: 35px;
}

th.equip_effect {
    width: 200px;
}

div {
    font-size: 10px;
}

div.table {
    margin-bottom: 5px;
    box-shadow: 0 0 0 1px #a0a0a0;
}

div.table_line {
    padding-left: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    background: #c7a182;
}

div.table_line_material {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

div.material {
    width: calc(100% / 3);
    padding-top: 1px;
    padding-bottom: 1px;
    background: white;
    box-shadow: 0 0 0 1px #a0a0a0;
}