@charset "UTF-8";

/* -----------------------------------------------
FileName: faq.css
----------------------------------------------- */


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

clear

bd_support_faq
-----------
stage
list
dl

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

/*----------------------------------*/
/* clear */
dl.bd_faq-box01:after,
dl.bd_faq-box02:after {
	display:block; 
	visibility:hidden;
	clear:both; 
	height:0; 
	content:" ";
	font-size:0;
	line-height:0;
}
dl.bd_faq-box01,
dl.bd_faq-box02 {
	zoom:1;
}

/* bd_support_faq */
/*----------------------------------*/
/* stage */
.bd_stage06{
	float: left;
	width: 342px;
	margin: 25px 0 0 0;
	padding: 0 0 10px 0;
	background-color: #e6f1f2;
}

.bd_stage07{ 
	float: left;
	width: 342px;
	margin: 25px 0 0 15px;
	padding: 0 0 10px 0;
	background-color: #e6f1f2;
}

	.bd_stage06 h2 ,.bd_stage07 h2 { 
		padding-top: 0;
	}


/* list */
ul.bd_listhead-arrow4-01	{ 
	margin: 10px 10px 0 10px;
	padding: 10px 10px 0 10px;
	background-color: #ffffff;
}
	ul.bd_listhead-arrow4-01 li	{
		padding: 0 0 0 12px;
		background: url(/resources_shared/images/blt_arrow04.gif) 0 6px no-repeat;
		zoom:1;
	}

ul.bd_link-list01	{ 
	margin: 10px 10px 0 0;
	padding: 0 10px 0 0;
	background-color: #ffffff;
}
	ul.bd_link-list01 li	{
		padding: 0 0 0 12px;
		background: url(/resources_shared/images/blt_arrow04.gif) 0 6px no-repeat;
		zoom:1;
	}


/* dl */
dl.bd_faq-box01	{
	margin: 15px 0 0 0;
	background: url(/support/resources/images/line_dot.gif) bottom left repeat-x;
	clear: both;
}
dl.bd_faq-box02	{
	margin: 15px 0 0 0;
}
	dl.bd_faq-box01 dt,dl.bd_faq-box02 dt	{
		width: 300px;
		float: left;
		display: inline;
		min-height:50px;
		padding: 6px 0 10px 37px;
		background: url(/support/faq/resources/images/icn_q.gif) top left no-repeat;
		vertical-align: top;
		zoom: 1;
	}
	dl.bd_faq-box01 dd,dl.bd_faq-box02 dd	{
		width: 310px;
		float: left;
		display: inline;
		min-height:50px;
		margin: 0 0 0 16px !important;
		padding: 6px 0 10px 37px;
		background: url(/support/faq/resources/images/icn_a.gif) top left no-repeat;
		vertical-align: top;
		zoom: 1;
	}

