/* ------------------------------------------------
common
------------------------------------------------ */

#MessageArea {
	clear: both;
}

.error {
	margin-bottom: calc(15 / 1820 * 100vw);
}

.message {
	margin-bottom: calc(15 / 1820 * 100vw);
}

/* ------------------------------------------------
profile
------------------------------------------------ */

/* avatar file */

.file-hidden {
	display: none;
}

.avatarBtnList {
	display: none;
}

.avatarBtnList.active {
	display: block;
}

.pw-weak {
	margin-top: calc(10 / 1820 * 100vw);
	display: none;
}

.tml-profile .wp-pwd {
	text-align: left !important;
}

#pass1-text {
	display: none;
}

.show-password #pass1 {
	display: none;
}

.show-password #pass1-text {
	display: block;
}

.button {
	display: inline-block;
	border: 1px solid #8e8e8e;
	background: #8e8e8e;
	color: #fff !important;
	font-size: calc(16 / 1820 * 100vw);
	padding: 0 calc(20 / 1820 * 100vw);
	height: calc(30 / 1820 * 100vw);
	line-height: calc(30 / 1820 * 100vw);
	text-decoration: none !important;
	box-sizing: border-box;
	cursor: pointer;
}

/* ------------------------------------------------
sample
------------------------------------------------ */
