@charset "Shift_JIS";

table.cl_table {
	border-collapse : separate;
	border-spacing  : 2px;
}
table.cl_table th,
table.cl_table td {
	padding     : 8px;
	line-height : 1.5;
	text-align  : center;
}
table.cl_table th {
	border-bottom : solid 1px #9999FF;
	border-right  : solid 1px #9999FF;
	background    : #CCCCFF;
	white-space   : nowrap;
}
table.cl_table td {
	border-bottom : solid 1px #9999FF;
	border-right  : solid 1px #9999FF;
	background    : #EEEEFF;
	white-space   : nowrap;
}

table.cl_table_simple {
	border-collapse : collapse;
	border-spacing  : 0;
	border          : 1px solid #999999;
}
table.cl_table_simple th,
table.cl_table_simple td {
	padding     : 10px;
	line-height : 1.5;
	text-align  : center;
}
table.cl_table_simple th {
	border-bottom : solid 1px #999999;
	border-right  : solid 1px #999999;
	background    : #EEEEFF;
	white-space   : nowrap;
}
table.cl_table_simple td {
	border-bottom : solid 1px #999999;
	border-right  : solid 1px #999999;
	background    : #FFFFFF;
	white-space   : nowrap;
}
table.cl_table_simple td.x-wrap {
	white-space   : normal;
}

table#table-01 {
    border: 1px #7A7A7A solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-01 th {
    width: 68px;
    padding: 3px;
    border: #7A7A7A solid;
    border-width: 0 0 1px 1px;
    background: #FFCCCC;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    color: black;
}
table#table-01 td {
    width: 43px;
    padding: 3px;
    border: 1px #7A7A7A solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}

table#table-02 {
    border: 1px #7A7A7A solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-02 th {
    width: 68px;
    padding: 3px;
    border: #D3D3D3 solid;
    border-width: 0 0 1px 1px;
    background: #3366CC;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    color: white;
}
table#table-02 td {
    width: 48px;
    padding: 3px;
    border: 1px #7A7A7A solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}

table#table-03 {
    border: 1px #7A7A7A solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-03 th {
    width: 68px;
    padding: 3px;
    border: #D3D3D3 solid;
    border-width: 0 0 1px 1px;
    background: palevioletred;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    color: black;
}
table#table-03 td {
    width: 48px;
    padding: 3px;
    border: 1px #7A7A7A solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}
