@charset "utf-8";
/*=============================================================
 home Layout
=============================================================*/
/* contents
-------------------------------------------------------------*/
#infoBox{
	width: 280px;
	margin: 0 auto;
	padding: 10px;
	background: #FFF;
	margin-top:10px;
 border-radius:5px;
 -webkit-border-radius:5px;
 -moz-border-radius:5px; 
}
#infoBox .line-box{
	width: 280px;
	background: url(../img/line.png) no-repeat left top;
	-webkit-background-size:280px auto;
	background-size:280px auto;
	padding-top:14px;
}
#infoBox .results-2clm{
	width: 280px;
	clear:both;
	display:table;
}
#infoBox .results-2clm .boxLeft{
	width: 91px;
	display:table-cell;
	vertical-align:middle;
}
#infoBox .results-2clm .boxRight{
	width: 180px;
	padding-left:9px;
	display:table-cell;
	vertical-align:middle;
}
#infoBox .media-2clm{
	width: 280px;
	clear:both;
	display:table;
	font-size:11px;
	line-height:1.3;
}
#infoBox .media-2clm .boxLeft{
	width: 150px;
	padding-right:0px;
	display:table-cell;
	vertical-align:top;
}
#infoBox .media-2clm .boxRight{
	width: 130px;
	display:table-cell;
	vertical-align:top;
}
#infoBox .media-2clm strong{
	color:#52bff2;
	font-size:14px;
	line-height:1.25;
}
#careerBox{
	padding-top: 20px;
}
#careerBox h3{
	width: 260px;
	padding: 10px;
	font-size:16px;
	background:#52bff2;
 border-radius:5px;
 -webkit-border-radius:5px;
 -moz-border-radius:5px;
	color:#FFF;
}
#careerBox h4{
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left:18px;
	font-size: 16px;
	color: #52bff2;
	position:relative;
}
#careerBox h4:after{
	content:"";
	background-position:-20px -60px;
	display:block;
	width:14px;
	height:14px;
	position:absolute;
	top:12px;
	left:0px;
}
#infoBox .career-2clm-pl{
	width: 280px;
	clear:both;
	display:table;
	font-size:11px;
	line-height:1.3;
}
#infoBox .career-2clm-pl .boxLeft{
	width: 140px;
	display:table-cell;
	vertical-align:top;
}
#infoBox .career-2clm-pl .boxRight{
	width: 135px;
	padding-left:5px;
	display:table-cell;
	vertical-align:top;
}
#infoBox .career-2clm-pr{
	width: 280px;
	clear:both;
	display:table;
	font-size:11px;
	line-height:1.3;
}
#infoBox .career-2clm-pr .boxLeft{
	width: 140px;
	display:table-cell;
	vertical-align:top;
}
#infoBox .career-2clm-pr .boxRight{
	width: 140px;
	display:table-cell;
	vertical-align:top;
}














