/*2019.1230*/

.traincode_all{
	width: 100%;
    float: left;
    font-family: "微軟正黑體";
	box-sizing: border-box;
	
}
.traincode_main{
	float: left;
	box-sizing: border-box;
    width: 50%;
}
.traincode_cen{
	float: left;
	box-sizing: border-box;
    width: 100%;
}
.traincode_title{
    float: left;
    width: 100%;
    text-align: center;
    color: #000;
    line-height: 37px;
	box-sizing: border-box;
    font-size: 1em;
    background-color: #63c5ff;
}


.traincode_name1{
	float: left;
	width: 50%;
	text-align: center;
	background-color: beige;
	line-height: 30px;
	box-sizing: border-box;
	border-top: thin solid #FFF;
	border-right: thin solid #FFFFFF;
}
.traincode_code1{
	float: left;
	text-align: center;
    width: 50%;
	line-height: 30px;
	background-color: #efefe7;
	border-top: thin solid #FFFFFF;
	border-right: thin solid #FFFFFF;
	box-sizing: border-box;
}
/*.traincode_name2{
	float: left;
	text-align: center;
    width: 25%;
	line-height: 30px;
	border-top: thin solid #ececec;
	border-right: thin solid #ececec;
	box-sizing: border-box;
	border-bottom: thin solid #ececec;
}
.traincode_code2{
	float: left;
	text-align: center;
    width: 25%;
	line-height: 30px;
	border-top: thin solid #ececec;
	box-sizing: border-box;
	border-bottom: thin solid #ececec;
}
*/