.tml {
	max-width: 660px;
}

.tml * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tml .error,
.tml .message {
	color: #333;
	padding: 0.5em;
	font-weight: bold;
}

.tml .error {
	border: 1px solid #c00;
	background-color: #ffebe8;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	margin-bottom: 1em;
}

.tml .message {
	border: 1px solid #e6db55;
	background-color: #ffffe0;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	margin-bottom: 1em;
}

.tml-login form,
.tml-lostpassword form,
.tml-register form {
	max-width: 320px;
}

.tml p {
	margin: 0 0 0.25em 0;
	padding: 0;
	line-height: 1em;
}

.tml label {
	display: block;
	text-align: left;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 0.5em;
	border-left: 5px solid #00008b;
}

.tml p br {
	display: none;
}

.tml .tml-rememberme-wrap label {
	display: inline;
	font-weight: normal;
	padding: 0;
	border-left: none;
}

.tml input,
.tml textarea,
.tml select {
	margin: 0.5em 0;
	width: 100%;
	height: 30px;
}

.tml input[type="checkbox"],
.tml input[type="radio"],
.tml .tml-rememberme-wrap input {
	vertical-align: middle;
	width: auto;
}

.tml .tml-action-links {
	/*display: inline-block;*/
	margin: 0;
	padding: 0;
	/*text-align: center;*/
}

.tml .tml-action-links li {
	border: none;
	text-indent: 1em;
	background: url(../../themes/jea/img/common/listArrow0101.png) 0% 50% no-repeat;
	list-style: none;
	margin: 0;
	padding: 0;
}

.tml .tml-action-links li:last-child {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}

.tml .tml-action-links a {
	border: none;
	padding: 0;
	text-decoration: none;
}

.tml .tml-rememberme-submit-wrap:before,
.tml .tml-rememberme-submit-wrap:after,
.tml .tml-action-links:before,
.tml .tml-action-links:after {
	content: "";
	display: table;
}

.tml .tml-rememberme-submit-wrap:after,
.tml .tml-action-links:after {
	clear: both;
}

.tml .tml-user-avatar {
	text-align: left;
}

.tml .tml-user-links {
	clear: both;
}

.tml .tml-user-links li a {
	text-decoration: none;
}

.mu_register .hint {
	font-size: 12px;
	margin-bottom: 10px;
	display: block;
}

.mu_register label.checkbox {
	display: inline;
}

#pass-strength-result {
	background-color: #eee;
	border: 1px solid #ddd;
	color: #23282d;
	font-weight: 600;
	margin: 0;
	padding: 3px 5px;
	text-align: center;
	width: 100%;
	opacity: 0;
}

#pass-strength-result.short {
	background-color: #f1adad;
	border-color: #e35b5b;
	opacity: 1;
}

#pass-strength-result.bad {
	background-color: #fbc5a9;
	border-color: #f78b53;
	opacity: 1;
}

#pass-strength-result.good {
	background-color: #ffe399;
	border-color: #ffc733;
	opacity: 1;
}

#pass-strength-result.strong {
	background-color: #c1e1b9;
	border-color: #83c373;
	opacity: 1;
}

.pw-weak {
	display:none;
}

.indicator-hint {
	padding-top: 8px;
}

#pass1,
#pass1-text {
	width: 100%;
}

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

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

.tml-profile label { margin: 1em 0 0.25em 0; padding: 0 0 0 0.5em; border-left: 5px solid #00008b; font-weight: bold; }
.tml-profile span.description:after { content: url("../../themes/jea/img/common/required.png"); }
/*.tml-profile table td { border: none; }*/

.form-table th { width: 30%; }
.form-table td { width: 70%; }
.form-table label { margin-top: 0.25em; }

@media screen and (min-width: 768px) {
	.tml #password button,
	.tml .tml-submit-wrap input {
		width: auto;
		height: 35px;
		padding: 8px;
		font-family: Meiryo;
		font-weight: bold;
		text-decoration: none;
		border-style: none;
		background:#ccc;
		-moz-border-radius:4px;
		-khtml-border-radius:4px;
		-webkit-border-radius:4px;
		border-radius:4px;
	}

	.tml #password button:hover,
	.tml .tml-submit-wrap input:hover {
		color: #ccc;
		background: #146eb4;
		cursor: pointer;
		-webkit-transition: 400ms ease-in-out;
		-moz-transition: 400ms ease-in-out;
		-o-transition: 400ms ease-in-out;
		-ms-transition: 400ms ease-in-out;
		transition: 400ms ease-in-out; 
}

	.tml-login .tml-rememberme-submit-wrap {
		display: table;
		margin-bottom: 1.5em;
		width: 100%;
	}

	.tml-login .tml-rememberme-wrap {
		display: table-cell;
	}

	.tml-login .tml-rememberme-wrap input {
		margin: 0;
	}

	.tml-login .tml-submit-wrap {
		display: table-cell;
		text-align: right;
	}

	.tml-login .tml-submit-wrap input {
		margin: 0;
		width: auto;
	}
}

@media screen and (max-width: 767px) {
	.tml .tml-rememberme-wrap {
		line-height: 1em;
	}

	.tml #password button,
	.tml .tml-submit-wrap input {
		width: auto;
		height: 35px;
		padding: 8px;
		font-family: Meiryo;
		font-weight: bold;
		text-decoration: none;
		border-style: none;
		background:#ccc;
		-moz-border-radius:4px;
		-khtml-border-radius:4px;
		-webkit-border-radius:4px;
		border-radius:4px;
	}

	.tml #password button:hover,
	.tml .tml-submit-wrap input:hover {
		color: #ccc;
		background: #146eb4;
		cursor: pointer;
		-webkit-transition: 400ms ease-in-out;
		-moz-transition: 400ms ease-in-out;
		-o-transition: 400ms ease-in-out;
		-ms-transition: 400ms ease-in-out;
		transition: 400ms ease-in-out; 
	}
}