.h5_box{
	display: block;
    width: 100%;
}

#usage_guide_wap h5.subTitle1{
	padding-left: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
    background: #ccccf6;
    margin-bottom: 10px;
    margin-top: 20px;
}

#usage_guide_wap h5.subTitle2{
	padding-left: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
    background: #ffdbc6;
    margin-bottom: 10px;
    margin-top: 20px;
}

.usage_list{
	list-style: none;
	text-indent: -13px;
    padding-left: 13px;
    font-size: 13px;
    color: #6e6e6e;
    padding-bottom: 20px;
}

.usageList_caution{
	text-indent: -13px;
    padding-left: 13px;
}

.lineTop_dashed {
    padding: 10px 0;
    border-top: 1px dashed #000;
}


.ryoukin_table table caption {
	text-align: right;
}

.nbTable {
	width: 100%;
	text-align: center;
	font-size: 13px;
	margin-top: 1em;
}


/*縦書き*/
.ryoukin_table table tr th {
	min-height: 10em;
	width: 7%;
}

.vlr {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
}

@media handheld, only screen and (max-width: 767px) {
	.ryoukin_table table tr th {
		min-height: 40em;
	}
}