@charset "utf-8";
#edit {
	width: 100%;
	font-family: var(--font-family-def);
	color: #65727f;
}
#edit .label {
	float: left;
}
#edit .label p {
	font-size: 12px;
	padding-left: 4px;
	padding-right: 4px;
	line-height: 20px;
	color: #fff;
	background: #000;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	margin-bottom:16px;
}
#edit .label p.label_red {
	background: #ed4e60!important;
}
#edit .label p.label_blue {
	background: #234cad!important;
}
#edit .label p.label_orange{
	background: #f7941f!important;
}
#edit .label p.label_gray{
	background: #86939d!important;
}
#edit .label p.label_green{
	background: #0eae95!important;
}
#edit .label p.label_parple{
	background: #877bde!important;
}
#edit .date {
	float: left;
	font-size: 12px;
	padding: 2px;
	color: #65727f;
	margin-left: 4px;
}
#edit .title {
	clear: both;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 600;
	color: #444f5a;
	padding-bottom: 16px;
	border-bottom: 1px solid #eff0f2;
	margin-bottom: 24px;
}
#edit img {
	max-width: 60%;
	height: auto;
	border: 1px #979797 solid;
}
#edit .img-a {
	max-width: 100%;
	height: auto;
	border: none;
}

#edit br {
	line-height: 1!important;
}
#edit hr {
	height: 1px;
	background: #eff0f2;
	border: none;
	margin: 24px 0;
}
#edit ul.disc li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 1em;
}
#edit ul.number li {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 1.4em;
	margin-bottom: 8px;
}
#edit small p {
	line-height: 1.4;
	padding-top: 8px;
	padding-left: 1em;
	text-indent: -1em;
}
#edit .large {
	font-size: 16px;
	line-height: 1.4;
}
#edit .normal {
	font-size: 16px;
	line-height: 1.4;
}
#edit .small {
	font-size: 10px;
	line-height: 1.4;
}
#edit .bold {
	font-weight: 600;
	color: #444F5A;
	margin-bottom: 8px;
}
#edit a {
	text-decoration: underline;
}
#edit a.window {
	background: url(../img/question/window.svg) no-repeat right top;
	background-size: 8px 7px;
	padding-right: 12px;
}
#edit .red, #edit .red a, #edit .red a:hover {
	color: #ed4e60;
}
#edit .blue, #edit .blue a, #edit .blue a:hover {
	color: #425fc9;
}
#edit .yellow, #edit .yellow a, #edit .yellow a:hover {
	color: #ffd52d;
}
#edit .green, #edit .green a, #edit .green a:hover {
	color: #0eae95;
}
#edit .purple, #edit .purple a, #edit .purple a:hover {
	color: #877bde;
}
#edit .pink, #edit .pink a, #edit .pink a:hover {
	color: #ff97d1;
}
#edit .gray, #edit .gray a, #edit .gray a:hover {
	color: #86939d;
}
#edit .marker {
	padding: 2px;
	background: var(--lifebear);
	color: var(--white);
}
#edit .btn {
	display: block;
	margin-bottom: 16px;
}
#edit .btn a {
	display: block;
	width: 100%;
	padding: 16px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	background: var(--lifebear);
	color: var(--white);
	font-weight: 600;
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
}