@charset "UTF-8";

p.noRecruit {
	text-align: center;
	font-size: 1.2em;
	
	padding: 100px 0;
}

div.cSumInfoCnt {
	width: 870px;
	margin: 0 auto;
	padding: 0 20px;
}

ul.compPhoto {
	padding: 10px 0;
}

ul.compPhoto li {
	width: 290px;
}

table#cmpSumTbl {
	border: 1px solid #ccc;
	border-collapse: collapse;
}

table#cmpSumTbl th,
table#cmpSumTbl td {
	padding: 5px 10px;
	border: 1px solid #ccc;
	border-collapse: collapse;
	text-align: left;
	vertical-align: top;
}

table#cmpSumTbl th {
	width: 100px;
	background-color: #009890;
	color: #fff;
	font-weight: bold;
}

ul#necessaryList {
	margin: 10px 0 0 10px;
}

ul#necessaryList li {
	margin: 10px 0 0 20px;
	list-style-type: decimal;
}

dl#sendAddr {
	width: 580px;
	margin-top: 20px;
	padding: 5px 20px;
	border: 3px double #ccc;
}

dl#sendAddr dt,
dl#sendAddr dd {
	text-align: center;
	font-size: 1.2em;
}

dl#sendAddr dt {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #ddd;
	color: #e60000;
	font-weight: bold;
}

/*table#scheduleTbl {
	margin-top: 10px;
}*/

table#scheduleTbl th,
table#scheduleTbl td {
	border-bottom: 1px dashed #ccc;
}

table#scheduleTbl th {
	width: 120px;
	padding: 8px 15px 8px 10px;
}

