@charset "utf-8";
#article {padding:0 0 10px; float:none; margin:0 auto;}
#article table.default {width:760px;}
#submitBtns {padding-bottom:30px;}
#submitBtns p {padding:15px 0 0; clear:both;}
#article .bnrs {padding:20px 0 0;}
#article .bnrs ul li {margin:0 0 30px;}

.errorSection{width:736px; margin:0 0 20px;}
.hintSection{width:738px; margin:0 0 20px;}

/*----- WNKD004_画像認証 ---*/

.imgAuthenticationWrap {
	padding: 20px 0;
}

.imgAuthentication {
	position: relative;
	float: left;
	width: 356px;
	margin-right: 104px;
}
.imgAuthentication img {
	display: block;
	margin: 0 auto;
}
.imgAuthentication:after {
	content: '';
	display: block;
	position: absolute;
	top: 31px;
	left: 356px;
	border-style: solid;
	border-width: 15px 0 15px 26px;
	border-color: transparent transparent transparent #999999;
}
.imgAuthenticationReload {
	display: block;
	width: 133px;
	margin: 10px auto 0;
}
.imgAuthenticationForm input {
	width: 200px;
	margin-top: 10px;
	padding: 5px;
	border: 1px solid #999;
}
