@charset "UTF-8";

/* =========================================================
frame
========================================================= */
#edit .edit2 .frame {
	padding: 15px 0 20px;
	margin-bottom: 10px
};
/* -----------------------------------------------
reset
----------------------------------------------- */
#edit .edit2 .upload-multiple .form-upload .choose-file {
	margin-bottom: 0;
}
#edit .edit2 input[type="file"] {
	margin-bottom: 0;
}
/* =========================================================
header
========================================================= */
#edit .edit2 .header.noborder {
	border-bottom: 0;
	padding: 0;
	margin: 15px 0;
}
/* =========================================================
field
========================================================= */
#edit .edit2 .field {
	margin: 0 10px;
}
#edit .edit2 .field dl {
	margin: 0 0 22px 0;
	padding: 0 0 22px 0;
}
#edit .edit2 .field dl.noborder {
	padding: 0;
	border-bottom: 0;
}
#edit .edit2 .field dt:first-of-type {
	margin: 0px 0 3px 0;
}
#edit .edit2 .field dt {
	border-top: 0;
	padding: 0;
	margin: 15px 0 3px 0;
	font-weight: normal;
}
#edit .edit2 .field dd:not(:last-of-type) {
	margin-bottom: 25px;
}
#edit .edit2 .field p.desc {
	clear: both;
	color: #5e635f;
	line-height: 126%;
	margin-bottom: 20px;
	font-size: 13.6px;
	font-weight: normal;
}
#edit .edit2 .field span.langchange,
#edit .edit2 .confirm span.langchange {
	color: #5e635f;
	font-size: 13.6px;
	font-weight: normal;
}
#edit .edit2 .field .upload-file .upload-view {
	margin-bottom: 15px;
}
#edit .edit2 .field .upload-file .thumbnail {
	margin-top: 7px;
}
#edit .edit2 .field .space {
	margin-bottom: 5px;
}
/* -----------------------------------------------
number change
----------------------------------------------- */
#edit .edit2 .field .numchange {
	background: #e6eae6;
	margin: -22px 0 22px 0;
	padding: 12px 0;
}
/* copied from bs.css (to apply to other services) START --- */
#edit .edit2 .field .numchange ul {
	list-style-type: none;
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
	margin: 0 auto;
}
#edit .edit2 .field .numchange li {
	display: table-cell;
	vertical-align: middle;
	padding: 0 5px;
}
#edit .edit2 .field .numchange li span {
	display: none;
}
#edit .edit2 .field .numchange li a {
	display: inline-block;
	color: #999;
	text-align: center;
	line-height: 100%;
	background: #ffffff;
	border: 1px solid #cccccc;
	cursor: pointer;
	padding: 6px 8px;
	border-radius: 3px;
}
/* copied from bs.css END ---------------------------------- */
/* -----------------------------------------------
select (dropdown menu)
----------------------------------------------- */
#edit .edit2 .field .full select {
	width: 100%;
}
/* =========================================================
translate
========================================================= */
#edit .edit2 .translate {
	margin: -10px -5px 22px;
}
#edit .edit2 .translate .switch {
	padding: 0;
	margin: 0 0 10px 0;
}
#edit .edit2 .translate dt {
	margin: 0 !important;
	font-size: 13.6px;
}
#edit .edit2 .translate p.desc {
	margin-bottom: 0;
	color: #333;
}
#edit .edit2 .translate dl.lang {
	padding: 0;
	border: 0;
	margin: 8px 0 0 0;
}

/* =========================================================
agreement
========================================================= */
#edit .edit2 .agreement {
	margin: 20px 0 15px;
}
#edit .edit2 .agreement .read {
	margin-bottom: 15px;
}
/* =========================================================
button
========================================================= */
#edit .edit2 .button {
	margin-bottom: 10px;
}
/* =========================================================
back
========================================================= */
#edit .back {
	margin: -12px 0 0 0;
}
/* =========================================================
confirm
========================================================= */
#edit .edit2 .confirm {
	margin: 0 10px;
}
/* -----------------------------------------------
fan
----------------------------------------------- */
#edit .edit2 .confirm dl.fan {
	margin: 0px 0 20px 0;
}
