@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------------------------------
records
------------------------------------------------------------------------------ */ 
.tableStyle01 {
width: 577px;
margin-bottom: 20px;
}
.tableStyle01 th {
padding: 5px;
}
.tableStyle01 td {
padding: 2px;
}
ul.recordsBox {
width: 562px;
margin-bottom: 15px;
}
ul.recordsBox li {
border-bottom: 1px dashed #999;
margin-top: 15px;
padding-bottom: 15px;
padding-left: 18px;
}
ul.recordsBox li .recordsImg {
float: left;
width: 161px;
padding-right: 10px;
border-right: 1px solid #CCC;
}
ul.recordsBox li p {
float: right;
width: 362px;
margin-top: 30px;
}
.recordsBox02 {
width: 562px;
border-bottom: 1px dashed #999;
padding-bottom: 15px;
margin-bottom: 25px;
}
.recordsBox02 li {
float: left;
width: 150px;
border-right: 1px solid #CCC;
padding-left: 35px;
}
.recordsBox02 .listLast {
border-right-style: none;
}
.recordsTxt {
margin-bottom: 30px;
text-align: right;
padding-right: 20px;
color: #06F;
}
