@charset "UTF-8";

.contents > .ptxt:nth-child(1) {padding:1em; border:3px solid #2575c6; color:#2575c6; font-size:105%; font-weight:700;}


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

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

  table.fee {width:100%; border-top:1px solid #7f7f7f; line-height:1.5;}
  table.fee th {padding:0.5em; border:1px solid #ddd; text-align:center; vertical-align:middle;}
  table.fee td {padding:0.5em; border:1px solid #ddd; text-align:center;}
  table.fee thead th {background:#123a63; color:#fff;}
  table.fee tbody tr:nth-child(even) th,
	table.fee tbody  tr:nth-child(even) td {background:#fafafa;}
  
  .contents > .ptxt:nth-child(1) {line-height:1.5;}

}



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

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

  table.fee {width:100%; border-top:1px solid #7f7f7f; line-height:1.5;}
  table.fee th {padding:0.5em; border:1px solid #ddd; text-align:center; vertical-align:middle;}
  table.fee td {padding:0.5em; border:1px solid #ddd; text-align:center;}
  table.fee thead th {background:#123a63; color:#fff;}
  table.fee tbody tr:nth-child(even) th,
	table.fee tbody  tr:nth-child(even) td {background:#fafafa;}
  
  .contents > .ptxt:nth-child(1) {text-align:center;}

}


