<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.enp-dialog {
    border-radius: 5px;
    box-shadow: 0 1px 6px -3px rgba(0,0,0,0.8);
    position: relative;
    overflow: visible;
}
.enp-dialog:before {
    content: "";
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-top: 14px solid #ccc;
    position: absolute;
    bottom: -27px;
    left: 22px;
}
.enp-dialog:after {
    content: "";
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-top: 14px solid #fff;
    position: absolute;
    bottom: -25px;
    left: 22px;
}

.enp-dialog .ui-dialog-titlebar {
    background: transparent;
    border: none;
    box-shadow: none;
	text-align: left;
}
.enp-dialog .ui-dialog-titlebar label {
    color: #333;
    text-align: left;
    font-size: 12px;
}

/*
.enp-dialog .ui-dialog-titlebar input {
    vertical-align: -2px;
}
*/

.enp-dialog .ui-dialog-content {
    overflow: visible;
    border: none;
	padding: 0 4px 0 6px;
}

.enp-dialog .enp-table {
	border: 0px none;
    margin: 0;
}

.enp-dialog .enp-table .enp-left{
    width: 134px;
	vertical-align: top;
	border: 0px none;
	padding: 0px;
}

.enp-dialog .enp-table .enp-right{
    vertical-align: top;
	border: 0px none;
	padding: 0px 0px 0px 5px;
}

.enp-dialog .enp-table .ui-state-default{
    color: #333;
    text-align: center;
    font-weight: bold;
    background: #fafafa;
    background: -moz-linear-gradient(top center, #fff 0%, #ededed 100%);
    background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#f5f5f5));
    background: linear-gradient(top center, #fff 0%, #ededed 100%);
    border-radius: 3px;
}

.enp-dialog .enp-table .ui-state-hover {
    color: #1758a2;
    border-color: #bbb;
}

/*蜈ｨ縺ｦ蜑企勁縺ｮ縺ｻ縺ｰ繝ｼ繧定ｵ､*/
.enp-dialog .enp-table .enp-right a:hover:first-child {
    color: #ec4f4f;
}
</pre></body></html>