@charset "UTF-8";
/* table */
.table {
	margin-top: 24px;
	border-top: 2px solid #222;
}
.table strong + .table {
	margin-top: 24px;
}
.table .table {
	margin-top: 0;
}
.table table {
	table-layout: fixed;
}
.table th,
.table td {
	vertical-align: middle;
	height: 64px;
	padding: 18px 10px;
	border-bottom: 1px solid #ddd;
	color: #666;
	text-align: center;
	word-break: break-all;
	line-height: 28px;
}
.table thead th,
.table tbody th {
	color: #222;
}
.table thead th {
	border-top: 0;
}
.table tbody th.verTop,
.table tbody td.verTop {
	vertical-align: top;
}
.table tbody th.alignL,
.table tbody td.alignL {
	text-align: left;
}
.table tbody td.alignC {
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}
.table tbody td.alignR {
	text-align: right;
}
.table tbody td em {
	color: #3e9bae;
	font-size: 14px;
}
.table tbody td span.desc {
	color: #888;
	font-size: 14px;
}
.table + p.caption {
	padding-top: 14px;
	color: #888;
	text-align: right;
}
.table + .box.box-type01 {
	margin-top: 50px;
}
.table td a[target=_blank] {
	color: #3e9bae;
}
.table td a[target=_blank] span {
	color: #666;
}
.table td a.button-colorL01 span {
	color: #3e9bae;
}
.table td.notice,
._S .table td a.notice {
	color: #196eaf;
	font-weight: 500;
}
.table .list {
	margin-bottom: 5px;
}
.table .list p {
	font-size: 14px;
}
.table + .list-type03 {
	margin-top: 40px;
}
.table + .heading-depth03 {
	margin-top: 30px;
}
._S .table th,
._S .table td {
	height: 47px;
	padding: 5px;
	line-height: 1.3em;
}
._S .table tbody td > em,
._S .table tbody td > span {
	display: block;
	font-size: 11px;
}
._S .table .list p {
	font-size: 10px;
}
._S .table + .list-type03 {
	margin-top: 20px;
}
/* table-row */
.table-row th {
	padding-left: 0;
	text-align: left;
}
.table-row td {
	padding-left: 40px;
	text-align: left;
}
/* table-type01 */
.table-type01 th,
.table-type01 td {
	border-left: 1px solid #ddd;
}
.table-type01 th:first-child,
.table-type01 td:first-child {
	border-left: 0;
}
.table-type01 td {
	padding-left: 40px;
	text-align: left;
}
.table-type01 td.alignC {
	padding-left: 10px;
}
._S .table-type01 td.alignC {
	padding-left: 5px;
}
.table.table-type01 tbody td.alignL,
.table.table-type01 tbody td.alignC {
	padding-left: 10px;
}
._S .table.table-type01 tbody td.alignL,
._S .table.table-type01 tbody td.alignC {
	padding: 5px 10px;
}
/* table-type02 */
.table-type02 {
	border-top: 1px solid #ccc;
}
.table-type02 th {
	padding-left: 40px;
	color: #222;
	background-color: #f8f9fb;
}
/* table-type03 */
.table-type03 {
	border-top: 1px solid #ccc;
}
.table-type03 th,
.table-type03 td {
	border-left: 1px solid #ddd;
}
.table-type03 th:first-child,
.table-type03 td:first-child {
	border-left: 0;
}
.table-type03 th {
	color: #222;
	background-color: #f8f9fb;
}
.table-type03 tbody th {
	padding-left: 20px;
}
.table-type03 th span {
	font-weight: 300;
}
/* table-scroll */
._S .table-scroll {
	overflow-x: scroll;
}
._S .table-scroll table {
	width: 920px;
}
._S .table-scroll table table {
	width: 100%;
}
/* table reply */
.table .reply {
	display: inline-block;
	position: relative;
	padding-left: 16px;
}
.table .reply > span {
	color: #000;
}
.table .reply:before {
	content: '';
	position: absolute;
	top: 6px;
	left: 0;
	width: 10px ;
	height: 10px ;
	background: url(../../img/common/spr_icon.png) -32px -35px no-repeat;
}
._S .table .reply:before {
	top: 0;
	background: url(../../img/common/m_spr_icon.png) -16px -31px no-repeat;
	background-size: 250px;
}
.table .firstCell {
	border-left: 1px solid #ddd !important;
}