@charset "UTF-8";

/* コンテンツ最大幅を調整 */
/*.pane-main {
	margin: 0 auto;
	max-width: 860px;
}*/

/*.pane-main.max-w900 {
	margin: 0 auto;
	max-width: 900px;
}*/

.bread {
	padding-left: 3%;
	padding-right: 3%;
}

/* Base Css Overwrite */
#edit-wrap {
	line-height: 1.8;
	letter-spacing: 0.12em;
	color: #000;
}

/* ==================================================
Page Head Custom
================================================== */
#page-head {
	padding-left: 3%;
	padding-right: 3%;
}


/* ==================================================
Page Body
================================================== */
#page-body {
	padding-left: 3%;
	padding-right: 3%;
	max-width: 800px;
}

@media screen and (max-width: 768px) {

}


/* .txt-block
------------------------------ */
.txt-block {
}

.txt-block p {
	line-height: 2;
}

.txt-block b {
	font-weight: 600;
}

.txt-block em {
	font-weight: 600;
	display: inline-block;
}

/* .list-caution */
ul.list-caution {
}

ul.list-caution li {
	margin-bottom: 0.8em;
}

ul.list-caution li::before {
	content: "※";
	display: inline-block;
	text-align: left;
	width: 1.2em;
	text-indent: 0;
}

ul.list-caution li b {
	display: inline-block;
}


/* .table-block
------------------------------ */

/* table reset */
.edit-format table{ border-collapse: collapse; border-spacing: 0; }
.edit-format th, .news-format td { font-size: inherit; font-weight: inherit; font-style: inherit; empty-cells: show; }
/**/

.table-block {
}

.table-block table {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	border: 2px solid #000;
	table-layout: fixed;
  word-wrap: break-word;
	box-sizing: border-box;
}

.table-block table th,
.table-block table td {
	text-align: center;
	box-sizing: border-box;
	letter-spacing: 0;
	font-size: 13px;
	line-height: 1.4;
	padding: 8px 2px;
	vertical-align: middle;
}

.table-block table tr.head th b {
	display: inline-block;
	white-space: nowrap;
	font-weight: 400;
}

.table-block table tr.head th.size-left {
	width: 90px;
}

.table-block table tr.head th.size-center,
.table-block table tr.head th.size-right  {
	width: auto;
}

@media screen and (max-width: 480px) {
	.table-block table {
		max-width: 400px;
	}

	.table-block table th,
	.table-block table td {
		font-size: 12px;
		padding: 5px 1px;
	}

	.table-block table tr.head th.size-left {
		width: 50px;
	}
}

@media screen and (max-width: 380px) {
	.table-block table tr.head th b {
		letter-spacing: -0.06em;
	}

	.table-block table tr.head th.size-center {
		width: auto;
	}

	.table-block table tr.head th.size-right {
		width: 146px;
	}
}


.table-block table th {
	border-top: 1px solid #ccc;
}

.table-block table td {
	border-top: 1px solid #ccc;
	border-left: 1px solid #000;
	padding: 5px;
	font-size: 14px;
}


/* tr.head */
.table-block table tr.head {
}

.table-block table tr.head {
	border-bottom: 2px solid #000;
}

.table-block table tr.head.bottom {
	border-bottom: 3px double #000;
}

.table-block table tr.head th {
	border-top: none;
}

.table-block table tr.head th:not(:first-child) {
	border-left: 1px solid #000;
}


/* .date */
.table-block table th span.date {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}

.table-block table th span.date.red {
	color: #c66;
}

.table-block table th span.date.blue {
	color: #66f;
}

.table-block table th span.date em {
	white-space: nowrap;
	font-weight: 400;
	margin: 0;
	width: 42px;
}

.table-block table th span.date b {
	white-space: nowrap;
	font-weight: 400;
	font-size: 90%;
	margin: 0;
	width: 25px;
}

@media screen and (max-width: 480px) {
	.table-block table th span.date em {
		width: 100%;
	}
	
	.table-block table th span.date b {
		width: 100%;
	}
}