@charset "UTF-8";

.document_contents ul li	{ background: none; }

.login.login_single	{ display: block; max-width: 600px; }
.login.login_single .user	{ width: auto; border-right: 0 none; }


.site_fmcs .h3.border	{ display: none; }

.message	{ margin: 0; margin-bottom: 30px; }
.message strong	{ font-weight: 500; color: #1e5aa5; }
.message em	{ font-style: normal; font-weight: normal; color: #d64c17; }
.txtcenter	{ text-align: center !important; }

div.renamefact {
	max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

div.renamefact.single {
	max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.renamefact .namefact.right {
	width: 50%;
    padding: 10px 43px 40px;
	border-right: 1px solid #e1e1e1;
}

.renamefact .namefact {
	width: 50%;
    padding: 10px 43px 40px;
}

