@charset "UTF-8";

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


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

area-main

bd_service_common
-----------
stage
h2
form table
p
img

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

/*----------------------------------*/
/* content */
#content {
	margin-top: 15px;
}


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

/* bd_service_common */
/*----------------------------------*/
/* stage */
.bd_stage01{
	padding: 0 0 20px 0;
	background-color: #e6f1f2;
}

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

/* form table */
table.bd_mobilebox {
	width: 300px;
	margin: 5px 0 10px 0;
	padding: 2px 0;
	background: url(/service/resources/images/line_content_dotted.gif) top left repeat-x;
}

	table.bd_mobilebox td input {
		padding-top: 2px;
	}

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

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

.bd_imgL02	{ 
	float: left;
	margin: 10px;
}

.bd_imgL03	{ 
	float: left;
	margin: 20px 10px;
}

.bd_imgL04	{ 
	float: left;
	margin: 20px 20px;
}

.bd_imgR01	{ 
	float: right;
	margin: 0;
}

.bd_imgR02	{
	float: right;
	margin: 10px;
}
