@charset "utf-8";

.page_list table {
	margin-top: 50px;
	width: 100%;
}
	.page_list table th {
		border: 1px solid #ccc;
		padding: 8px;
		vertical-align: middle;
	}
		.page_list table .th01 {
			width: 120px;
		}
		.page_list table .th02 {
			background-image: url(../../../img/common/bg_stripe_pink.gif);
			width: 220px;
		}
		.page_list table tbody th {
			background-color: #f2f2f2;
		}
	.page_list table td {
		border: 1px solid #ccc;
		padding: 8px;
		vertical-align: middle;
	}
		.page_list table td .txt01 {
			color: #a5001e;
			font-size: 1.8rem;
		}
			.page_list table td .txt01 li:before {
				content: "・";
			}
		.page_list table td .txt02 {
			color: #a5001e;
		}


.mb_100{
	margin-bottom: 100px;
}


@media (max-width: 667px) {



}
