@charset "UTF-8";

.label__LABEL01 {
     text-align:left;
     width:100px;
}

.label__LABEL02 {
     text-align:right;
     width:150px;
}

.label__LABEL03 {
     text-align:right;
     width:200px;
}

.label__LABEL_ITEM {
    text-align: center;
    width: 350px;
    border-radius: 10px 10px 10px 10px;
    background-color: #ad7bad;
}

.label__LEVEL02 {
	background: linear-gradient(to right,#cfe1e6, #fff);
    color: #000;
    border: solid 1px #7ca3ae;
}