﻿@charset 'UTF-8';

.main_list{
    width: 100px;
    margin: 50px auto;
}

table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: solid 1px #fff;
}
table tr:nth-child(2n+1) {
    /*background: #e9faf9;*/
    background: #f5a22f;
}
table td {
    padding: 10px;
    border-bottom: solid 1px #fff;
}
.list_comment {
    font-size:1.2px;
    line-height:4.0vh;
    text-align:center;
}

.main_list{
    width: 80vw;
    margin: 10px auto;
}

table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: solid 1px #fff;
}
table tr:nth-child(2n+1) {
    /*background: #e9faf9;*/
    background: #f5a22f;
}
table td {
    padding: 5px;
    border-bottom: solid 1px #fff;
    font-size:1.0em;
}

.list_comment {
    font-size:1.3vw;
    line-height:4.0vh;
    text-align:center;

}

@media screen and (max-width: 768px) {
.main_list{
    width: 80vw;
    margin: 10px auto;
}

table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: solid 1px #fff;
}
table tr:nth-child(2n+1) {
    /*background: #e9faf9;*/
    background: #f5a22f;
}
table td {
    padding: 5px;
    border-bottom: solid 1px #fff;
    font-size:0.6em;
}

.list_comment {
    font-size:3.3vw;
    line-height:3.0vh;
    text-align:center;
}
}





