@charset "UTF-8";

/** モーダルウィンドウタイトル */
.common-logout-modal-title {
    font-size: 18px;
    color: #ffffff;
    float: left;
    width: 250px;
}

/** モーダルウィンドウタイトルアイコン */
.common-logout-modal-title span {
    margin-right: 5px;
}

/** text-align: center */
.common-logout-modal-txt-align-center {
    text-align: center;
}

.common-logout-modal-txt-align-center a {
    text-decoration : none !important;
}