@charset "UTF-8";

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


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

area-main

bd_privacy_index
-----------
stage
h2
h3
p
list

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

/*----------------------------------*/
/* 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_privacy_top */
/*----------------------------------*/
/* stage */
.bd_stage01{
	background-color: #e6f1f2;
	padding:  0 0 20px 0;
}

/* h2 */
h2 { 
	padding-top: 25px;
}

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

/* p */
p.bd_txt-lead-blueback01 {
	padding: 10px 30px;
}

p.bd_txt-lead-blueback02 {
	padding: 20px 15px 0 20px;
	text-align: right;
}

/* list */
.bd_number-list01	{
	margin: 10px 0 0 30px;
	padding: 0 30px 0 15px;
	list-style: decimal inside;
	zoom:normal
}
	.bd_number-list01 li	{
		margin: 0 0 10px 0;
		text-indent: -1.2em;
		color: #333333;
	}
		.bd_number-list01 li span	{
			color: #333333;
		}
	