<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*
es_MX
*/

/* =========================================================
login
========================================================= */

/* -----------------------------------------------
contents name
----------------------------------------------- */

#contents-name h2 a {
	display: block;
	background: url(/img/spa/panel/title_login.gif) no-repeat 0 0;
	width: 213px;
	height: 50px;
}

/* -----------------------------------------------
2 column
----------------------------------------------- */

#login {
	clear: both;
	margin: 15px 0;
}
#login .box {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
#login .box .left {
	display: table-cell;
	vertical-align: top;
	border-right: 1px dashed #cccccc;
	padding-right: 15px;
	width: 60%;
}
#login .box .right {
	display: table-cell;
	vertical-align: top;
	padding-left: 15px;
	width: 40%;
	min-width: 240px;
}

/* -----------------------------------------------
left
----------------------------------------------- */

#login .left table {
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #e6eae6;
	margin-bottom: 10px;
	width: 100%;
}
#login .left tr {
	border-bottom: 1px solid #e6eae6;
}
#login .left th {
	font-weight: normal;
	text-align: left;
	background-color: #f7f6f5;
	border-left: 1px solid #e6eae6;
	padding: 8px;
	white-space: nowrap;
}
#login .left td {
	border-left: 1px #e6eae6 dotted;
	border-right: 1px #e6eae6 solid;
	padding: 8px;
	width: 100%;
}
#login .left td label {
	margin-left: 5px;
}
#login .left tr:last-child {
	border-bottom: none;
}
#login .left tr:last-child th {
	background-color: transparent;
	border: none;
}
#login .left tr:last-child td {
	border: none;
}

/* -----------------------------------------------
button
----------------------------------------------- */
#login  .button-login {
	clear: both;
	text-align: center;
	margin-bottom: 30px;
}
#login  .button-login input[type="submit"] {
	display: inline-block;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	color: #ffffff;
	text-align: center;
	line-height: 100%;
	background: #666666 url(/img/common/common/icon_small_login_wht.png) no-repeat 40px 50%;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 3px solid rgba(0,0,0,0.2);
	border-radius: 3px;
	cursor: pointer;
	padding: 14px 40px 10px 64px;
}
#login  .button-login input[type="submit"]:hover {
	background-color: #ffb400;
}

/* -----------------------------------------------
forgot
----------------------------------------------- */
#login .left .forgot {
	text-align: right;
}
#login .left .forgot a {
	color: #666;
	background: url(/img/common/common/arrow_right_gray_small_off.png) no-repeat 0 0;
	padding-left: 16px;
}
#login .left .forgot a:hover {
	color: #ffcc00;
	background: url(/img/common/common/arrow_right_gray_small_on.png) no-repeat 0 0;
}


/* -----------------------------------------------
right
----------------------------------------------- */

#login .right dl {
	text-align: center;
	background-color: #f7f6f5;
	border: 1px solid #e6eae6;
	border-radius: 3px;
	padding: 10px;
}
#login .right dt {
	line-height: 126%;
	margin-bottom: 8px;
}

/* -----------------------------------------------
button
----------------------------------------------- */
#login .right dd .button {
	clear: both;
	margin-bottom: 25px;
}
#login .right dd .button a {
	display: inline-block;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	color: #ffffff;
	text-align: center;
	line-height: 100%;
	background-image: url(/img/common/common/icon_user_wht.png);
	background-size: 20px 23px;
	background-color: #ff6600;
	background-repeat: no-repeat;
	background-position: 20px 50%;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 3px solid rgba(0,0,0,0.2);
	border-radius: 3px;
	cursor: pointer;
	padding: 14px 20px 10px 45px;
}
#login .right dd .button a:hover {
	background-color: #ffb400;
}

/* -----------------------------------------------
activation
----------------------------------------------- */
#login .right dd .activation a {
	color: #666;
	background: url(/img/common/common/arrow_right_gray_small_off.png) no-repeat 0 0;
	padding-left: 16px;
}
#login .right dd .activation a:hover {
	color: #ffcc00;
	background: url(/img/common/common/arrow_right_gray_small_on.png) no-repeat 0 0;
}</pre></body></html>