@charset "UTF-8";

/* MP add start */
#acting_alert {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 240px;
	margin: 5px;
	z-index: 1000;
	opacity: .60;
	-moz-opacity: .60;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}

#acting_alert p.close_alert {
	margin: 0;
	padding: 3px;
	background: #1393c0;
	text-align: right;
	height: 25px;
}

#acting_alert p.content {
	padding: 1em;
	margin: 0;
	background: #fff;
	border: 1px solid #1393c0;
	height: 100%;
}

#acting_alert span.top,
#acting_alert span.bottom {
	display: block;
	background: #fff;
}

#acting_alert span.top span,
#acting_alert span.bottom span {
	display: block;
	height: 1px;
	overflow: hidden;
	background: #1393c0;
}

#acting_alert span.r1 {
	margin: 0 5px;
}

#acting_alert span.r2 {
	margin: 0 3px;
}

#acting_alert span.r3 {
	margin: 0 2px;
}

#acting_alert span.top span.r4,
span.bottom span.r4 {
	margin: 0 1px;
	height: 2px;
}

#acting_alert span.item {
	font-size: 12px;
}

.close_alert a {
	background-image: url(../img/bannerClose.gif);
	display: block;
	width: 23px;
	height: 23px;
}

.close_alert a img {
	display: none;
}

button.ss-button {
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
    -webkit-border-after: solid 1px currentColor;
    border-block-end: solid 1px currentColor;
    letter-spacing: inherit;
    color: var(--color-link-text);
}
button.ss-button[data-icon=back]::before {
    background-color: currentColor;
    content: "";
    -webkit-mask-image: url(../user/2026/images/ico_back.svg);
    mask-image: url(../user/2026/images/ico_back.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    aspect-ratio: 1;
    inline-size: 0.8em;
}
@media (any-hover: hover) {
    button.ss-button[data-icon=back]:hover {
        color: var(--color-hover);
    }
}
.e-section-buttons li:has(button.ss-button[data-icon=back]) {
    font-size: 0.875rem;
}
.e-section-buttons li:has(button.ss-button[data-icon=back]) {
    -webkit-margin-before: 1rem;
    margin-block-start: 1rem;
}