@charset "utf-8";
/* CSS Document */

section table { width: 90%; margin-left:20px; }
section th, section td  { padding: 10px; border: 1px solid #ddd; }
section th,section td  { background: #f4f4f4; }
 
/*----------------------------------------------------
  .table01
----------------------------------------------------*/
.table01 th  { width: 20%; text-align: left; }
 
@media only screen and (max-width:480px){
    .table01 { margin: 0 10px 30px; }
    .table01 th,
    .table01 td{
    width: 100%;
    display: block;
    border-top: none;
    }
	
	.table01 th{
		background-color:#CCCCCC;
	}
  .table01 tr:first-child th { border-top: 1px solid #ddd; }
}