@charset "UTF-8";

/*--------------------------------------------------------------------
common
cssの初期化
--------------------------------------------------------------------*/
/*------------------------Titleのスタイル------------*/
div#Title h2 { background-image: url(../../sp_img/recruit/title.png); }


/*------------------------Voiceのスタイル------------*/
div#Voice {}
div#Voice .Inner {
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
}
div#Voice .Inner img {
	float: right;
	margin-left: 20px;
	margin-bottom: 15px;
}

/*------------------------Methodのスタイル------------*/
div#Method { margin-top: 60px; }
div#Method table {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #c1c2c2;
}
div#Method table tr { display: inline; }
div#Method table tr th {
	display: block;
	padding: 8px 10px;
	background: #f5f5f5;
	border: 1px solid #c1c2c2;
	border-bottom: 0 none;
	text-align: left;
	vertical-align: top;
}
div#Method table tr td {
	display: block;
	padding: 8px 10px;
	border: 1px solid #c1c2c2;
	border-bottom: 0 none;
	text-align: left;
	vertical-align: top;
}
div#Method table tr td ul { list-style: none; }
div#Method table tr td table,
div#Method table tr td table tr th,
div#Method table tr td table tr td {
	width: auto;
	padding: 0;
	background: inherit !important;
	border: 0 none;
	text-align: left;
	vertical-align: top;
}
div#Method table tr td table tr th { padding-right: 2em; }