@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------
  .tufs_table01
----------------------------------------------------*/
@media only screen and (max-width:480px){
    .tufs_table01 th,
    .tufs_table01 td{
    width: 100%;
    display: block;
    border-top: none;
    }
  .tufs_table01 tr:first-child th { border-top: 1px solid #ddd; }
}

/*----------------------------------------------------
  .tufs_table02
----------------------------------------------------*/
@media screen and (max-width: 480px) {
.tufs_table02 thead {
	display:none;
}
.tufs_table02 tbody th {
	
	display:block;
}
.tufs_table02 tbody td {
	
	display:block;
}
.tufs_table02 tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
}
.tufs_table02 tbody td p {
	padding-left:6em;
}
}

/*----------------------------------------------------
  .tufs_table03
----------------------------------------------------*/


@media only screen and (max-width:480px){
    .tufs_table03 th,
    .tufs_table03 td{
    width: 100%;
    display: block;
    border-top: none;
    }
  .tufs_table01 tr:first-child th { border-top: 1px solid #ddd; }
}
