.usm-brd-search2 { width: 100%; box-sizing: border-box; padding: 1rem; border: 1px solid #d7d7d7; background-color: #f9f9f9; border-radius: 0.5rem; }
.usm-brd-search2 > div { margin: 0 0 1rem 0; }
.usm-brd-search2 > div:nth-child(2) input[type="text"] { width: 30%; }

.mbl_anne { width: 100%; box-sizing: border-box; clear: both; position: relative; padding: 0.5rem 2rem; text-align: center; background-color: #fff5eb; margin: 1rem 0 0 0; }
.mbl_anne p:before { content:' <'; position: absolute; top: 50%; left: 0; width: 20px; height: 20px; line-height: 20px; margin: -10px 0 0 0; }
.mbl_anne p:after { content:'> '; position: absolute; top: 50%; right: 0; width: 20px; height: 20px; line-height: 20px; margin: -10px 0 0 0; }
.scroll-vew { overflow-x: auto; }

.usm-brd-lst.lst { min-width: 100rem; }
.usm-brd-lst td { text-align: center; word-break: break-word; }
.usm-brd-lst th:first-of-type { width: 5%; }

.usm-brd-vew { border-top: 2px solid #034694; }
.usm-brd-vew th { width: 20%; }

.usm-brd-wrt th { width: 20%; }
.usm-brd-wrt tr:nth-child(4) td input[type="text"] { width: 100%; }
.usm-brd-wrt tr:nth-child(8) td input[type="text"] { width: 100%; }

@media all and (min-width: 1023px){
	.mbl_anne { display: none; }
	.usm-brd-lst { margin: 0 0 1rem 0; }
}