@charset "UTF-8";

/*バッチ用*/

.batch_menu,
.batch_mail {
	background: #FF3079;
}

.batch_Notification, .batch_menu {
    top: 7px;
    display: inline-block;
    padding: 1px 2px 1px 2px;
    min-width: 17px;
    min-height: 15px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    background: #FF3079;
    text-align: center;
    font-size: 1rem;
    position: absolute;
    z-index: 1;
    left: inherit;
    right: 5px;
}