@charset "UTF-8";
/* CSS Document */

.resource h3{
    margin:30px 0 0;
}
.resource table{
    border-collapse:separate;
    border-spacing:10px;
    line-height:1.0;
    margin:0 0 30px;
}
.resource table tr th{
    text-align:center;
    font-weight:normal;
    padding-right:10px;
}
.resource table tr td{
    text-align:left;
}
.resource table tr td:nth-child(2n){
    text-align:center;
}
.resource table tr td:nth-child(4n-2){
    padding-right:50px;
    border-right:solid 1px #000;
}
.resource table tr td:nth-child(4n-1){
    padding-left:25px;
}
