@charset "utf-8";
/* category : index settei */
/* Table Settei */
.type1table {
 width: 60%;
 font-size: 90% !important;
 margin: 14px 0 14px 40px;
 border-bottom: 1px solid #a9a9a9;
 border-collapse: collapse;
 border-spacing: 0;
 }
.type1table th {
 padding: 0.2em 0.5em;
 border: 1px solid #c0c0c0;
 border-bottom-color: #c0c0c0;
 }
.type1table tbody td {
 text-align: left;
 padding: 0.1em 0.1em 0.1em 0.4em;
 }
.type1table td,
.type1table tbody th {
 border: 1px dotted #c0c0c0;
}
.type1table tbody tr {
 border-top: 1px solid #c0c0c0;
 }
.type1table tbody tr.even {
 color: #333332;
 background-color: #ffffff;
 }
.type1table tbody tr.odd {
 color: #333332;
 background-color: #f8f8f8;
 }
.type1table th.valu {
 width: 6%;
 }
.att-testtext:after {/* clear for left image */
 content: "";
 display: block;
 clear: both;
}
.att-testtext {
 margin-left: 240px !important;
}