@charset "UTF-8";

.table1 thead th {
    padding: 15px;
    color: #fff;
    border: 1px solid #FFF;
    border-bottom: 2px solid #FFF;
    background-color: #30934e;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
}
.table1 tbody th {
    width: 400px;
    background-color: #39a85c;
    text-align: center;
    vertical-align: middle;
    color: #FFF;
    font-weight: bold;
    border-bottom: 2px solid #FFF;
    border-right: 1px solid #FFF;
    padding: 15px;
}
.table1 tbody td {
    padding: 10px;
    text-align: center;
    background-color: #ecf3e5;
    border: 1px solid #FFF;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #30934e;
    text-shadow: 1px 1px 1px #fff;
    min-width: 150px;
    vertical-align: middle;
    font-size: 20px;
    font-weight: bold;
}
.table02 thead th {
    padding: 10px;
    color: #fff;
    border: 1px solid #FFF;
    border-bottom: 2px solid #FFF;
    background-color: #30934e;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
}
.table02 th.th-orange {
    background: #d98507;
}
.table02 tbody th {
    min-width: 100px;
    background-color: #39a85c;
    text-align: center;
    vertical-align: middle;
    color: #FFF;
    font-weight: bold;
    border-bottom: 2px solid #FFF;
    border-right: 1px solid #FFF;
    padding: 15px;
}
.table02 tbody td {
    padding: 10px;
    text-align: center;
    background-color: #ecf3e5;
    border: 1px solid #FFF;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #30934e;
    text-shadow: 1px 1px 1px #fff;
    min-width: 100px;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
}
.table03 thead th.th-none {
    background: #FFF;
    color: #d98507;
    font-size: 18px;
    letter-spacing: 2px;
}
.table03 thead th.th-orange {
    background: #d98507;
}
.table03 tbody th.th-green {
    background-color: #30934e;
}
.table03 tbody th {
    min-width: 100px;
    background-color: #39a85c;
    text-align: center;
    vertical-align: middle;
    color: #FFF;
    font-weight: bold;
    border-bottom: 2px solid #FFF;
    border-right: 1px solid #FFF;
    padding: 15px;
}
.table03 tbody td {
    padding: 10px;
    text-align: center;
    background-color: #ecf3e5;
    border: 1px solid #FFF;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #30934e;
    text-shadow: 1px 1px 1px #fff;
    min-width: 100px;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
}
table {
    width: 100%;
}
.table03 thead th {
    padding: 10px;
    color: #fff;
    border: 1px solid #FFF;
    border-bottom: 2px solid #FFF;
    background-color: #30934e;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
}
@media screen and (max-width: 800px) {
a#sp1 + div .inner_item {
    width: 100%!important;
    margin-left: 0!important;
}
}