@charset "utf-8";



/*スマホ*/
@media screen and (max-width:640px){

/*概要*/
.table2 {
width:96%;margin:20px auto 0px auto;padding:0px 2% 0px 2%;
border-collapse:separate;
font-size:80%;
text-align: left;

}
.table2 th {
width:30%;padding:10px 0px 10px 10px;
text-align:left;vertical-align:top;
background-color:#fff;
color:#000;
font-weight:normal;


}
.table2 td {
padding:10px 0px 10x 10px;

}

td, th {
border-top: 1px solid #000;
}


.table2 table tr:last-child th,
.table2 table tr:last-child td{
border-bottom: 1px solid #000;
}

}




/*PC*/
@media print, screen and (min-width:641px){


/*概要*/
.table2 {
width:1000px;margin:0px auto;padding:0px 15px 45px 15px;
border-collapse:separate;
font-size:90%;
text-align: left;

}
.table2 th {
width:30%;padding:10px 0px 10px 10px;
text-align:left;vertical-align:top;
background-color:#fff;
color:#000;
font-weight:normal;


}
.table2 td {
padding:10px 0px 10x 10px;
border-left: 1px solid #000;

}

td, th {
border-top: 1px solid #000;
}


.table2 table tr:last-child th,
.table2 table tr:last-child td{
border-bottom: 1px solid #000;
}


}
