@charset "utf-8";
@import "../common/0-import.css";
/*  
	Author : Y.Kogawa
	Update : 9/8
*/
/*------------------------------------------------------------
	リクルート
------------------------------------------------------------*/
#conts p {
	margin-right: 10px;
	margin-left: 10px;
}

#conts .address {
	margin: 0 0 0 10px;
	display: block;
}

#conts p {
	margin-left: 10px;
	margin-right: 10px;
}

#conts table {
	margin: 0 0 30px 10px;
	width: 570px;
}

#conts th,
#conts td {
	padding: 8px 15px 6px;
	border: 1px solid #ccc;

	line-height: 1.5;
}

#conts th {
	padding-right: 50px;
	background: #f2f2f2;

	font-weight: bold;
}

#conts td {
	width: 100%;
}