h5 {
	border-bottom: 1px solid #7a7a7a;
	margin-bottom: 0.5em;
	margin-left: 0;
}

h5:before {
	content: '\025a0';
	display: inline;
	width: 1em;
	height: 1em;
}

h6 {
	font-weight: normal;
	font-size: 14px;
	color: #6e6e6e;
}

strong {
	display: block;
	color: red;
	font-size: 13px;
}

.use_table  {
	width: 514px;
	font-size: 13px;
	margin-top: 5px;
}

.use_table table {
	width: 490px;
	margin-left: 11px;
	margin-bottom: 15px;
	border-top: 1px solid #c6c6c6;
	border-left: 1px solid #c6c6c6;
}

.use_table thead th {
	text-align: left;
}

.use_table th,
.use_table td {
	color: #6a6a6a;
	padding: 5px;
	text-align: center;
	border-right: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
}

.use_table th {
	background-color: #9a9a9a;
	color: #fff;
	font-weight: normal;
}

.use_table ol li {
	list-style-type: none;
	counter-increment: cnt;
	text-align: left;
	writing-mode: vertical-lr;
	-webkit-text-orientation: upright;
	text-orientation: upright;
	display: inline-block;
	vertical-align: top;
	min-height: 14em;
	font-size: 12px;
	font-feature-settings: "palt";
}

.use_table ul li {
	list-style-type: none;
	text-align: left;
	writing-mode: vertical-lr;
	display: inline-block;
	vertical-align: top;
	min-height: 11em;
	font-size: 12px;
	font-feature-settings: "palt";
}

.use_table caption {
	text-align: left;
}

.notice {
	padding-left: 1.5em;
}


.group-list {
	padding-left: 1.5em;
}

.group-list2 > li {
	list-style-type: none;
	counter-increment: cnt;
}

.group-list2 li:before {
	content: "(" counter(cnt) ")";
}

.group-list3 {
	padding-left: 1.5em;
	list-style-type: circle;
}

.group-list3 li:before {
	content: "";
}

@media handheld, only screen and (max-width: 767px) {

	.use_table {
		width: 100%;
	}

	.use_table table {
		width: 100%;
		margin-left: 0;
	}

	.use_table ol li {
		font-size: 10px;
		line-height: 1;
	}

	.use_table th,
	.use_table td {
		padding: 0.2em;
	}
}