@charset "UTF-8";


/*********************************
 * ～900
 *********************************/

@media screen and (max-width:900px){

  table.fee {width:100%; margin:0 auto;}
  table.fee th {width:30%; padding:0.5em; border-bottom:1px solid #c4c4c4; text-align:center; vertical-align:middle; font-weight:500;}
  table.fee td {padding:0.5em; border-bottom:1px solid #c4c4c4; border-left:1px solid #c4c4c4; text-align:center;}
  table.fee thead th {border-bottom:1px solid #71abe8; color:#71abe8; font-weight:500;}
  table.fee thead th + th {border-left:1px solid #c4c4c4;}

}



/*********************************
 * 901～
 *********************************/

@media screen and (min-width:901px) {


  table.fee {width:90%; margin:0 auto;}
  table.fee th {width:30%; padding:0.5em; border-bottom:1px solid #c4c4c4; text-align:center; vertical-align:middle; font-weight:500;}
  table.fee td {padding:0.5em; border-bottom:1px solid #c4c4c4; border-left:1px solid #c4c4c4; text-align:center;}
  table.fee thead th {border-bottom:1px solid #71abe8; color:#71abe8; font-weight:500;}
  table.fee thead th + th {border-left:1px solid #c4c4c4;}

}


