@charset "UTF-8";

.sidemenu{
	width: 100%;
    height: 46px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.tapMenu{
	display: flex;
	margin-bottom: 30px;
}

.line{
	border-bottom: 3px solid #0070C0 !important;

}

#menu1{
    transition: all 0.3s;
    width: 50%;
    text-align: center !important;
    font-size: 18px;
    padding: 20px 25px;
    cursor: pointer;
}

#menu2{
    transition: all 0.3s;
    width: 50%;
    text-align: center !important;
    font-size: 18px;
    padding: 20px 25px;
    cursor: pointer;
}

#history .table{
	margin-bottom: 30px;
}

#history .table td{
	height: 50px;
    line-height: 30px;
}

.htitle{
	font-size: 20px;
    font-weight: 400;
    border-left: 3px solid #065a25;
    padding-left: 10px;
    line-height: 1;
    margin: 10px 0 30px;
}

#history .tableCenter{
	text-align: center;
	border-right: 1px solid #eee;
}

table, .bList{
	font-size: 16px;
}

#license .flexL{
	display: flex;
	/* justify-content: space-between; */
	flex-wrap: wrap;
}

#license .imgL{
	width: 280px;
	height: 380px;
}

.imgL img{
	width: 100%;
	height: 100%;
}

#license table, #license tr, #license th, #license td{
	border: 1px solid #ddd;
}

#license table tbody .colspanN{
	width: 300px;
}