@charset "utf-8";

/* CSS Document */


/*------------------------------------------------------------------------------------------------------------------
　Additional
-------------------------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------
   recruit
------------------------------------------------------------------------------*/

#recruit .text {
	font-size:18px;
	font-weight:bold;
}

#recruit dl {
	padding-bottom:28px;
	margin-bottom:28px;
	border-bottom:1px dotted #cccccc;
}

#recruit dt {
	font-weight:bold;
	margin-bottom:14px;
}

#recruit section img.right {
	margin-left:20px;
}

#recruit dl.left {
	float:left;
	width:500px;
	padding-bottom:0;
	margin-bottom:0;
	border-bottom:none;
}

#recruit .img_box {
	float:right;
}

#recruit .img_box img {
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}

#recruit .rec_photolist li {
	float: left;
	margin-right: 53px;
	margin-bottom: 1em;
}

#recruit .rec_photolist li:nth-child(3n) {
	margin-right: 0;
}