@charset "utf-8";

/* CSS Document */

#under section, .thum {
    margin-bottom: 40px;
}
#under section>p {}
.thum li {
    float: left;
    width: 250px;
    text-align: center;
    margin-right: 30px;
    margin-bottom: 30px;
    border: 1px solid #aaa;
}
.thum li img {
    width: 200px;
    margin: 20px 0;
}
.thum li p {
    background-color: #777777;
    color: #fff;
    font-size: 90%;
    padding: 5px 0
}
#under .border_b {
    border-bottom: 1px dotted #999;
    padding-bottom: 20px;
}
#under table {
    width: 100%;
    margin-bottom: 30px
}
#under table, td, th {
    border: 1px solid #AAA;
    border-collapse: collapse;
    font-size: 90%;
    padding: 10px
}
#under td, th {
    width: 20%;
}
#under tr:nth-child(1) th {
    background-color: rgb(119, 119, 119);
    color: #fff;
}
#under th {
    background-color: rgb(217, 217, 217);
}
td {}
#under tr.txt td {
    background-color: rgb(217, 217, 217);
}
#under td:nth-child(2) {
    background-color: rgb(234, 239, 255);
}
#under td:last-child {
    background-color: #fff;
}
#under .righttxt {
    line-height: 2.5;
    margin-bottom: 40px;
}
#under .size td{
    background-color:#FFF;
}
#under .size tbody th{
    background-color:#d9d9d9;
    color:#333
}
@media all and (min-width:767px) {
    #under table {
        width: 80%;
    }
    #under .leftimg {
        width: 42%;
        margin-right: 8%;
        margin-bottom: 40px;
    }
}
