#driver_condition {
    margin-top:76px;
    display:flex;
    align-items:center;
    background-color:#eeeeee;
    padding:12px 30px;
    border-radius:8px;
    box-sizing:border-box;
}

#driver_condition > dt {
    width:80px;
    text-align:right;
    padding-right:12px;
}

#driver_condition > dt:nth-of-type(5) {
    width:100px;
}

#driver_condition dd {
    width:98px;
}

#driver_condition dd label {
    border-radius:4px;
}
#driver_condition dd select {
    height:32px;
    border-radius:4px;
}

#driver_list {
	width:100%;
	max-width:1024px;
	margin:auto;
	padding:20px 0 20px 0;
	margin:0 auto;
}

#driver_list > ul > li {
    padding:20px 0;
    list-style-type:none;
	position:relative;
}

#driver_list > ul > li:nth-of-type( n+2 ) {
    margin-top:30px;
    border-top:1px solid #ccc;
    padding-top:40px
}

#driver_list > ul > li > ul {
    display:flex;
}

#driver_list > ul > li > ul > li {
    list-style-type:none;
    background-color:#eeeeee;
    padding:1px 7px;
    font-size:13px;
    line-height:1.6em;
}

#driver_list > ul > li > ul > li:nth-of-type(n+2) {
    margin-left:6px;
}

#driver_list > ul > li > p {
    font-size:15px;
    line-height:1em;
    border-left:3px solid #eeeeee;
    padding-left:8px;
    font-weight:bold;
    margin:12px 0 16px 0;
}

#driver_list > ul > li > p > span {
    font-size:12px;
}

#driver_list > ul > li > div.driver_text {
    background-color:#f3f3f3;
}


#driver_list > ul > li > div.driver_text > div {
    display:flex;
}
#driver_list > ul > li > div.driver_text > div > div:first-of-type {
    padding:16px 0 16px 16px;
    width:calc( 100% - 120px );
}

#driver_list > ul > li > div.driver_text > div > div:first-of-type > p {
    font-weight:bold;
}

#driver_list > ul > li > div.driver_text > div > div:last-of-type {
    text-align:right;
}

#driver_list > ul > li > div.driver_text > div > div:last-of-type img {
    width:100px;
    mix-blend-mode:darken;
}

.driver_favorit_area {
    position:absolute;
    right:0;
    top:16px;
}

.driver_favorit_area.driver2 {
    top:40px;
}

.driver_favorit_area a:nth-of-type(1) li {
    color:#fa213e;
}

a.driver_f_btn:link, a.driver_f_btn:visited {
    border:1px solid #ccc;
    font-size:13px;
    line-height:40px;
    display:inline-block;
    width:140px;
    text-align:center;
    border-radius:4px;
}

a.driver_c_btn:link, a.driver_c_btn:visited {
    background-color:#D90010;
    color:#fff;
    font-size:13px;
    line-height:40px;
    display:inline-block;
    width:140px;
    text-align:center;
    margin-left:6px;
    border-radius:4px;
}

a.driver_c_btn:hover, a.driver_c_btn:active {
    background-color:#D97224;
    color:#fff;
}

.driver_detail li {
    display:inline-block;
    list-style-type:none;
}

.driver_detail li:not(:last-of-type) {
    padding-right:1.5em;
}

.driver_detail li > p {
    display:inline-block;
}

.driver_detail li > p:first-of-type {
    font-weight:bold;
    padding-right:1em;
}

.driver_lader_score {
    display:none;
}

.driver_lader_image {
    width:140px;
    height:100px;
}

@media screen and (max-width:800px) {
    #driver_condition {
        flex-wrap:wrap;
    }
    #driver_condition dt:first-of-type {
        width:100%;
        text-align:left;
        padding-bottom:8px;
    }
    #driver_condition dt:nth-of-type( n+2 ){
        width:60px;
        padding-right:8px;
    }
    #driver_condition dd {
        width:110px;
    }
    .driver_favorit_area {
        position:relative;
    }
}