@charset "UTF-8";
/*!
login.css
*/

/* =========================================================
 * content
 * ====================================================== */

.lead {
	font-size: 0.813em;
	line-height: 1.7;
}
.lead.error {
	color: #ff0000;
}
.submit_btn {
	margin-top: 20px;
}
.CCM002_Title .dc__comp_mtb {
	margin: 0rem auto 3rem;
}
.dc__col_6:nth-child(2) {
	border-left: 1px solid #dbdbdb;
}
.dc__col_6:nth-child(1) {
	padding-right: 4.25532%;
}
.dc__col_6:nth-child(2) {
	padding-left: 2.12766%;
}

/* clearfix
---------------------------------------------------*/
.clearfix, #login_box {
	zoom: 1;
}
.clearfix:after, #login_box:after {
	content: "";
	display: block;
	clear: both; 
}


/* =========================================================
 * Form Table
 * ====================================================== */

#login_box #login_form table {
	background: #fff;
	/* border radius */
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	/* prevents bg color from leaking outside the border */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	margin-top: 15px;
}
#login_box #login_form table tr {
	border-bottom: 1px solid #eeeeee;
}
#login_box #login_form table tr:last-child {
	border-bottom: 0px solid #eeeeee;
}
#login_box #login_form table tr th {
	padding: 20px 20px 16px 20px;
	width: 180px;
	text-align: left;
	font-size: 15px;
}
.ua-ie-8 #login_box #login_form table tr th {
	width: 240px;
}

.ua-ie-8 #login_box #login_form table tr th span {
	font-size: 11px;
}
#login_box #login_form table tr td {
	padding: 8px 20px 8px 20px;
	width: 192px;
}
#login_box #login_form table tr td input {
	padding: 6px 0 8px 0;
/*	height: 16px;	*/
	width: 192px;
	border: none;
	text-align: center;
	font-weight: normal;
	color: #333;
	font-size: 19px;
}
#login_box #login_form table tr td input:focus {
	outline: none;
}
#login_box #login_form table tr td input.placeholder {
	color: #999;
	font-size: 14px;
}
#login_box #login_form table tr td input.textFocus {
	color: #333;
	font-size: 19px;
}
.ua-ie-8 #login_box #login_form table tr td {
	width: 132px;
}
.ua-ie-8 #login_box #login_form table tr td input {
	width: 132px;
	padding: 2px 0 8px 0;
	height: 20px;
}


#login_box #login_form .save_val {
	clear: both;
	float: right;
	padding: 20px 0 18px 0; 
}
#login_box #login_form .save_val label {
	font-size: 0.875em;
}
#login_box #login_form .save_val input {
	margin-right: 5px;
}

#login_box #login_form .submit_btn {
	clear: both;
	text-align: center;
	padding: 0 0 20px 0;
}
#login_box #login_form .submit_btn a {
	width: 245px;
	height: 5.5rem;
	padding-top: 10px;
	text-align: center;
	background: #0069aa; 
	 font-size: 1.125em;
}
#login_box #login_form .submit_btn a:hover {
	background: #3285b8;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

/* section_forcustomers
---------------------------------------------------*/
#section_forcustomers {
	padding: 28px 40px 30px 50px;
	height: 80px;
	background: #ccc;
	color: #333;
	position: relative;
}
#section_forcustomers h2 {
	padding-left: 145px;
	line-height: 1.6;
	font-weight: bold;
	padding-bottom: 0.3em;
}
#section_forcustomers .pict {
	position: absolute;
	top: 30px;
	left: 50px;

}
#section_forcustomers .text {
	padding-left: 145px;
	font-size: 0.875em;
	line-height: 1.6;
}
#section_forcustomers .text a {
	color: #0069aa;
	text-decoration: none;
}
#section_forcustomers .text a:hover {
	text-decoration: underline;
}


/* popup logout
---------------------------------------------------*/
#popup_logout {
	display: none;
	width: 470px;
	height: 108px;
	background: #fff;
	color: #333333;
	padding: 40px;
	text-align: center;
}
#popup_logout .title {
	font-size: 1.5em;
	letter-spacing: 1px;
	padding-bottom: 14px;
}
#popup_logout .lead {
	font-size: 0.875em;
	padding-bottom: 20px;
}
#popup_logout ul li a {
	color: #fff;
	display: block;
	font-size: 1.125em;
	width: 214px;
	height: 26px;
	padding-top: 10px;
}
#popup_logout ul li.btn_close {
	background: #0069aa;
	width: 214px;
	height: 36px;
	float: left;
}
#popup_logout ul li.btn_close:hover {
	background: #3084b8;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
#popup_logout ul li.btn_logout {
	background: #999999;
	width: 214px;
	height: 36px;
	float: right;
}
#popup_logout ul li.btn_logout:hover {
	background: #aaa;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

/* =========================================================
 * @media
 * ====================================================== */

@media (max-width:768px){
	.CCM002_Title .dc__comp_mtb {
		margin: 3rem auto 3rem;
	}
	.dc__col_6:nth-child(2) {
		border-top: 1px solid #dbdbdb;
		border-left: 0px solid #dbdbdb;
	}
	.dc__col_6:nth-child(1) {
		max-width: 100%;
		padding-right: 0%;
		padding-bottom: 4.25532%;
	}
	.dc__col_6:nth-child(2) {
		max-width: 100%;
		padding-left: 0%;
	}
	#login_box #login_form table tr th {
		padding: 8px 0px 8px 16px ;
		width: 40%;
	}
	#login_box #login_form table tr td {
		padding: 8px 8px 8px 0px ;
		width: 60%;
	}
	#login_box #login_form table tr td input {
		width: 100%;
	}
	#login_box #login_form .submit_btn {
		padding: 0 0 0px 0;
		width:100%;
	}
	#login_box #login_form .submit_btn a {
		width: 98%;
	}
	.lead {
		font-size: 1.0em;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0){
    .dc__col .dc__fixed_content {min-width: 100%;}
	}
