@charset "utf-8";
.g_nav ul{
    margin-bottom: 100px;/*index.htmlは50px*/
}/*ヘッダーここまで*/
/*メインここから各CSS*/
main h2{
    width: 72px;
    margin: 0 auto;
    text-align: center;
    line-height: 3;
    margin-bottom: 60px;
    font-weight: normal;
    font-size: 1.1em;
    border-bottom: solid 1px;
}
table{
    width: 600px;
    margin: 0 auto;
    margin-bottom: 150px;
    line-height: 60px;
    font-size: .9em;
}
table th{
    text-align: left;
    padding: 0 0 0 30px;
    border-right: solid 1px #ccc;;
    border-bottom: solid 1px #ccc;;
}
table td{
    padding-left: 60px;
    border-bottom: solid 1px #ccc;;
}
.last_th{
    border-bottom: none;
}
.last_td{
    border-bottom: none;
}
/*メインここまで*/