@charset "UTF-8";

  /*機械設備のテーブル位置*/

.otoiawase-sayuuiti{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tableiti{
    text-align: center;
}

.tableoutside{
    border-collapse: collapse;
    margin-bottom: 50px;
}

.lefttable{
    background-color: rgb(237, 233, 233);
    width:200px;
    text-align: left;
    padding-left: 20px;
    padding: 5px;
}

.righttable{
    background-color: white;
    width:350px;
    text-align: left;
    padding-left: 20px;
    padding: 5px;
}

.mailad p{
    color: orange;
    font-size: 1rem;

}

.mailad p:hover{
    color: red;
    font-size: 1rem;
}
