@charset 'UTF-8';
.mv {
    background: url(../../../uploads/mv2-1.png) center top / 100% no-repeat;
}
.table._03{
	td{
		width: calc(100% / 3) !important;
		background: #fff;
	}
}
.table._name{
	tr{
		&:nth-child(1){
			td{
				background: #f3f3f3 !important;
				text-align: center;
			}
		}
	}
	td{
		&:nth-child(1){
			background: #fff !important;
		}
	}
}
@media screen and (max-width: 768px){

}