@charset "utf-8";

.contentsarea>div {
    width: 750px;
    margin: 30px auto 0 auto;
}

table.standard {
    border-collapse: collapse;
    border-spacing: 0px;
    border: solid 1px #000000;
    margin: 0;
    color: #000000;
}

table.standard thead th {
    border: solid 1px #000000;
    background-color: #666666;
    color: #ffffff;
    text-align:center;
    font-weight:bold;
    padding:3px;
    font-size:1.3rem;
    word-break: break-all;
}

table.standard td {
    border: solid 1px #000000;
    padding:3px;
}

#primary img {
    vertical-align: unset;
}

@media screen and (max-width: 767px) {

#primary .textsmall img {
    max-width: 100%;
}
#primary .bodyarea {
    overflow-x: unset;
}
table.standard td {
    min-width: 110px;
}

.item_section {
    width:100.3%!important;
}

.port_area,.smulti_txt {
    width:100%!important;
}



}