/*///////////////////////////////////////////
// table
///////////////////////////////////////////*/
	/*----- table-01 -----*/
#contents .table-01 {
	font-size: 13px;
	line-height: 1.5;
	margin: 0px 0px 30px;
}
#contents .table-01 th {
	background: #E8E8E8;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	color: #165e83;
	white-space: nowrap;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	line-height: 1.5;
}


#contents .table-01 td {
	vertical-align: top;
	background: #FFF;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	line-height: 1.5;
}
#contents .table-01 td.date {
	white-space: nowrap;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 15px;
}
#contents .table-01 th, #contents .table-01 td {
	border-bottom: solid 10px #f5f5f5;
}
#contents .table-01 tr:last-child th, #contents .table-01 tr:last-child td, #contents .table-01 th.bb0 {
	border-bottom: none;
}

#contents .table-01 td dt {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 1.5;
}
#contents .table-01 td dd {
	font-size: 13px;
	line-height: 1.5;
}
#contents .table-01 td a {
	font-weight: bold;
	text-decoration: underline;
	line-height: 1.5;
}/*----- table-02 -----*/

#contents .table-02 {
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #FFF;
	font-size: 13px;
	margin: 0px 0px 30px;
}
#contents .table-02 th, #contents .table-02 td {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #d0d0d0;
	vertical-align: top;
	line-height: 1.5;
}
#contents .table-02 th {
	font-weight: bold;
	text-align: left;
	padding: 16px 20px 18px 5px;
	white-space: nowrap;
}
#contents .table-02 td {
	padding: 0 0 0 22px;
	background: url(../img/marker/icon-table-02-td.png) no-repeat left 21px;
	padding: 16px 5px 18px 22px;
}
/*----- table-03 -----*/
#contents table.table-03 {
	border-bottom: 1px solid #fff;
	font-size: 13px;
	margin: 0px 0px 30px;
}
#contents table.table-03 th {
	line-height: 1.5;
	padding: 14px 20px;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}
#contents table.table-03 td {
	font-size: 13px;
	padding: 14px 20px 14px 0;
	vertical-align: top;
}
#contents table.table-03 td a {
	line-height: 1.5;
}
#contents table.table-03 th, #contents table.table-03 td {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #d0d0d0;
}
#contents table.table-03 tr:first-child th, #contents table.table-03 tr:first-child td {
	border-top: none;
}
/*----- table-04 -----*/
#contents .table-04 {
	font-size: 13px;
	margin: 0px 0px 30px;
}
#contents .table-04 thead th {
	background: #e8e8e8;
	padding: 13px 20px;
	border-bottom: none;
	font-weight: bold;
	line-height: 1.5;
}
#contents .table-04 thead th.bottom {
	border-bottom: 1px solid #FFF;
}
#contents .table-04 th {
	background: #D9E3E9;
	padding: 13px 20px;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	text-align: left;
	vertical-align: top;
	line-height: 1.5;
}
#contents .table-04 td {
	background: #fff;
	padding: 13px 20px;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	vertical-align: top;
	line-height: 1.5;
}
#contents .table-04 th:last-child, #contents .table-04 td:last-child {
	border-right: none;
}
#contents .table-04 td.right,
#contents .table-04 td.right:last-child {
	border-right: 1px solid #e8e8e8;
}
#contents .table-04 th.right,
#contents .table-04 th.right:last-child {
	border-right: 1px solid #fff;
}

#contents .table-04 thead th.right,
#contents .table-04 thead th.right:last-child {
	border-right: 1px solid #FFF;
}

/*narrow*/

#contents .table-04.narrow thead th {
	padding: 5px;
}
#contents .table-04.narrow th {
	padding: 5px;
}
#contents .table-04.narrow td {
	padding: 5px;
}


/*----- table-05 -----*/
#contents .table-05 {
	font-size: 13px;
	margin: 0px 0px 30px;
}
#contents .table-05 th {
	background: #E8E8E8;
	line-height: 1.5;
	vertical-align: top;
	text-align: right;
	font-size: 13px;
	color: #165e83;
	padding: 25px 40px;
	font-weight: bold;
	white-space: nowrap;
	border-bottom: 10px solid #f5f5f5;
}
#contents .table-05 td {
	background: #FFF;
	border-bottom: 1px solid #e8e8e8;
	line-height: 1.5;
	vertical-align: top;
	padding: 25px 0 25px 40px;
}
#contents .table-05 td.date {
	white-space: nowrap;
}
#contents .table-05 td:last-child {
	padding: 25px 20px 25px 40px;
}
#contents .table-05 tr:last-child td {
	border-bottom: 10px solid #f5f5f5;
}
#contents .table-05 td dt {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 1.5;
}
#contents .table-05 td dd {
	font-size: 13px;
	line-height: 1.5;
}
#contents .table-05 td a {
	font-weight: bold;
	text-decoration: underline;
	line-height: 1.5;
}
/*----- table-06 -----*/
#contents .table-06 {
	font-size: 13px;
	margin: 0px 0px 30px;
}
#contents .table-06 th {
	background: #E8E8E8;
	line-height: 1.5;
	vertical-align: middle;
	text-align: right;
	font-size: 13px;
	color: #165e83;
	padding: 14px 40px;
	font-weight: bold;
	white-space: nowrap;
	width: 1px;
	border-bottom: 10px solid #f5f5f5;
}
#contents .table-06 td {
	background: #FFF;
	border-bottom: 1px solid #e8e8e8;
	line-height: 1.5;
	vertical-align: middle;
	padding: 14px 0 14px 24px;
	white-space: nowrap;
}
#contents .table-06 td:last-child {
	padding: 14px 20px 14px 24px;
}
#contents .table-06 td:first-child {
	white-space: nowrap;
	width: 1px;
}
#contents .table-06 tr:last-child td {
	border-bottom: 10px solid #f5f5f5;
}
#contents .table-06 td dt {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 1.5;
}
#contents .table-06 td dd {
	font-size: 13px;
	line-height: 1.5;
}
#contents .table-06 td a {
	font-weight: bold;
	text-decoration: underline;
	line-height: 1.5;
}
/*----- table-07 -----*/
#contents .table-07 {
	font-size: 13px;
	margin: 0px 0px 30px;
}
#contents .table-07 th {
	background: #E8E8E8;
	line-height: 1.5;
	vertical-align: top;
	text-align: left;
	font-size: 13px;
	color: #165e83;
	padding: 14px 40px;
	font-weight: bold;
	white-space: nowrap;
	width: 1px;
	border-bottom: 10px solid #f5f5f5;
}
#contents .table-07 td {
	background: #FFF;
	border-bottom: 10px solid #f5f5f5;
	line-height: 1.5;
	vertical-align: middle;
	padding: 14px 20px 14px 24px;
}
#contents .table-07 td dt {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 1.5;
}
#contents .table-07 td dd {
	font-size: 13px;
	line-height: 1.5;
}
#contents .table-07 td a {
	font-weight: bold;
	text-decoration: underline;
	line-height: 1.5;
}
/*----- table-book-01 -----*/
#contents table.table-book-01 {
	border-top: 1px solid #d0d0d0;
	margin: 0px auto 30px;
}
#contents table.table-book-01 .description th, #contents table.table-book-01 .description td {
	border-top: 1px solid #fff;
}
#contents table.table-book-01.noBorder {
	border-top: none;
}
#contents table.table-book-01.noBorder .description th, #contents table.table-book-01.noBorder .description td {
	border-top: none;
}
#contents table.table-book-01 .description th {
	padding: 30px 0 30px 20px;
	text-align: left;
	vertical-align: top;
	width: 120px;
}
#contents table.table-book-01 .description td {
	padding: 30px 20px;
	vertical-align: top;
}
#contents table.table-book-01 .description td h3 {
	margin: 0 0 15px;
}
#contents table.table-book-01 .description td h4 {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 10px;
}
#contents table.table-book-01 .description td li {
	font-size: 13px;
	line-height: 1.5;
	margin: 0px 0px 5px;
	padding: 0px;
	list-style: none;
}
#contents table.table-book-01 .index {
}
#contents table.table-book-01 .index th {
	background: #e8e8e8;
	text-align: left;
	vertical-align: top;
	padding: 20px;
	font-size: 13px;
	line-height: 1.5;
	font-weight: bold;
}
#contents table.table-book-01 .index td {
	font-size: 13px;
	line-height: 1.5px;
	background: #FFF;
}
#contents table.table-book-01 .index td li {
	padding: 20px;
	border-top: 1px solid #e8e8e8;
	margin: 0px;
	list-style: none;
}

#contents table.table-book-01 .index td ul {
	margin: 0;
}
#contents table.table-book-01 .index td li.box {
	padding: 0;
}
#contents table.table-book-01 .index td li:first-child {
	border-top-style: none;
}
#contents table.table-book-01 .index td li dt {
	border-top: 1px solid #e8e8e8;
	padding: 20px;
}
#contents table.table-book-01 .index td li dt:first-child {
	border-top-style: none;
}
#contents table.table-book-01 .index td li dd {
	border-top: 1px solid #e8e8e8;
	padding: 20px 20px 20px 40px;
	margin: 0px;
}
/*----- table-essay-01 -----*/
	
#contents .table-essay-01 {
	font-weight: normal;
}
#contents .table-essay-01 caption {
	padding: 0 0 15px;
	font-size: 13px;
	line-height: 1.5;
	font-weight: bold;
	text-align: left;
}
#contents .table-essay-01 th {
	background: #E8E8E8;
	padding: 20px;
	text-align: left;
	vertical-align: top;
	font-size: 13px;
	line-height: 1.5;
	width: 130px;
	border-top: solid 1px #f5f5f5;
	box-sizing: border-box;
}
#contents .table-essay-01 td {
	background: #fff;
	padding: 20px;
	text-align: left;
	vertical-align: top;
	font-size: 13px;
	line-height: 1.5;
	border-top: solid 1px #e8e8e8;
	box-sizing: border-box;
}
#contents .table-essay-01 tr:first-child th, #contents .table-essay-01 tr:first-child td {
	border-top: none;
}
#contents .table-essay-01 td:last-child {
	width: 135px;
	vertical-align: middle;
}



/*
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*/
@media screen and (min-width: 601px) { /*PC*/
	/*----- table-01 -----*/
#contents .table-01 {
	font-size: 13px;
	line-height: 1.5;
	margin: 0px 0px 30px;
}
#contents .table-01 th {
	background: #E8E8E8;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	color: #165e83;
	white-space: nowrap;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	line-height: 1.5;
}


#contents .table-01 td {
	vertical-align: top;
	background: #FFF;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	line-height: 1.5;
}
#contents .table-01 td.date {
	white-space: nowrap;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 15px;
}
#contents .table-01 th, #contents .table-01 td {
	border-bottom: solid 10px #f5f5f5;
}
#contents .table-01 tr:last-child th, #contents .table-01 tr:last-child td, #contents .table-01 th.bb0 {
	border-bottom: none;
}

#contents .table-01 td dt {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 1.5;
}
#contents .table-01 td dd {
	font-size: 13px;
	line-height: 1.5;
}
#contents .table-01 td a {
	font-weight: bold;
	text-decoration: underline;
	line-height: 1.5;
}/*----- table-02 -----*/
#contents .table-02 {
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #FFF;
	font-size: 13px;
	margin: 0px 0px 30px;
}
#contents .table-02 th, #contents .table-02 td {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #d0d0d0;
	vertical-align: top;
	line-height: 1.5;
}
#contents .table-02 th {
	font-weight: bold;
	text-align: left;
	padding: 16px 20px 18px 5px;
	white-space: nowrap;
}
#contents .table-02 td {
	padding: 0 0 0 22px;
	background: url(../img/marker/icon-table-02-td.png) no-repeat left 21px;
	padding: 16px 5px 18px 22px;
}
/*----- table-03 -----*/
#contents table.table-03 {
	border-bottom: 1px solid #fff;
	font-size: 13px;
	margin: 0px 0px 30px;
}
#contents table.table-03 th {
	line-height: 1.5;
	padding: 14px 20px;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}
#contents table.table-03 td {
	font-size: 13px;
	padding: 14px 20px 14px 0;
	vertical-align: top;
}
#contents table.table-03 td a {
	line-height: 1.5;
}
#contents table.table-03 th, #contents table.table-03 td {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #d0d0d0;
}
#contents table.table-03 tr:first-child th, #contents table.table-03 tr:first-child td {
	border-top: none;
}
/*----- table-04 -----*/
#contents .table-04 {
	font-size: 13px;
	margin: 0px 0px 30px;
}
#contents .table-04 thead th {
	background: #e8e8e8;
	padding: 13px 20px;
	border-bottom: none;
	font-weight: bold;
	line-height: 1.5;
}
#contents .table-04 thead th.bottom {
	border-bottom: 1px solid #FFF;
}
#contents .table-04 th {
	background: #D9E3E9;
	padding: 13px 20px;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	text-align: left;
	vertical-align: top;
	line-height: 1.5;
}
#contents .table-04 td {
	background: #fff;
	padding: 13px 20px;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	vertical-align: top;
	line-height: 1.5;
}
#contents .table-04 th:last-child, #contents .table-04 td:last-child {
	border-right: none;
}
#contents .table-04 td.right,
#contents .table-04 td.right:last-child {
	border-right: 1px solid #e8e8e8;
}
#contents .table-04 th.right,
#contents .table-04 th.right:last-child {
	border-right: 1px solid #fff;
}

#contents .table-04 thead th.right,
#contents .table-04 thead th.right:last-child {
	border-right: 1px solid #FFF;
}
/*narrow*/

#contents .table-04.narrow thead th {
	padding: 5px;
}
#contents .table-04.narrow th {
	padding: 5px;
}
#contents .table-04.narrow td {
	padding: 5px;
}
/*----- table-05 -----*/
#contents .table-05 {
	font-size: 13px;
	margin: 0px 0px 30px;
}
#contents .table-05 th {
	background: #E8E8E8;
	line-height: 1.5;
	vertical-align: top;
	text-align: right;
	font-size: 13px;
	color: #165e83;
	padding: 25px 40px;
	font-weight: bold;
	white-space: nowrap;
	border-bottom: 10px solid #f5f5f5;
}
#contents .table-05 td {
	background: #FFF;
	border-bottom: 1px solid #e8e8e8;
	line-height: 1.5;
	vertical-align: top;
	padding: 25px 0 25px 40px;
}
#contents .table-05 td.date {
	white-space: nowrap;
}
#contents .table-05 td:last-child {
	padding: 25px 20px 25px 40px;
}
#contents .table-05 tr:last-child td {
	border-bottom: 10px solid #f5f5f5;
}
#contents .table-05 td dt {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 1.5;
}
#contents .table-05 td dd {
	font-size: 13px;
	line-height: 1.5;
}
#contents .table-05 td a {
	font-weight: bold;
	text-decoration: underline;
	line-height: 1.5;
}
/*----- table-06 -----*/
#contents .table-06 {
	font-size: 13px;
	margin: 0px 0px 30px;
}
#contents .table-06 th {
	background: #E8E8E8;
	line-height: 1.5;
	vertical-align: middle;
	text-align: right;
	font-size: 13px;
	color: #165e83;
	padding: 14px 40px;
	font-weight: bold;
	white-space: nowrap;
	width: 1px;
	border-bottom: 10px solid #f5f5f5;
}
#contents .table-06 td {
	background: #FFF;
	border-bottom: 1px solid #e8e8e8;
	line-height: 1.5;
	vertical-align: middle;
	padding: 14px 0 14px 24px;
	white-space: nowrap;
}
#contents .table-06 td:last-child {
	padding: 14px 20px 14px 24px;
}
#contents .table-06 td:first-child {
	white-space: nowrap;
	width: 1px;
}
#contents .table-06 tr:last-child td {
	border-bottom: 10px solid #f5f5f5;
}
#contents .table-06 td dt {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 1.5;
}
#contents .table-06 td dd {
	font-size: 13px;
	line-height: 1.5;
}
#contents .table-06 td a {
	font-weight: bold;
	text-decoration: underline;
	line-height: 1.5;
}
/*----- table-07 -----*/
#contents .table-07 {
	font-size: 13px;
	margin: 0px 0px 30px;
}
#contents .table-07 th {
	background: #E8E8E8;
	line-height: 1.5;
	vertical-align: top;
	text-align: left;
	font-size: 13px;
	color: #165e83;
	padding: 14px 40px;
	font-weight: bold;
	white-space: nowrap;
	width: 1px;
	border-bottom: 10px solid #f5f5f5;
}
#contents .table-07 td {
	background: #FFF;
	border-bottom: 10px solid #f5f5f5;
	line-height: 1.5;
	vertical-align: middle;
	padding: 14px 20px 14px 24px;
}
#contents .table-07 td dt {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 1.5;
}
#contents .table-07 td dd {
	font-size: 13px;
	line-height: 1.5;
}
#contents .table-07 td a {
	font-weight: bold;
	text-decoration: underline;
	line-height: 1.5;
}
/*----- table-book-01 -----*/
#contents table.table-book-01 {
	border-top: 1px solid #d0d0d0;
	margin: 0px auto 30px;
}
#contents table.table-book-01 .description th, #contents table.table-book-01 .description td {
	border-top: 1px solid #fff;
}
#contents table.table-book-01.noBorder {
	border-top: none;
}
#contents table.table-book-01.noBorder .description th, #contents table.table-book-01.noBorder .description td {
	border-top: none;
}
#contents table.table-book-01 .description th {
	padding: 30px 0 30px 20px;
	text-align: left;
	vertical-align: top;
	width: 120px;
}
#contents table.table-book-01 .description td {
	padding: 30px 20px;
	vertical-align: top;
}
#contents table.table-book-01 .description td h3 {
	margin: 0 0 15px;
}
#contents table.table-book-01 .description td h4 {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 10px;
}
#contents table.table-book-01 .description td li {
	font-size: 13px;
	line-height: 1.5;
	margin: 0px 0px 5px;
	padding: 0px;
	list-style: none;
}
#contents table.table-book-01 .index {
}
#contents table.table-book-01 .index th {
	background: #e8e8e8;
	text-align: left;
	vertical-align: top;
	padding: 20px;
	font-size: 13px;
	line-height: 1.5;
	font-weight: bold;
}
#contents table.table-book-01 .index td {
	font-size: 13px;
	line-height: 1.5px;
	background: #FFF;
}
#contents table.table-book-01 .index td li {
	padding: 20px;
	border-top: 1px solid #e8e8e8;
	margin: 0px;
	list-style: none;
}

#contents table.table-book-01 .index td ul {
	margin: 0;
}
#contents table.table-book-01 .index td li.box {
	padding: 0;
}
#contents table.table-book-01 .index td li:first-child {
	border-top-style: none;
}
#contents table.table-book-01 .index td li dt {
	border-top: 1px solid #e8e8e8;
	padding: 20px;
}
#contents table.table-book-01 .index td li dt:first-child {
	border-top-style: none;
}
#contents table.table-book-01 .index td li dd {
	border-top: 1px solid #e8e8e8;
	padding: 20px 20px 20px 40px;
	margin: 0px;
}
/*----- table-essay-01 -----*/
	
#contents .table-essay-01 {
	font-weight: normal;
}
#contents .table-essay-01 caption {
	padding: 0 0 15px;
	font-size: 13px;
	line-height: 1.5;
	font-weight: bold;
	text-align: left;
}
#contents .table-essay-01 th {
	background: #E8E8E8;
	padding: 20px;
	text-align: left;
	vertical-align: top;
	font-size: 13px;
	line-height: 1.5;
	width: 130px;
	border-top: solid 1px #f5f5f5;
	box-sizing: border-box;
}
#contents .table-essay-01 td {
	background: #fff;
	padding: 20px;
	text-align: left;
	vertical-align: top;
	font-size: 13px;
	line-height: 1.5;
	border-top: solid 1px #e8e8e8;
	box-sizing: border-box;
}
#contents .table-essay-01 tr:first-child th, #contents .table-essay-01 tr:first-child td {
	border-top: none;
}
#contents .table-essay-01 td:last-child {
	width: 135px;
	vertical-align: middle;
}
}

/*
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*/

@media screen and (max-width: 600px) { /*sp*/
/*----- table-01 -----*/
	
#contents .table-01 {
	font-size: 12px;
	line-height: 1.5;
	margin: 0px 0px 15px;
}
#contents .table-01 th {
	background: #e8e8e8;
	padding: 5px;
	border-bottom: 10px solid #F5F5F5;
	color: #165e84;
	font-weight: bold;
	white-space: nowrap;
}
#contents .table-01 td {
	padding: 5px;
	background: #FFF;
	border-bottom: 10px solid #F5F5F5;
}
#contents .table-01 td span.h {
	display: block;
	margin: 0 0 10px;
}
/*----- table-02 -----*/
#contents .table-02 {
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #FFF;
	font-size: 12px;
	margin: 0px 0px 15px;
}
#contents .table-02 th {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #d0d0d0;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	line-height: 1.5;
	white-space: nowrap;
}
#contents .table-02 td {
	border-top: 1px solid #fff;
	line-height: 1.5;
	border-bottom: 1px solid #d0d0d0;
	padding: 5px 5px 5px 10px;
	vertical-align: top;
	background: url(../img/marker/icon-table-02-td.png) no-repeat left 9px;
}
/*----- table-03 -----*/
#contents table.table-03 {
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #fff;
}
#contents table.table-03 th {
	font-size: 130%;
	line-height: 1.5;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	display: block;
	width: 100% !important;
	border-top: 1px solid #fff;
	font-weight: bold;
}
#contents table.table-03 td {
	font-size: 130%;
	padding: 5px;
	vertical-align: top;
	display: block;
	width: 100% !important;
	border-bottom: 1px solid #d0d0d0;
}
#contents table.table-03 td span.h {
	display: block;
	margin: 0 0 5px;
}
#contents table.table-03 td a {
	line-height: 1.5;
}
#contents table.table-03 th, #contents table.table-03 td {
}
/*----- table-04 -----*/
#contents .table-04 {
	font-size: 130%;
}
#contents .table-04 thead th {
	background: #e8e8e8;
	padding: 5px;
	border-bottom: none;
	font-weight: bold;
	line-height: 1.5;
}
#contents .table-04 th {
	background: #D9E3E9;
	padding: 5px;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	text-align: left;
	vertical-align: top;
	line-height: 1.5;
}
#contents .table-04 td {
	background: #fff;
	padding: 5px;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	vertical-align: top;
	line-height: 1.5;
}
#contents .table-04 th:last-child, #contents .table-04 td:last-child {
	border-right: none;
}
/*----- table-05 -----*/
#contents .table-05 {
	font-size: 13px;
}
#contents .table-05 th {
	background: #E8E8E8;
	line-height: 1.5;
	vertical-align: top;
	text-align: right;
	font-size: 13px;
	color: #165e83;
	padding: 5px;
	font-weight: bold;
	white-space: nowrap;
	border-bottom: 10px solid #f5f5f5;
}
#contents .table-05 td {
	background: #FFF;
	border-bottom: 1px solid #e8e8e8;
	line-height: 1.5;
	vertical-align: top;
	padding: 5px;
}
#contents .table-05 td span.h {
	display: block;
	margin-bottom: 10px;
}
#contents .table-05 td.date {
	white-space: nowrap;
}
#contents .table-05 tr:last-child td {
	border-bottom: 10px solid #f5f5f5;
}
#contents .table-05 td dt {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 1.5;
}
#contents .table-05 td dd {
	font-size: 13px;
	line-height: 1.5;
}
#contents .table-05 td a {
	font-weight: bold;
	text-decoration: underline;
	line-height: 1.5;
}/*----- table-06 -----*/
#contents .table-06 {
	font-size: 13px;
}
#contents .table-06 tr {
	display: block;
	overflow: hidden;
	background: #FFF;
	margin-bottom: 15px;
	box-sizing: border-box;
}
#contents .table-06 th {
	background: #E8E8E8;
	line-height: 1.5;
	vertical-align: middle;
	text-align: left;
	font-size: 13px;
	color: #165e83;
	padding: 5px;
	font-weight: bold;
	white-space: nowrap;
	display: block;
	box-sizing: border-box;
	width: 100% !important;
}
#contents .table-06 td {
	display: inline-block;
	background: #FFF;
	line-height: 1.5;
	vertical-align: middle;
	padding: 5px;
	overflow: hidden;
}
#contents .table-06 td dl {
	padding-left: 100px;
}
#contents .table-06 td dt {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 1.5;
}
#contents .table-06 td dd {
	font-size: 13px;
	line-height: 1.5;
}
#contents .table-06 td a {
	font-weight: bold;
	text-decoration: underline;
	line-height: 1.5;
}
#contents .table-06 td img {
	width: 80px;
	height: auto !important;
	float: left;
}
/*----- table-07 -----*/
#contents .table-07 {
	font-size: 13px;
	margin: 0px 0px 30px;
}
#contents .table-07 th {
	background: #E8E8E8;
	line-height: 1.5;
	vertical-align: middle;
	text-align: right;
	font-size: 13px;
	color: #165e83;
	padding: 5px;
	font-weight: bold;
	white-space: nowrap;
	width: 1px;
	border-bottom: 10px solid #f5f5f5;
}
#contents .table-07 td {
	background: #FFF;
	border-bottom: 1px solid #e8e8e8;
	line-height: 1.5;
	vertical-align: middle;
	padding: 5px;
	white-space: nowrap;
}
#contents .table-07 td dt {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 1.5;
}
#contents .table-07 td dd {
	font-size: 13px;
	line-height: 1.5;
}
#contents .table-07 td a {
	font-weight: bold;
	text-decoration: underline;
	line-height: 1.5;
}

/*----- table-book-01 -----*/
#contents .table-book-01 {
	font-size: 12px;
	border-top: 1px solid #d0d0d0;
	margin: 0 0 15px;
}
#contents .table-book-01 .description img {
	width: 80px;
	height: auto !important;
}
#contents .table-book-01 .description th {
	border-top: 1px solid #fff;
	width: 80px;
	text-align: left;
	vertical-align: top;
	padding: 5px;
}
#contents .table-book-01 .description td {
	border-top: 1px solid #fff;
	text-align: left;
	vertical-align: top;
	padding: 5px;
	line-height: 1.5;
}
#contents .table-book-01 .description td h3 {
	line-height: 1.5;
	font-weight: bold;
}
#contents .table-book-01 .description td h4 {
	line-height: 1.5;
	margin: 0 0 5px;
	font-weight: bold;
}
#contents .table-book-01 .description td li, #contents .table-book-01 .description td p {
	line-height: 1.5;
}
#contents .table-book-01 .index th {
	line-height: 1.5;
	padding: 5px;
	background: #E8E8E8;
	box-sizing: border-box;
	vertical-align: top;
	text-align: right;
	font-size: 12px;
}
#contents table.table-book-01 .index td {
	line-height: 1.5px;
	background: #FFF;
}
#contents table.table-book-01 .index td li {
	padding: 5px;
	border-top: 1px solid #e8e8e8;
	line-height: 1.5;
}
#contents table.table-book-01 .index td li.box {
	padding: 0;
}
#contents table.table-book-01 .index td li:first-child {
	border-top-style: none;
}
#contents table.table-book-01 .index td li dt {
	border-top: 1px solid #e8e8e8;
	padding: 5px;
	line-height: 1.5;
}
#contents table.table-book-01 .index td li dt:first-child {
	border-top-style: none;
}
#contents table.table-book-01 .index td li dd {
	border-top: 1px solid #e8e8e8;
	padding: 5px;
	line-height: 1.5;
}
#contents table.table-book-01 .description td h3 {
	line-height: 1.5;
	font-weight: bold;
	margin: 0px 0px 5px;
}
#contents table.table-book-01 .description td h4 {
	line-height: 1.5;
	margin: 5px;
	font-weight: bold;
}
/*----- table-essay-01 -----*/
	
#contents .table-essay-01 {
	font-weight: normal;
}
#contents .table-essay-01 caption {
	padding: 5px;
	font-size: 13px;
	line-height: 1.5;
	font-weight: bold;
	text-align: left;
}
#contents .table-essay-01 th {
	background: #E8E8E8;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	font-size: 13px;
	line-height: 1.5;
	border-top: solid 1px #f5f5f5;
	box-sizing: border-box;
}
#contents .table-essay-01 td {
	background: #fff;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	font-size: 13px;
	line-height: 1.5;
	border-top: solid 1px #e8e8e8;
	box-sizing: border-box;
}
#contents .table-essay-01 tr:first-child th, #contents .table-essay-01 tr:first-child td {
	border-top: none;
}
#contents .table-essay-01 td:last-child {
	vertical-align: middle;
}

#contents table.table-04.naked,
#contents table.naked {min-width:1px;}
#contents table.table-04.naked th,
#contents table.table-04.naked td,
#contents table.naked th,
#contents table.naked td {
	padding: 2px !important;
	line-height: 1.5 !important;
	font-size: 12px !important;
	vertical-align: top !important;
	text-align: left !important;
	white-space: normal !important;
}
#contents table.naked tbody th,
#contents table.naked thead th,
#contents table.table-04.naked thead th {
	background: #e8e8e8 !important;
	font-weight: bold !important;
	text-align: center !important;
	border: 1px solid #FFF !important;
	white-space: normal !important;
}
#contents table.naked table th,
#contents table.table-04.naked th {
	background: #D9E3E9 !important;
	border: 1px solid #FFF !important;
	white-space: normal !important;
}
#contents table.naked tbody td,
#contents table.naked td,
#contents table.table-04.naked td {
	border: 1px solid #e8e8e8 !important;
	white-space: normal;
}

#contents table.table-04.naked th.alignCenter_sp,
#contents table.table-04.naked td.alignCenter_sp,
#contents table.naked th.alignCenter_sp,
#contents table.naked td.alignCenter_sp {
	text-align: center !important;
}

#contents table.table-04.naked th.alignRight_sp,
#contents table.table-04.naked td.alignRight_sp,
#contents table.naked th.alignRight_sp,
#contents table.naked td.alignRight_sp {
	text-align: right !important;
}

#contents table.table-04.naked th.vamiddle_sp,
#contents table.table-04.naked td.vamiddle_sp,
#contents table.naked th.vamiddle_sp,
#contents table.naked td.vamiddle_sp {
	vertical-align: middle !important;
}



}