/* ウェルカムページ */
/* 
topLogoArea, topBodyArea, topHeader, column, 
columnTop, pickUp, 
*/
.topBodyArea{
    width: 80%;
    height: 100%;
    color: white;
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
    margin-bottom: 50px;
}
.column{
    text-align: center;
    border-top: white 1px groove;
    width: 90%;
    padding-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
}
.columnTop{
    font-size: x-large;
    margin-top: 10px;
    margin-bottom: 10px;
}
.pickUp{
    width: 30%;
}
.column table{
    width: 100%;
}
.column table tr{
    border-bottom: 1px white dashed;
}
.column table th, td{
    color: white;
    text-align: left;
}
.column table th{
    width: 30%;
    font-size: small;
}