@charset "utf-8";

/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
*/


/* Recruit
----------------------------------------------------- */
div#container div#contents div#left div.box01 table#recruit {
	width:620px;
	margin:40px 0 0;
	border-top: 1px dashed #ccc;
}

div#container div#contents div#left div.box01 table#recruit tr th,
div#container div#contents div#left div.box01 table#recruit tr td {
	padding:10px;
	border-bottom:1px dashed #ccc;
	text-align:left;
	vertical-align:top;
}

div#container div#contents div#left div.box01 table#recruit tr th {
	width:20%;
}
div#container div#contents div#left div.box01 p {
	line-height: 2;
	margin-bottom: 30px;

}

