@charset "UTF-8";
/* search-uses */
h2 {
    font-size: 190%;
    text-align: center;
    font-weight: 500;
    color: #333;
}
h2::after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    border-bottom: 2px solid #808080;
    margin: 0.25em auto 1em;
}

.sec_search ul{
	display: flex;
	justify-content: center;
}
.sec_search ul li{
	margin: 0;
	padding: 0 1em;
	border-right: 1px solid #ccc;
}
.sec_search ul li:last-child{
	border-right: none;
}


table tr.header, .table-base-style {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
table tr.header{
	margin-bottom: 1em;
}
table tr.header tr {
	border-bottom: 1px solid #ccc;
}
.table-base-style th {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);;
    height: auto;
}
table tr.header td:first-child, .table-base-style td:first-child {
    width: 300px;
}
table tr.header td:last-child, .table-base-style td:last-child {
    width: 370px;
}
.table-base-style td, .table-base-style th, table tr.header td, table tr.header th {
    padding: 3px 0 2px 10px;
	white-space: nowrap;
}
.table-base-style td{
	border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.table-base-style td:last-child{
	border-right: none;
}
.table-base-style tr:last-child {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.table-base-style td:first-child::before{
	content: url(../img/arrow.svg);
    display: inline-block;
    width: 6px;
    margin: 0 0.5em 0.25em 0;
}
.table-base-style tr:nth-child(even) td {
    background-color: rgba(0, 0, 0, 0.1);
}

.scrollable {
    /*overflow: scroll;*/
    overflow-y: hidden;
    float: none;
}

table tr.header {
    margin-bottom: 1em;
}
table tr.header td:first-child::before,
table tr.space td:first-child::before {
    content: none;
}
table tr.space td {
    background: none!important;
    height: 10px;
    border-top: 1px solid #808080;
    border-right: 0;
}



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

	.scrollable ul li{
	width: 100%;
	}
    .table-base-style td, 
    .table-base-style th {
    min-width: 5em;
    }
	.sec_search ul {
    flex-wrap: wrap;
	}
    .table-base-style th {
        text-align: left;
    }


}










