@charset "UTF-8";

/*-------------------------------------------------------------
表（2列）

.bList2 
┗ table
	┣ th
	┗ td

-------------------------------------------------------------*/

.bList2 {
	width: 100%;
}
.bList2 table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-top-style: solid;
	border-top-width: 1px;
}
.bList2 table caption {
	margin: 0 0 5px 0;
	width: 100%;
	text-align: left;
	font-weight: bold;
}

/*1列目がthの場合*/
.bList2 th {
	padding: 10px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
.bList2 td {
	padding: 10px 0 10px 10px;
	text-align: left;
	vertical-align: top;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

/*1行目がthの場合*/
.bList2 th.bList2Th {
	text-align: center;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
.bList2 th.bList2ThLine {
	text-align: center;
	border-left-style: dotted;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
.bList2 td.bList2Td {
	padding: 10px;
	text-align: left;
	vertical-align: top;
	border-right-style: dotted;
	border-right-width: 1px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}