@charset "utf-8";
.abother-inner {
    width: 100%;
}
.com-hd {
    background-image: url(../images/about_hd.jpg);
}
.about_other_text {
    line-height: 150%;
    font-size: 18px;
}
.tbl01 {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 98%;
}
.other-th {
    width: 98%;
    padding-left: 1em;
    text-indent: -1em;
    font-weight: bold;
}
.other-td {
    width: 98%;
}
.tbl01 div {
    margin-bottom: 8px;
}
.list1 {
    width: 96%;
}
.list1 li {
    padding-left: 1em;
    text-indent: -1em;
}


@media print,screen and (min-width: 800px) {
.abother-inner {
    width: 1000px;
}
.com-hd {

}
.about_other_text {
    line-height: 150%;
    font-size: 18px;
}
.tbl01 {
    margin-top: 20px;
    margin-bottom: 20px;
    display: table;
    width: 1000px;
}
.other-th {
    display: table-cell;
    width: 350px;
    padding-right: 20px;
}
.other-td {
    display: table-cell;
    width: 550px;
}
.tbl01 div {
    margin-bottom: 16px;
}
.list1 {
    padding-left: 40px;
    width: auto;
}


}
