@charset "EUC-JP";   /*   文字コード   */


/*============================================================
	weblogin関連
============================================================*/

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {display:inline-block;}
* html .clearfix {height:1%;}
.clearfix {display:block;}



/* index追加 header
-------------------------------------------------------------- */

td{
	/* border: solid 1px #fff; */
	font-size: 10px;
	text-align: left;
}

a:link { color: #fff; }
a:visited { color: #fff; }
a:hover { color: #ffff80; text-decoration: underline; }
a:active { color: #fff; }


/* dol */

#weblogin_header_dol{
	width: 100%;
	height: auto;
	background: #29366d;
	color: #fff;
	font-size: 12px;
	text-align: right;
	padding: 5px 0 0 0;
	/* border: solid 1px #fff; */
}

/* musou */

#weblogin_header_mol{
	width: 100%;
	height: auto;
	background: #222;
	color: #fff;
	font-size: 12px;
	text-align: right;
	padding: 10px 0 0 0;
	/* border: solid 1px #fff; */
}

#weblogin_header_mol .widthType1{ padding:0 0 0 70px; }


/* nol */

#weblogin_header_nol{
	width: 100%;
	height: auto;
	background: #fff;
	color: #222;
	font-size: 12px;
	text-align: right;
	padding: 10px 0 0 0;
	/* border: solid 1px #fff; */
}

#weblogin_header_nol .widthType1{ padding:0 0 0 70px; }

#weblogin_header_nol a { color: #222;}
#weblogin_header_nol a:hover { color: #666;}


#bt_login{
	background: url(/net/resist/images/weblogin/bt_login.gif) no-repeat 0 -73px;
	width: 350px;
	height: 28px;
	border: none;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	display: block;
	cursor: pointer;
	margin: 10px 0 0 0;
	text-align: center;
	position:relative;
}

#bt_playnow{
	background: url(/net/resist/images/weblogin/bt_playnow.gif) no-repeat;
	width: 158px;
	height: 28px;
	border: none;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	position:relative;
}

#weblogin_header_nol #bt_login{
	background: url("/net/resist/images/weblogin/bt_login_nol.gif") no-repeat 0 -73px;
}

#weblogin_header_nol #bt_playnow{
	background: url("/net/resist/images/weblogin/bt_playnow_nol.gif") no-repeat;
}

.notIEText{
	width: 800px;
	height: 20px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	text-align: right;
	/* border: solid 1px #fff; */
}

.widthType1{
	width: 800px;
	height: 26px;
	margin: 0 auto;
	padding: 3px 0 0 0;
	text-align: right;
	/* border: solid 1px #fff; */
}

.widthType2{
	width: 700px;
	height: 30px;
	margin: 0 auto;
	padding: 3px 0 0 0;
	text-align: center;
	/* border: solid 1px #fff; */
}

.leftBox{
	width: 798px;
	border: solid 1px #fff;
	float: right;
	text-align: right;
}


#idBox{
	width: 115px;
	height: 23px;
	padding: 3px 0 0 0;
	float: left;
	/* border: solid 1px #fff; */
}

#idBox2{
	width: 85px;
	height: 23px;
	padding: 5px 10px 0 10px;
	float: left;
	/* border: solid 1px #fff; */
}

#idBox input{
	width: 60px;
	height: 12px;
	font-size: 12px;
}

#pwBox{
	width: 130px;
	height: 23px;
	padding: 3px 10px 0 0;
	float: left;
	/* border: solid 1px #fff; */
	
}

#pwBox input{
	width: 60px;
	height: 12px;
	font-size: 12px;
}

input:focus		{ border:2px solid #993300; outline:none; }


#playBox{
	width: 160px;
	float: left;
	/* border: solid 1px #fff; */
}

#textBox{
	width: 130px;
	float: left;
	text-align: right;
	/* border: solid 1px #fff; */
}

#textBox2{
	width: 170px;
	float: left;
	text-align: right;
	padding: 7px 5px 0 0;
	/* border: solid 1px #fff; */
}

#textBox2 a		{ margin:0 0 0 1em; }

#textBox div{
	font-size: 11px;
	line-height: 1.2;
}

#err{
	width: 250px;
	font-size: 11px;
	color: #ff0000;
	float: left;
	padding: 7px 0 0 0;
	/* max-width: 130px; */
	text-align: right;
	font-weight: bold;
	/* border: solid 1px #fff; */
}

#idmargin{
	width: 360px;
	font-size: 10px;
	float: left;
	padding: 7px 0 0 0;
	/* max-width: 130px; */
	text-align: left;
}

.btn{ width: 80px; }
