@charset "utf-8";
/* CSS Document */

/* ---------------------------------------------------------------------
// blockA
--------------------------------------------------------------------- */
.blockA{
	overflow:hidden;
	padding-left:15px;
	}
.blockA .txt{
	line-height:1.7;
	}
.blockA_inner{
	margin-top:30px;
	position:relative;
	}
.blockA_inner dt{
	font-size:0px;
	line-height:0;
	}	
.blockA_inner dd{
	font-size:12px;
	padding:15px;
	}

.box1{
	position:absolute;
	top:154px;
	left:335px;	
	}
.box1 dd{
	width:260px;
	padding-right:23px;
	border:1px solid #2DB4D6;	
	}
	
.blockA_inner div{
	overflow:hidden;
	margin-left:20px;
	background:url(../../images/web_designer/job/blockA_inner_div_bg.jpg) left bottom no-repeat;
	}
	
.blockA_inner div dl{
	width:200px;
	float:left;
	margin-right:22px;
	}
.blockA_inner div dt{
	text-align:center;
	}
.blockA_inner div dd{
	width:170px;
	border-top:1px solid #2DB4D6;	
	}
	

	
/* ---------------------------------------------------------------------
// blockB
--------------------------------------------------------------------- */
.blockB{
	margin-top:65px;
	}
	
.blockB .box_type_a_inner{
	padding-top:50px;
	padding-bottom:25px;

	}
	
.blockB .box_type_a_inner dl{
	padding:0px 0px 10px 50px;
	overflow:hidden;
	width:600px;
	}
.blockB .box_type_a_inner dt.img{
	float:left;
	font-size:0;
	line-height:0;
	}
.blockB .box_type_a_inner dt.ttl{
	font-weight:bold;
	color:#2DB4D6;
	padding-left:130px;
	margin-top:10px;
	}
.blockB .box_type_a_inner dd{
	margin-top:7px;
	padding-left:130px;
	width:470px;
	}
	
/* IE7	*/
*+html .blockB .box_type_a_inner dt.ttl{
	padding-left:130px;
	}
*+html .blockB .box_type_a_inner dd{
	padding-left:20px;
	}