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

.table01 { width: 100%; }
.table01 th, .table01 td  { padding: 10px; border: 1px solid #ddd; }
.table01 th  { background: #f4f4f4; }

.table01 span{
	font-size:14px;
	font-weight:bold;
}
/*----------------------------------------------------
  .table01
----------------------------------------------------*/
.table01 th  { width: 20%; text-align: left; }
 
@media only screen and (max-width:480px){
    .table01 { margin: 0 -10px; }
    .table01 th,
    .table01 td{
    width: 100%;
    display: block;
    border-top: none;
    }
  .table01 tr:first-child th { border-top: 1px solid #ddd; }
}

.table02 { width: 100%; }
.table02 th, .table02 td  { padding: 10px; border: 1px solid #ddd; }
.table02 th  { background: #f4f4f4; }

.table02 span{
	font-size:14px;
	font-weight:bold;
}
/*----------------------------------------------------
  .table02
----------------------------------------------------*/
.table02 th  { width: 20%; text-align: left; }
 
.table02 caption{
	text-align:center;
	caption-side: bottom;
}
	