@charset "UTF-8";

/* -----------------------------------------------
FileName:�@index.css
----------------------------------------------- */


/*index
***************************

area-main

bd_form
-----------
stage
table
list
btn-ul
dl
img
error

***************************/

/*----------------------------------*/
/* area-main */
/* side-bar */
#side-bar {
	background-color: #fff;
}


/*----------------------------------*/
/* clear */
#area-main-index:after,
.bd_btn-stage01:after,
ul.bd_btn-box03:after,
dl.bd_form-verisign:after,
dl.bd_errortxt:after {
	display:block; 
	visibility:hidden;
	clear:both; 
	height:0; 
	content:" ";
	font-size:0;
	line-height:0;
}
#area-main-index,
.bd_btn-stage01,
ul.bd_btn-box03,
dl.bd_form-verisign,
dl.bd_errortxt {
	zoom:1;
}

/* bd_form */
/*----------------------------------*/
.txt-01 {
	margin-top: 27px;
}

/* stage */
.bd_btn-stage01	{
	background-color: #e6f1f2;
	text-align: center;
}

.bd_btn-stage02	{
	margin: 40px 0 30px 0;
	border: solid 1px #d8d8d8;
	background-color: #f2f2f2;
	text-align: center;
}

/* table */
table.bd_form-table01	{
	margin: 5px 0 15px 0;
	border-collapse: collapse;
}

	table.bd_form-table01 th,
	table.bd_form-table01 td	{
		border-bottom: solid 1px #ffffff;
		vertical-align:top;
		text-align: left;
	}

	table.bd_form-table01 th	{
		padding: 10px 25px 10px 10px;
		border-bottom: solid 1px #ffffff;
		border-right: solid 1px #ffffff;
		background-color: #e6f1f2;
		white-space: nowrap;
	}

		table.bd_form-table01 th span	{
			color: #ca284d;
		}

	table.bd_form-table01 td	{
		padding: 10px 20px;
		border-bottom: solid 1px #ffffff;
		background-color: #f0f0f0;
	}
		table.bd_form-table01 td span	{
			margin-right: 10px;
		}


		table.bd_form-table01 td .bd_form-fields01	{
			margin: 0 10px 0 0;
			padding: 2px 0;
			border: solid 1px #969696;
			background-color: #ffffff;
		}

table.confirm {
	margin-top: 30px;
}
/* list */
.bd_caution-list01	{
	margin: 10px;
}

	.bd_caution-list01 li	{
		background: url(/service/resources/images/blt_content-dot01.gif) 0 6px no-repeat;
		padding: 0 0 3px 6px;
		zoom:1;
	}

/* btn-ul */
ul.bd_btn-box03	{
	padding: 12px 0 10px 210px;
}

	ul.bd_btn-box03 li	{
		float: left;
		margin: 0 18px 0 0;
	}

/* dl */
dl.bd_form-verisign	{ 
	padding: 0 0 55px 0;
}
	dl.bd_form-verisign dt	{
		width: 97px;
		float: left;
	}
	dl.bd_form-verisign dd	{
		width: 590px;
		float: left;
		padding: 10px 0 0 10px;
	}
		dl.bd_form-verisign dd ul	{
			width: 590px;
		}
			dl.bd_form-verisign dd ul li	{
				background: url(/support/inquiry/resources/images/blt_content-notes01.gif) 0 4px no-repeat;
				padding: 0 0 0 8px;
				zoom:1;
			}


/* img */
.bd_imgL01	{ 
	float: left;
	margin: 0;
}

.bd_imgL02	{ 
	float: left;
	margin: 12px 0;
}


/* error */
dl.bd_errortxt	{
	padding: 20px 0 0 0;
}
	dl.bd_errortxt dt	{
		width:25px;
		float: left;
	}
	dl.bd_errortxt dd	{
		width: 660px;
		float: left;
		padding: 4px 0 0 10px;
		color: #ca284d;
		font-weight: bold;
	}


p.bd_form-error	{
	color: #ca284d;
	font-size: 0.833em;
	font-weight: bold;
}

.bd_form_input-error {
	background: #ffebeb !important;
}

