/* 以下ログイン画面Cookie対応
======================================*/

#login_form #userIDSave {
	margin-left: 10px;
	margin-right: 5px;
}


/* pseudo-dialog-container
======================================*/
.pseudo-dialog-container {
	display: none;
}

/* pseudo-dialogA01
======================================*/
.pseudo-dialogA01 {
	width: 500px;
	position: relative;
	border: 1px solid #bfbfbf;
	color: #4d4d4d;
	font-size: 120%;
}
.pseudo-dialogA01 div.attentionA01{
	background: #fef2f8;
	color: #e4007f;
	margin: 0;
	padding: 10px;
}
.pseudo-dialogA01 span.attentionA01{
	color: #e4007f;
}
.pseudo-dialogA01 div.attentionA01 em{
	font-style: normal;
	font-weight: bold;
}
.pseudo-dialogA01 h2 {
	margin: 0;
	padding: 0.417em 9px;
	font-size: 116.7%;
	border-bottom: 1px dotted #bfbfbf;
}
.pseudo-dialogA01 h3 {
	//margin: 0.833em 9px 0;
	padding: 0;
	font-size: 100%;
}
.pseudo-dialogA01 .textA01 {
	//margin: 0.417em 9px 0;
	padding:10px;
}
.pseudo-dialogA01 ul.note-listA01 {
	margin: 2em 9px 9px;
	padding: 0.5em 5px;
	color: #4d4d4d;
	background-color: #ededed;
}
.pseudo-dialogA01 ul.close-btn {
	position: absolute;
	right: 9px;
	top: 0.667em;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.pseudo-dialogA01 ul.close-btn a {
}
.pseudo-dialogA01 ul.close-btn a:link {
	text-decoration: none;
}
.pseudo-dialogA01 ul.close-btn a:hover {
	text-decoration: underline;
}




/* Button
======================================*/

/* 同意するボタン */
.BAJLPseudoDialogConfirmBtn{
	width: 138px;
	height: 23px;
	padding: 0px !important;
	background: #003380 url(/WelboxWorld/Contents/img/btn_s_blue.gif) center no-repeat !important;
}
.BAJLPseudoDialogConfirmBtn.pseudo-hover{
	color: #003380 !important;
	background: #ffffff url(/WelboxWorld/Contents/img/btn_s_blueo.gif) center no-repeat !important;
}

/* 同意しないボタン */
.BAJLPseudoDialogCloseBtn{
	width: 138px;
	height: 23px;
	padding: 0px !important;
	background: #003380 url(/WelboxWorld/Contents/img/btn_s_blue.gif) center no-repeat !important;
}
.BAJLPseudoDialogCloseBtn.pseudo-hover{
	color: #003380 !important;
	background: #ffffff url(/WelboxWorld/Contents/img/btn_s_blueo.gif) center no-repeat !important;
}


/*
div.button-listB01 input.button {
	background: #ffffff url(../img/btn_bg_0001.gif) 0 100% repeat-x;
	width: 120px;
	height: 24px;
	padding: 0.25em 40px;
	border: 1px solid #bfbfbf;
	text-align:center;
	color: #4d4d4d;
	font-weight: bold;
	text-decoration: none;
}
div.button-listB01 input.button.pseudo-hover {
	background: #99d5ff url(../img/btn_bg_0002.gif) 0 100% repeat-x;
	text-decoration: none;
}
*/

div.button-listB01 {
	margin: 0 5px 5px 5px;
	padding: 0;
}

div.button-listB01 ul {
	margin: 0;
	padding: 0 0 10px 0;
	list-style-type: none;
	text-align: center;
	background: #f3f3f2;
}
div.button-listB01 ul li {
	display: inline;
	margin:0 0.25em;
	padding: 0;
}
div.button-listB01 ul li.first-child {
	margin-right: 20px;
}
div.button-listB01 .confirm-message{
	padding: 5px 0;
	text-align: center;
	font-weight: bold;
	background: #f3f3f2;
}


