.main_top { position: fixed; width: 100%; height: 60px; background-color: #fff; border-bottom: 1px solid #ddd;}
.main_logo { padding: 18px 0 0 15px; width: 102px;}
.main_logo2 { padding: 0px 0 0 0px; width: 102px;}
.main_top>span { float: right; padding: 20px 15px 0 0;}
/*
.main_list_box { padding: 70px 0 10px 0; text-align: center;}
.main_list_box>li { display: inline-table; width: 105px; height: 100px; letter-spacing: -1px;}
.main_list_box li a>img { padding-top: 10px; width: 50px; height: 50px;}
*/

/*20180727*/
.main_list_box { padding: 60px 0 10px 0;}
.main_list_box th { padding: 0 15px; height: 44px; font-size: 15px; font-weight: bold; text-align: left; background-color: #eee;}
.main_list_box td { text-align: center; width: 33.3%; padding: 10px 0 0 0;}
.main_list_box a>img { padding-top: 10px; width: 50px; height: 50px;}
.main_list_box_th_top { height: 30px;}
.main_list_box_th_top_line { border-bottom: 1px solid #eee;}

/*2022.05.03*/
.car-plate{
	position:relative;
	border : 1px solid #bbb;
	background-color:#fff;
	padding:2px;
	border-radius:4px;
}
.car-plate>div{
	border : 1px solid #6d6d6d;
	border-radius:2px;
}
.car-plate>div>input{
	background:none;
	border : 0;
	text-align:center;
}
.car-plate>div>input.writed{
	font-size: 18px;
	color: rgb(121 121 121);
	font-family: 'HYHeadLineM', sans-serif;
}
.car-plate>div>div:nth-child(2){
	position:absolute;
	width:1px;
	height:1px;
	top:21px;
	left:8px;
	border : 1px solid #b9b9b9;
}
.car-plate>div>div:nth-child(3){
	position:absolute;
	width:1px;
	height:1px;
	top:21px;
	right:8px;
	border : 1px solid #b9b9b9;
	
}