<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
#nec_deriver_search_list
{
	font-size:12px;
}
.driver_product_info
{
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid gray;	
}
.product_info_title
{
 	margin: 10px 0;
 	padding:0;
 	font-size:14px;
 	font-weight: bold;
 	
}
.product_info_name
{
	font-size: 16px;
    text-align: left;
    font-weight: bold;
}
.driver_result_list
{
    margin-top: 10px;
    padding: 0px;
}
.product_info_detail
{
    padding: 0;
    margin-bottom: 10px;
}
.product_info_image
{
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 10%;
}
.product_info_content
{
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 89%;
    vertical-align: top;
}
.goto_driver_home
{
   padding:0;
   margin-left:10px;
}

.driver_product_name
{
	padding:0;
	margin-left:10px;
	font-weight: bold;
}

.goto_driver_home a
{
    border-radius: 4px;
    border: 1px solid #518ecb;
    display: inline-block;
    width: 170px;
    height: 20px;
    text-align: center;
    background: #518ecb;
    color: #ffffff;
}
.driver_result_title .lBox
{
    display: inline-block;
    width: 49%;
    border: 0px;
    padding: 0;
    margin: 0;
    text-align: left;
}

.searchResultDriversListTitle {
    background: #518ecb;
    color: #ffffff;
    font-weight: bold;
}

.driver_result_title .rBox
{
    display: inline-block;
    width: 49%;
    border: 0px;
    padding: 0;
    margin: 0;
    text-align: right;
}

.driver_result_title .rBox a {
    cursor: pointer;
    color: #0066cc;
    text-decoration: underline;
}
.driver_result_body
{
	margin-top:10px;
	border-collapse: collapse;
    border: 1px solid #518ecb;
    border-top-style: none;
}
.driver_result_body ul{
	list-style-type: none;
	overflow: hidden;
	padding:0;
	margin:0;
}
.driver_result_body ul li{
	float:left;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
}
.driver_result_body ul li:nth-child(1)
{
	width:10%;
}
.driver_result_body ul li:nth-child(2)
{
	width:10%;
}
.driver_result_body ul li:nth-child(3)
{
	width:35%;
    text-align: left;
}
.driver_result_body ul li:nth-child(4)
{
	width:15%;
}
.driver_result_body ul li:nth-child(5)
{
	width:15%;
	text-align: right;
}
.driver_result_body ul li:nth-child(6)
{
	width:15%;
}
.activeBg{background: rgb(234, 240, 248);}

.driver_result_body a{cursor: pointer;color:#0066cc;text-decoration: underline;}
.driver_result_body a:hover{color:#ff0000;}
.show_red
{
	color:red;
}
.driver_lastthreemonth_date
{
	display:block;
	padding:0;
	margin-top:10px;
}

.driver_image_title
{
	text-align: center;
    background-color: #daa6a2;
}
.driver_content_title
{
	font-size: 16px;
	margin-top:10px;
}

.driver_content_title span:nth-child(1)
{
	display: inline-block;
    width: 79%;
}

.driver_content_title span:nth-child(2)
{
	display: inline-block;
    text-align: right;
    width: 19%;
}

.driver_content_title a
{
	display:block;
	cursor: pointer;
    color: #0066cc;
    text-decoration: underline;
}


.driver_content_title
{
	font-size: 16px;
}

.driver_date_title
{
    color: #0066cc;
    font-size:14px;
}

.driver_date_title_img
{
	height:26px;
}

.driver_result_bottom
{
	margin-top:5px;
}

.driver_result_bottom_img
{
	margin:0px;
	padding:0px;
}</pre></body></html>