@charset "utf-8";

/*見出しの文字サイズ・・・スマホはPCの約4/5にする*/

/* for Common & Smartphone*/

/*recruit
#########################################*/

.recList{
	margin-bottom:30px;
	border-top:1px dotted #ccc;
}
.recList dt,
.recList dd{
	font-size:108%;
	text-align:left;
	line-height:1.5;
	}
.recList dt{
	padding:10px 0 5px;
	font-weight:bold;
	color:#008957;
	}
.recList dd{
	padding:0 0 10px 10px;
	border-bottom: 1px dotted #ccc;
	}
.recBg01 {
	background:#e5f3ee;
	padding:15px;
	margin-bottom:40px;
	}
.recCopy01 {
	color:#0C3;
	font-weight:bold;
	font-size:138%;
	line-height:2;
	}



/* for Smartphone 横とか*/
@media screen and (min-width: 480px) {
}
/* for Smartphone*/
/*横向きの際に適用*/
@media screen and (orientation : landscape) { 
}

/* for PC*/
@media screen and (min-width:768px) {

/*company
#########################################*/

.recList{
	width:800px;
	margin-bottom:50px;
	margin-left:auto;
	margin-right:auto;
	}
.recList dt{
	float:left;
	padding:10px 0 0 20px;
	left: 0;
	width: 120px;
	}
.recList dd{
	padding:10px 0;
	padding-left: 120px;
	}
.recBg01 {
	padding:20px;
	}




}