@charset "UTF-8";
/* CSS Document */
.table_01 {
	width:auto;
	border-top:1px dotted #ccc;
}
.table_01,.table_01 th,.table_01 td {
	border-collapse:collapse;
}
.table_01 th,.table_01 td {
	padding:10px;
	border-bottom:1px dotted #ccc;
}
.table_01 th {
	width: 160px;
	background-color: #EEE;
	color:#291B4B;
	font-weight:bold;
}
@media screen and (max-width: 640px) {
  .table_01,
  .table_01 th,
  .table_01 td {
    display:block;
    width:100%;
  }
  .table_01 td { border-bottom:none; }
  .table_01 td a { display:inline; }
}