.sort li:nth-child(1) a {
	background: #348845;
	color: #fff;
}

.sort2 a:nth-child(1) {
	background: #348845;
	color: #fff;
}

.page1 img {
	width: auto;
	max-width: 100%;
}

table {
    width: 100%;
}

table tr {
    width: 100%;
    height: 69px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dddddd;
    font-size: 18px;
    color: #999;
}

table tr a{
    color: #999;
}

tr.firstRow {
    background: #f4f4f4;
    border-bottom: none;
    color: #333;
    font-weight: bold;
}

table tr td:nth-child(1){
    width: 50%;
    padding-left: 3vw;
}

table tr td:nth-child(2){
    width: 50%;
    text-align: right;
    padding-right: 2vw;
}

@media only screen and (max-width: 769px) {
	table tr {
       font-size: 14px;
    }
    
    .sort2 .fnt_18{
        width: 100%;
    }
    .sort li{
        width: auto;
        padding: 0 10px;
    }
}
