@charset "UTF-8";

/* -----------------------------------------------
FileName:・index.css
----------------------------------------------- */


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

area-main

bd_service_ana
----------
box
h3
list
table

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

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


/*----------------------------------*/
/* clear */
#area-main-index:after {
	display:block; 
	visibility:hidden;
	clear:both; 
	height:0; 
	content:" ";
	font-size:0;
	line-height:0;
}
#area-main-index {
	zoom:1;
}


/* bd_service_ana */
/*----------------------------------*/
/* box */
.bd_point-float02	{
	float: left;
	width: 276px;
	margin: 10px 5px 10px 25px;
	padding: 0;
}

/* h3 */
h3	{ 
	margin: 0 10px -3px 10px;
	padding: 10px 0 3px 3px;
	background: url(/service/resources/images/line_content_h4.gif) bottom left repeat-x;
	font-weight: bold !important;
}

/* list */
.bd_caution-list04	{
	margin: 12px 0 0 0;
	padding: 0 0  0 0;
	font-size: 0.917em;
}

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

	.bd_caution-list04 li.annote	{
		color:#ca284d;
		background: url(/service/resources/images/blt_content-notes02.gif) 0 3px no-repeat;
	}

/* table */
table.bd_table-list01	{
	width: 680px;
	margin: 5px 10px 0 10px;
	border-collapse: collapse;
}

	table.bd_table-list01 th	{
		padding: 6px 30px 6px 0 ;
		border-bottom: solid 1px #ffffff;
		vertical-align:top;
		text-align: left;
		font-weight: bold !important;
		white-space: nowrap;
		border-spacing: 0 10px;
	}

	table.bd_table-list01 td	{
		padding: 6px 0 6px 0 ;
		border-bottom: solid 1px #ffffff;
		vertical-align:top;
		text-align: left;
	}

		table.bd_table-list01 td p	{
			padding-left: 15px ;
			background: url(/service/ana/resources/images/bg_dot.gif) 0 0 repeat-y;
		}

