@charset "utf-8";
/* CSS Document */

.v_middle {
	vertical-align: middle;
}

.v_top {
	vertical-align: top;
}

.nowrap {
	white-space: nowrap;
}

/*----------------------------------------------------
	.tbl00
----------------------------------------------------*/

table.tbl00 th, table.tbl00 td {
    padding: 0;
}
table.tbl00 th	{
    text-align: left;
    font-weight: normal;
}

@media only screen and (max-width: 480px) , screen and (max-device-width: 480px) {
    table.tbl00	{
        margin: 0;
    }
    table.tbl00 th,
    table.tbl00 td {
		width: 100%;
		display: block;
		border-top: none;
    }
}

/*----------------------------------------------------
	.tbl01
----------------------------------------------------*/
table.tbl01 {
	width: 100%;
	font-size: 1.4rem;
}
table.tbl01 th, table.tbl01 td {
	padding: 5px;
	border: 1px solid #999;
}
table.tbl01 th	{
	background: #E1A1A9;
	font-weight: 600;
	color: #FFF;
}
table.tbl01 td p {
	font-size: 1.8rem;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
table.tbl01 td date {
	display: block;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 10px;
	margin-bottom: 10px;
	width: 100%;
}
table.tbl01 th:first-of-type,
table.tbl01 td:first-of-type {
	width: 5%;
	white-space: nowrap;
	text-align: center;
}
table.tbl01 th:nth-of-type(2),
table.tbl01 td:nth-of-type(2),
table.tbl01 th:nth-of-type(4),
table.tbl01 td:nth-of-type(4) {
	width: 5%;
	text-align: center;
	white-space: nowrap;
}
table.tbl01 th:nth-of-type(3),
table.tbl01 td:nth-of-type(3) {
	text-align: center;
}
table.tbl01 td:nth-of-type(3).sp {
	width: 20%;
}
tr.tr01 {
	background: #CCD5EC;
}
tr.tr02 {
	background: #FFFEEC;
}

@media only screen and (max-width: 575.98px) {
	table.tbl01 td:nth-of-type(3),
	table.tbl01 td:nth-of-type(2).sp {
		text-align: left;
	}
	table.tbl01 td:nth-of-type(3).sp {
		text-align: center;
	}
	table.tbl01 td p {
		font-size: 1.6rem;
	}
}
/*----------------------------------------------------
	.tbl02
----------------------------------------------------*/
table.tbl02 {
    width: 480px;
    margin-bottom: 0.5em;
}

table.tbl02 th, table.tbl02 td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: center;
}
table.tbl02 th	{
    background: #f4f4f4;
    font-weight: normal;
}

@media only screen and (max-width: 480px) , screen and (max-device-width: 480px) {
    table.tbl02	{
        margin: 0 -10px;
        width: 100%;
    }
}

/*----------------------------------------------------
	.tbl03
----------------------------------------------------*/
table.tbl03 {
    min-width: 480px;
    margin-bottom: 0.5em;
}

table.tbl03 th, table.tbl03 td {
    padding: 10px;
    border: 1px solid #ddd;
}
table.tbl03 th	{
    background: #f4f4f4;
    font-weight: normal;
}

@media only screen and (max-width: 480px) , screen and (max-device-width: 480px) {
    table.tbl03	{
        margin: 0 -10px;
        width: 100%;
    }
}