@charset "shift-jis";
/*-----------------------------------------------------------
=== 〔 /cn-w/auth/login.html 〕 ====================================
------------------------------------------------------------*/





/* -------------------------------------
ログイン画面全体
------------------------------------- */

#auth-login-section {
	padding-bottom:20px;
	margin-bottom:20px;
/*	width:940px;*/
	overflow:hidden;
	background:#e7eaf1;
}
.auth-wrap {
	padding-bottom:15px;
}


.logiin_tit{
	font-size:28px;
	text-align:left;
	margin-bottom:5px;
	}


.article .section {
	margin: 10px 0 0;
}
.article .section.first-child {
	margin: 0 0 0;
}



@media screen and (max-width: 880px) {
	
	
#auth-login-section {
	padding-bottom:20px;
	margin-bottom:30px;
	width:100% !important;
	box-sizing:border-box;
}


.logiin_tit{
	font-size:20px;
	text-align:left;
	margin-bottom:15px;
	font-weight:bold;
	margin-left:2%;
	}

	
	
	
}





.arrow_base2{
	position: relative;
	display: inline-block;
	padding: 0 0 0;
	vertical-align: middle;
	text-decoration: none;
}
.arrow_base2::before,
.arrow_base2::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}


.arrow_w_b::before{
	left: 93%;
	width: 15px;
	height: 15px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.arrow_base{
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	vertical-align: middle;
	text-decoration: none;
	
}
.arrow_base::before,
.arrow_base::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.arrow_blue::before{
	left: 4px;
	box-sizing: border-box;
	width: 5px;
	height: 5px;
	border: 5px solid transparent;
	border-left: 5px solid #1976be;
}

.arrow_menu_w::before{
	left: 95%;
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}




@media screen and (max-width: 880px) {
.arrow_w_b::before{
	left: 90%;
}	
	
	
}
	

/* -------------------------------------
CNW会員の方
------------------------------------- */

#auth-member {
	margin:0 auto;
}
#auth-member h2 {
	overflow:hidden;
}
#auth-member .auth-wrap {
	position:relative;
	padding:20px;
	overflow:hidden;
}


@media screen and (max-width: 880px) {
	
#auth-member .auth-wrap {
	box-sizing:border-box;
	padding:2%;
	overflow:hidden;
}	
	
}

	
/* 入力エリア全体 */

#auth-member .formbox {
}
#auth-member .formbox input {
	margin:0;
	padding:0.45em;
	font-size:150%;
	border:2px solid #000;
	background:#ffffcc;
	vertical-align:middle;
	box-sizing:border-box;
}
#auth-member .formbox input.id_form {
	width:380px !important;
	margin-right:15px;
	display:inline-block;
	
}

#auth-member .formbox .preNotes {
	margin:0 8px 0 6px;
	font-size:16px;
	font-weight:bold;
	position:relative;
	width:95%;
}


@media screen and (max-width: 880px) {


#auth-member .formbox input {
	font-size:118%;
	padding:0.5em;
}


#auth-member .formbox .preNotes {
	margin:0;
	font-size:12px;
	font-weight:bold;
	width:95%;
}

	
	#auth-member .formbox input .id_form {
	width:100% !important;
	margin-right:0;
	margin-bottom:5px;
	display:inline-block;
	float:left;
	
	}

}




/* 会員ID・パスワード欄 */

#auth-idpass-wrap {
	min-height:138px;
		height:auto	!important;
		height:138px;
}
#auth-idpass-wrap .auth-id-inner,
#auth-idpass-wrap .auth-pass-inner {
	padding-bottom:10px;
}
#auth-idpass-wrap .auth-pass-inner {
	margin-top:12px;
	padding-bottom:8px;
}
#auth-idpass-wrap dl.formwrap {
	padding:10px 0 1px;
	overflow:hidden;
}
#auth-idpass-wrap dt.formttl {
	font-size:24px;
	line-height:1;
	font-weight:normal;
	text-align:left;
	display:block;
	border-left:6px solid #000066;
	padding-left:10px;
	margin-bottom:10px;
}

#auth-idpass-wrap dt.formttl .inputNote {
	font-size:12px;
}
#auth-idpass-wrap dd.formbox {
	display:block;
	text-align:left;
}
#auth-idpass-wrap .formbox input {
	margin-right:15px;
	width:490px;
}


@media screen and (max-width: 880px) {


#auth-idpass-wrap .formbox input {
	margin-right:0;
	width:100%;
	margin-bottom:5px;
}
#auth-idpass-wrap dt.formttl {
	font-size:24px;
	font-weight:bold;

}


}


/* 会員ID・パスワード欄　パスワード強度 */

#auth-password-strength {
	margin:15px 15px 0 0;
	text-align:left;
	line-height:1.2;
}
#auth-password-strength img {
	vertical-align:middle;
}
#auth-password-strength a.auth-question img {
	margin:0 0.2em;
}
#auth-password-strength .pass-strength-level {
	font-weight:bold;
	margin-right:13px;
}
#auth-password-strength .auth-password-strength-note {
	display:block;
	margin-top:10px;
	font-size:11px;
}

/* お客さまID／回線ID欄 */

#auth-line-wrap {
	margin-top:16px;
	padding-bottom:14px;
	text-align:left;
	overflow:hidden;
}
#auth-line-wrap .auth-line-inner {
	overflow:visible;
	background-color:#ffffff;
}
#auth-line-wrap .auth-line-head.auth-num-3 {

}
#auth-line-wrap .auth-line-head #auth-device-ttl {
	font-weight:normal;
	display:block;
	margin-bottom:5px;
	background-color:#000000;
	color:#ffffff;
	font-size:150%;
	text-align:center;
}
#auth-line-wrap .auth-line-head .auth-device-note {
	display:inline;
	color:#ff0000;
	font-size:12px;
}
#auth-line-wrap .auth-line-head .auth-device-note span{
	display:inline;
	color:#000;
}
#auth-line-wrap .auth-line-head .auth-device-note strong{
	font-size:14px;
	font-weight:normal;
}

#auth-line-wrap .auth-line-body {
	padding-bottom:0px;
}
#auth-line-wrap .auth-line-body-inner {
	padding-top:0;
	padding-bottom:0;
	margin:0;
	overflow:visible;
}
#auth-line-wrap .auth-line-body dl.customerId-CAF {
	display:block;
	padding:13px;
	background:#fff;
	width:100%;
	box-sizing:border-box;
	margin-bottom:10px;
}
#auth-line-wrap .auth-line-body dl.customerId-L {
	padding:13px;
	display:block;
	background:#fff;
	box-sizing:border-box;
	width:100%;
}
#auth-line-wrap .auth-line-body dt.line-serect {
	padding-bottom:6px;
	font-size:11px;
	line-height:1.2;
	font-weight:normal;
	color:#b61f47;
	width:95%;
}
#auth-line-wrap .auth-line-body dd.formttl {
	padding-bottom:8px;
}
#auth-line-wrap .auth-line-body dd.formttl .inputTtl {
	margin-right:0.2em;
	font-size:22px;
	font-weight:bold;
	line-height:1.25;
}
#auth-line-wrap .auth-line-body dd.formttl .inputNote {
	font-size:10px;
}
#auth-line-wrap .auth-line-body dd.formbox input {
	width:380px;
	font-size:15px;
}
.customerId-CAF dt,
.customerId-CAF dt{
	margin:5px;
}


/* お客さまID／回線ID欄　入力してないエリアのグレイアウト設定 */

#auth-member .inputGray {
	color: #CCCCCC !important;
}
#auth-member .inputGray .formbox input {
	background: none repeat scroll 0 0 #EEEEEE;
	border-color: #DFDFDF;
}

/* ログインボタン */

#auth-member .auth-login-send {
	margin-top:20px;
	text-align:center;
}
#auth-loginSendBtn a {
	margin:0 auto;
	display:block;
	width:600px;
	height:70px;
	background:#0657c6;
	color:#fff;
	font-size:29px;
	font-weight:bold;
	line-height:70px;
	text-decoration:none;
	
	
}
#auth-loginSendBtn a:hover {
	filter: alpha(opacity=70);	/*IE*/
	opacity:0.70;
}



@media screen and (max-width: 880px) {
	
#auth-line-wrap .auth-line-head #auth-device-ttl {
	font-weight:bold;
	line-height:1.3;
	background-color:#000000;
	color:#ffffff;
	font-size:150%;
	text-align:center;
}

#auth-line-wrap .auth-line-body dd.formttl .inputTtl {
	font-size:16px;
	font-weight:bold;
}



#auth-line-wrap .auth-line-body dt.line-serect {
	padding-bottom:16px;
	width:95%;


}
#auth-loginSendBtn a {
	margin:0 auto;
	display:block;
	width:100%;
	height:60px;
	background:#0657c6;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	line-height:60px;
	text-decoration:none;
	}

#auth-line-wrap .auth-line-body dd.formbox input {
	width:86% !important;
	display:table-cell;
	font-size:18px;
}

}



/* ------------------ 
 #sms部分のコーディング
 ------------------ */
#sms_area{
	width:850px;
	text-align:center;
	margin-top:15px;}

#sms_area .btn_area01{
	margin-top:0px;
	}

#sms_area .btn_area02{
	width:640px;
	height:120px;
	margin-left:auto;
	margin-right:auto;
	background:url("/cn-w/auth/img/txt_img_03.gif") no-repeat;
	text-align:center;
	}


/* 端末認証機能使用中　別のIDでの案内 */
#auth-device-confirm p {
	margin:6px auto 0;
	text-align:center;
}

/* ログインでお困りのお客さまへ */

.auth-troubled-btn{
	text-align:left;
	width:60%;
	margin:auto;
	padding:15px 0 0 0;
	}
.auth-troubled-btn.center{
	text-align:center;
	}	
	
.auth-troubled-btn p{
	font-size:18px;
	}	


.question{
	background:url(../../auth/img/ico_question.png) no-repeat left 50%;
	padding:5px 0 5px 25px;
	display:inline-block !important;
	}
.caution{
	background:url(../../auth/img/ico_caution.png) no-repeat left 50%;
		padding:5px 0 5px 25px;
	display:inline-block !important;
	}
.guide{
	background:url(../../auth/img/icon_ad.png) no-repeat left 50%;
		padding:5px 0 5px 25px;
	display:inline-block !important;
	}


@media screen and (max-width: 880px) {
	
	
.auth-troubled-btn{
	text-align:left;
	width:100%;
	margin:auto;
	padding:15px 0 0 0;
	}
.auth-troubled-btn p{
	font-size:12px;
	}	

	
.question{
	background-size:15px;
	padding:5px 0 5px 18px;
	display:inline-block !important;
	clear:both;
	}
.caution{
	background-size:15px;
	padding:5px 0 5px 18px;
	display:inline-block !important;
	clear:both;
	}	
.guide{
	background-size:15px;
	padding:5px 0 5px 18px;
	display:inline-block !important;
	clear:both;
	}

}




/* -------------------------------------
CNW会員でない方
------------------------------------- */

#auth-newly {
	margin:15px auto 0;
	width:890px;
}
#auth-newly h2 {
	width:890px;
	height:52px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(/cn-w/auth/img/auth_ttl_newly.gif) no-repeat;
}
#auth-newly .auth-wrap {
	padding-top:15px;
	padding-left:15px;
}
#auth-newly dl {
	position:relative;
	width:875px;
	overflow:hidden;
}
#auth-newly dl dt {
	margin-bottom:10px;
	padding:0 290px 0 0;
	font-size:13px;
	line-height:20px;
}
#auth-newly dl #auth-newly-entry-btn #auth-newly-free {	/* 201412追加 */
	display:block;
	position:absolute;
	left:637px;
	top:0px;
	width:214px;
	height:22px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(/cn-w/auth/img/auth_free_newly.gif) no-repeat 50% 0;
}
#auth-newly dl #auth-newly-entry-btn a {
	display:block;
	position:absolute;
	left:637px;
	top:22px;
	width:214px;
	height:43px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(/cn-w/auth/img/btn_send_newly.gif) no-repeat;
}
#auth-newly dl #auth-newly-entry-btn a:hover {
	filter: alpha(opacity=70);	/*IE*/
	opacity:0.70;
}
#auth-newly dl #auth-newly-about-btn,
#auth-newly dl #auth-newly-whats-btn.pc-revelation {
	margin-right:1.5em;
	display:inline	!important;
}





/* -------------------------------------
安全にサイトをご利用いただくために
------------------------------------- */

#siteAccessExBLock {
	background:url(/cn-w/auth/img/ar_anshin_top.gif) 0 0 no-repeat;
	margin:25px auto 0;
	padding-top:45px;
	width:860px;
}
#siteAccessExBLock h2 {
	display:none;
}
#siteAccessExInner {
	background:url(/cn-w/auth/img/ar_anshin_bottom.gif) 0 bottom no-repeat;
	padding-bottom:35px;
}
#siteAccessExInnerBg {
	background:url(/cn-w/auth/img/ar_anshin_top_rep.gif) 0 0 repeat-y;
}
#siteAccessExLead {
	background:url(/cn-w/auth/img/ar_anshin_top_btm.gif) 0 bottom no-repeat;
}
#siteAccessExInner p {
	padding:0 30px 10px;
	font-size:105%;
}
#siteAccessExList {
	background:url(/cn-w/auth/img/ar_anshin_middle.gif) 0 0 repeat-y;
	padding:10px 40px 0;
}
#siteAccessExList h3 {
	background:url(/cn-w/auth/img/ar_anshin_sub.gif) 0 0 no-repeat;
	height:28px;
	text-indent:-9999px;
	overflow:hidden;
	border-bottom:2px dotted #e03b3b;
	margin-bottom:10px;
}
#siteAccessExList li {
	width:340px;
	background:url(/cn-w/auth/img/ar_anshin_check.gif) 0 25% no-repeat;
	padding:5px 10px 5px 25px;
	font-weight:bold;
	font-size:105%;
}
* html #siteAccessExList li {
	font-size:96%;
}
#siteAccessExList li.siteAccessExLi_L {
	width:362px;
}
#siteAccessExList li.siteAccessExLi_R {
	margin-left:400px;
}
#siteAccessExList li.Exlist3 {
	margin-top:-82px;
}





/* -------------------------------------
フィッシングサイトにご注意ください
------------------------------------- */

#auth-alert {
	background-color:#fff;
	border:#f00 3px solid;
	margin:20px auto 0;
	padding:15px;
	width:824px;
	font-size:13px;
	line-height:20px;
}
#auth-alert h2 {
	background-color:#f00;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	margin-bottom:6px;
	padding:2px 6px;
}
#auth-alert .auth-alert-wrap {
}



/* -------------------------------------
20150202 光コラボ告知
------------------------------------- */

#hikaricollabo {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 2px solid #FF0000 ;
	margin: 0 0 30px;
	padding: 10px 0 11px;
}
#hikaricollabo p {
	color: #333333;
	font-size: 14px;
	margin: 0 8px;
}
#hikaricollabo ul {
	margin: 3px 8px 0;
}
#hikaricollabo .arrow-01 {
	margin: 2px 0 0;
}

/* -------------------------------------
20161206 ログイン画面改修
------------------------------------- */
#auth_id_info{
	margin:15px 15px 0 15px;
	background-color:#ffffff;
	text-align:center;
	padding:10px 0; 
}

.auth_id_info_txt1{
	font-size:150%;
	font-weight:bold;
	color:#1a65d4;
	cursor:pointer;
}

#auth_id_info_detail{
	width:80%;
	display:none;
	margin:0 auto;
}

#auth_id_info_detail .detail_txt2{
	margin:15px 0;
}

#alert_box_slider{
	width:95%;
	margin:50px auto;
	border:1px solid #8998a2;
	box-sizing:border-box;
	padding:15px 0 10px 0;
}

#alert_box_slider hr{
	width:90%;
	color:#ededed;
	margin:10px auto;
}

#alert_box_slider p {
	margin-bottom:10px;
}

#alert_box_slider dl{
	width:95%;
	margin:0 auto;
}

#alert_box_slider dt{
	text-indent:-1.5em;
}

#alert_box_slider dd{
	margin:5px;
}


.auth_login_new_info h3,
.auth_login_new_info2 h3{
	font-size:16px;
	border-bottom:1px solid #000;
	font-weight:bold;
	margin-bottom:15px;
}

.auth_login_new_info h4{
	font-size:16px;
	font-weight:bold;
}

.phishing_detail{
	margin-bottom:30px;
}

.ssl_detail{
	margin-left:15px;
}


.auth_login_slider_close{
	display:none;
	cursor:pointer;
}


.close_btn{
	text-align:right;
}


#slider_close p{
	display:inline-block;
	width:75%;
	margin:0;
}

.close_txt1{
	text-indent:-1.5em;
	margin-bottom:0;
	width:100%;
}

#slider_open{
	clear:both;
}

.slider_txt1{
		cursor:pointer;
		color:#1a65d4;
		margin-left:20px;
		display:inline;
		margin-left:15px;
		text-decoration:underline;
}
.slider_txt1:hover{
		text-decoration:none;
}

.slider_txt2{
		cursor:pointer;
		color:#1a65d4;
		margin-left:20px;
}

#slider_sec1 div{
	width:85%;
	margin:0 auto;
}

#slider_sec2{
	width:95%;
	margin:0 auto;
}

#slider_sec3{
	text-align:right;
	font-size:90%;
	padding-top:10px;
}

#slider_sec3 span{
	margin-right:20px;
}

#siteAccessExList2 {
	background-color:#fff3f3;
	border:2px solid #fcdede;
	padding:10px 40px 0;
	box-sizing:border-box;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#siteAccessExList2 h3 {
	background:url(/cn-w/auth/img/ar_anshin_sub.gif) 0 0 no-repeat;
	height:28px;
	text-indent:-9999px;
	overflow:hidden;
	border-bottom:2px dotted #e03b3b;
	margin-bottom:10px;
}
#siteAccessExList2 li {
	width:340px;
	background:url(/cn-w/auth/img/ar_anshin_check.gif) 0 25% no-repeat;
	padding:5px 10px 5px 25px;
	font-weight:bold;
	font-size:105%;
}
* html #siteAccessExList2 li {
	font-size:96%;
}
#siteAccessExList2 li.siteAccessExLi_L {
	width:362px;
}
#siteAccessExList2 li.siteAccessExLi_R {
	margin-left:400px;
}
#siteAccessExList2 li.Exlist3 {
	margin-top:-82px;
}

.font_r{
	color:#ff0000;
}


/* -------------------------------------
201701 ログイン画面追加
------------------------------------- */

.auth_login_new_info{
	width:100%;
	text-align:left;
	margin-bottom:30px;
	}

.auth_login_new_info dl{
	}
.auth_login_new_info dt{
	font-size:16px;
	border-bottom:1px solid #000;
	font-weight:bold;
	margin-bottom:15px;
	}
.auth_login_new_info dd{
	font-size:14px;
	margin-bottom:40px;
	}
.auth_login_new_info h3,
.auth_login_new_info2 h3{
	font-size:16px;
	font-weight:bold;
	}
.auth_login_new_info p,
.auth_login_new_info2 p{
	font-size:14px;
	margin-bottom:15px;
	}

.auth_login_new_info_pass{
	background:#efefef;
	padding:18px;
	}
	
.auth_login_new_info_pass h4{
	color:#af002d;
	font-size:14px;
	margin-bottom:10px;
	font-weight:bold;
	}
	
.auth_login_new_info_pass ul{
	list-style:outside disc;
	margin-left:20px;
	font-size:14px;
	}	
	
.auth_top_close{
	text-align:right;
	font-size:14px;
	padding:5px 0 10px;
	}	
	
	
@media screen and (max-width: 880px) {
	
.auth_login_new_info,
.auth_login_new_info2{
	width:100%;
	box-sizing:border-box;
	padding:2%;
	text-align:left;
	}
.auth_login_new_info dt{
	font-size:12px;
	}	
.auth_login_new_info h3{
	font-size:16px;
	font-weight:bold;
	}
.auth_login_new_info p{
	font-size:16px;
	margin-bottom:15px;
	}
.auth_login_new_info2 p{
	font-size:16px;
	margin-bottom:15px;
	}

.auth_login_new_info_pass{
	background:#efefef;
	padding:8px;
	}
		
.auth_login_new_info_pass h4{
	font-size:16px;
	}
		
.auth_login_new_info dd{
	font-size:12px;
	margin-bottom:30px;
	}
.auth_login_new_info_pass ul{
	list-style:outside disc;
	margin-left:15px;
	font-size:16px;
	}		
	
.auth_top_close{
	text-align:right;
	font-size:12px;
	}	

			
}



h2.auth_normal_tit{
	font-size:24px;
	line-height:1.4;
	font-weight:normal;
	text-align:left;
	display:block;
	margin-bottom:10px;
	}

.auth_normal_txt{
	text-align:left;
	}

.deviceEntry_link{
	padding-top:30px;
	font-size:18px;
	text-align:center;
	}
	
h2.auth_normal_tit .error{
	color:#af002d;
	font-size:20px;
	}


#deviceEntryWrap{
	}
#deviceEntryWrap h2{
	font-size:16px;
	line-height:1.4;
	font-weight:bold;
	text-align:left;
	display:block;
	}
#deviceEntryWrap p{
	font-size:14px;
	line-height:1.4;
	margin-bottom:20px;
	text-align:left;
	}

#deviceEntryWrap p.finish_read{
	font-size:16px;
	line-height:1.4;
	margin-bottom:30px;
	text-align:left;
	}
#deviceEntryWrap .formbox input{
	width:480px;
	margin-bottom:10px;
	text-align:left;
	}

#deviceEntryWrap .formbox {
	text-align:left;
	}
#btn-dev-back-02{
	font-size:18px;
	padding-top:15px;
	text-align:center;
	}


.base_area{
	text-align:left;
	margin-bottom:20px;
	}
	


.base {
	background:url(../../auth/img/step_back_01.gif) no-repeat top left;
	height:30px;
	width:300px;
	overflow:hidden;
	margin-bottom:20px;
	float:left;
	} 
.base.step2 {
	background:url(../../auth/img/step_back_02.gif) no-repeat top left;
	} 
.base.step3 {
	background:url(../../auth/img/step_back_03.gif) no-repeat top left;
	}


.base ul {
	padding-left:30px;
}

.base li{
	float:left;
	width:31%;
	line-height:30px;
	}

.base li.active{
	color:#fff;
	}

#deviceEntryWrap h2 {
	clear:both;
}

#deviceEntryWrap table {
	clear:both;
}

#deviceEntryWrap table{
	margin-bottom:40px;
	}

#deviceEntryWrap th{
	width:240px;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	vertical-align:middle;
	}
#deviceEntryWrap td{
	text-align:left;
	vertical-align:middle;
	background:#fff;
	padding:12px;
	font-size:16px;
	font-weight:bold;
	line-height:1;
	width:485px;
	}



@media screen and (max-width: 880px) {
	
h2.auth_normal_tit{
	font-size:16px;
	line-height:1.4;
	font-weight:bold;
	text-align:left;
	display:block;
	margin-bottom:10px;
	}
.deviceEntry_link{
	padding-top:30px;
	font-size:12px;
	text-align:center;
	}	
h2.auth_normal_tit .error{
	color:#af002d;
	font-size:14px;
	}
#deviceEntryWrap p.finish_read{
	font-size:12px;
	margin-bottom:20px;
	}

#deviceEntryWrap .formbox input{
	width:100%;
	margin-bottom:10px;
	text-align:left;
	}

#btn-dev-back-02{
	font-size:12px;
	text-align:left !important;
	padding-top:10px;
	}
.base {
	display:none;
	}
#deviceEntryWrap table{
	margin-bottom:30px;
	}

#deviceEntryWrap th{
	width:100%;
	display:inline-block;
	text-align:left !important;
	padding:5px 0 10px 5px;
	}
#deviceEntryWrap td{
	width:100%;
	display:inline-block;
	text-align:left !important;
	}


/* 追記　*/

#header_new .logo a, #header_new .logo .nolink {
	background: rgba(0, 0, 0, 0) url("/cn-w/cmn/img/logo_n.gif") no-repeat scroll 0 0;
	display: block;
	height: 45px;
	overflow: hidden;
	text-indent: -9999px;
	width: 222px;
	float:left;
}

#container_new #header_new li{
	display:inline-block;	
	margin-right:10px;
	float:left;
}

#container_new #header_new ul{	
	margin-right:5px;
	float:right;
	width:400px;

	}


}


/*追記　20170519*/


.type_title{
	border-left:5px solid #000066;
	font-size:24px;
	padding-left:10px;
	display:inline-block;
	}

.type_title span{
	font-size:14px;
	margin-left:15px;
	}

.type_title_subtext{
	font-size:14px;
	padding-left:10px;
}

div.type_select{
	margin:10px 0 10px;
}

.type_select .type_txt01,
.type_select .type_txt02{
	display:inline-block;
/*	font-weight:bold;
	font-size:110%;*/
	cursor:pointer;
	margin-bottom:7px;
	}

.type_select span{
	vertical-align:middle;
}


.line_check,
.id_check {
	display:inline-block;
	width:16px;
	height:16px;
	margin-right:15px;
	background-image:url("/cn-w/auth/img/radio_a.jpg")
}

.line_checked,
.id_checked {
	display:inline-block;
	width:16px;
	height:16px;
	margin-right:15px;
	background-image:url("/cn-w/auth/img/radio_b.jpg")
}

.type_line{
	background-color:#ffffff;
	box-sizing:border-box;
	margin:15px auto;
	padding:15px 0;
	height:220px;
}

.type_txt_red{
	width:95%;
	margin:10px auto;
	color:#c31f47;
	}
	
.type_txt_bk{
	width:95%;
	margin:10px auto;
}

.auth_agree{
	width:860px;
	height:38px;/*テスト値*/
	margin:0 auto;
	background-image:url("/cn-w/auth/img/agree_a.jpg")

	}
	
.auth_agreed{
	width:860px;
	height:38px;/*テスト値*/
	margin:0 auto;
	background-image:url("/cn-w/auth/img/agree_b.jpg")

	}

.notice_place{
	width:95%;
	height:75px;
	overflow-y:scroll;
	box-sizing:border-box;
	margin:0 auto 15px;
	border:2px solid #f2f2f2;
	padding:5px;
	cursor:pointer;
}
.box_opened_notice{
	width:95%;
	overflow-y:scroll;
	box-sizing:border-box;
	margin:0 auto 15px;
	border:2px solid #f2f2f2;
	padding:5px;
	cursor:pointer;
}

.auth-login-send2{
	display:none;

}

/*
	問合せ先追加
*/

.auth-contact{
	width:935px;
	height:200px;
	margin:10px auto 30px; 
	background-color:#e1f1fa;
	overflow:hidden;

}

.auth-contact01{
	width:935px;
	height:40px;
	background-image:url("/cn-w/auth/img/er_banner_01.jpg")
}

.auth-contact02{
	width:510px;
	height:179px;
	float:left;
	background-image:url("/cn-w/auth/img/er_banner_02.jpg")
}

.auth-contact03{
	width:425px;
	height:145px;
	float:right;
	margin-top:30px;
}

.auth-contact04{
	display:inline-block;
	width:394px;
	height:58px;
	background-image:url("/cn-w/auth/img/er_banner_btn.jpg")
}

.auth-contact05{
	display:inline-block;
	width:425px;
	height:87px;
	background-image:url("/cn-w/auth/img/er_banner_03.jpg")
}



/*sp*/
@media screen and (max-width: 880px) {

span.line_check,
span.id_check {
	display:inline-block;
	width:32px;
	height:32px;
	margin-right:15px;
	background-image:url("/cn-w/auth/img/radio_a_sp.jpg")
}

.auth_agree{
	width:518px;
	height:100px;/*テスト値*/
	margin:0 auto;
	background-image:url("/cn-w/auth/img/agree_a_sp.jpg")
	cursor:pointer;
	}
	
.auth_agreed{
	width:518px;
	height:100px;/*テスト値*/
	margin:0 auto;
	background-image:url("/cn-w/auth/img/agree_b_sp.jpg")
	cursor:pointer;
	}

span#line_check,
span#id_check {
	display:inline-block;
	width:32px;
	height:32px;
	margin-right:15px;
	background-image:url("/cn-w/auth/img/radio_a_sp.jpg")
	}
	
.line_checked,
.id_checked {
	display:inline-block;
	width:32px;
	height:32px;
	margin-right:15px;
	background-image:url("/cn-w/auth/img/radio_b_sp.jpg")
}

.auth_agree{
	width:518px;
	height:100px;/*テスト値*/
	margin:0 auto;
	background-image:url("/cn-w/auth/img/agree_a_sp.jpg")

	}
	
.auth_agreed{
	width:518px;
	height:100px;/*テスト値*/
	margin:0 auto;
	background-image:url("/cn-w/auth/img/agree_b_sp.jpg")

	}

.type_line{
	height:500px;
	}

.line-serect p{
	font-size:14px;
	}
	
#not_login_tgt .pdg_l_30{
	padding:0 0 0 0!important;
	}

.auth-line-body-inner p {
	font-size:14px;
	}

.type_title{
	font-weight:bold;
	}

.type_title_subtext{
	display:block;
	font-size:14px;
	padding-left:10px;
}

#auth-line-wrap .auth-line-body dd.formbox input {
	font-size:22px;
}
/* 追記(回線認証)　

.error_str_appear{
		font-size:12px;
	}

.error_str_popup{
	bottom:32px !important;
	}

.notice_place{
	height:300px !important;
	}
.type_line{
	height:550px !important;
	}

*/

/*
	問合せ先追加
*/

.auth-contact{
	width:620px;
	height:360px;
	margin:10px auto 30px; 
	background-color:#e1f1fa;
}
.auth-contact01{
	width:620px;
	height:38px;
	background-image:url("/cn-w/auth/img/er_banner_01_sp.jpg")
}
.auth-contact02{
	width:620px;
	height:132px;
	background-image:url("/cn-w/auth/img/er_banner_02_sp.jpg")
}

.auth-contact03{
	width:620px;
}
.auth-contact04{
	width:620px;
	height:163px;
	background-image:url("/cn-w/auth/img/er_banner_03_sp.jpg")
}
.auth-contact05{
	display:none;
}

} 

/*
	回線認証用EFO追加
*/

.error_str_popup{
	position:absolute;
	background-image:url("/cn-w/auth/img/ID_check_popup.png");
	width:280px;
	height:170px;
	display:none;
	color:#ffffff;
	bottom:112px;
	left:5px;
	padding:10px;
	z-index:100;
}

.formbox{
	position:relative;
}



.line-serect .line_select_txt2	{
	color:red;
	margin:10px 0;
}

#not_login_tgt .pdg_l_30{
	padding:0 0 0 50px;
}

.input_limit{
	font-size:14px;
}

