@charset "UTF-8";
/* CSS Document */

/*================== 共通 ======================*/

/* Layout */

#findcareer #main_area {
	background:url(../img/find_main_bg.gif) repeat-y right top;
}
#findcareer #mainLight {
	width:660px;
	float:left;
}
#findcareer #subRight {
	width:210px;
	float:right;
}

#pkz {
	margin-bottom:10px;
}

/* #mainLight */

#findcareer #mainLight p.copy {
	margin-bottom:20px;
}
#findcareer #mainLight .block00 p,
#findcareer #mainLight .block01 p,
#findcareer #mainLight .block02 p,
#findcareer #mainLight .block03 p {
	margin-bottom:12px;
}

#findcareer #mainLight .block01 { /*右側に写真*/
	padding-right:220px;
	margin-bottom:20px;
	background: no-repeat right top;
}
#findcareer #mainLight .block02 { /*左側に写真*/
	padding-left:220px;
	margin-bottom:20px;
	background: no-repeat left top;
}
#findcareer #mainLight .block03 { /*枠付き*/
	margin-bottom:20px;
	padding:14px 14px 0 14px;
	background-color:#F7F7F7;
	border:1px solid #CCC;
}
#findcareer #mainLight .profile {
	height:130px;
	padding-right:125px;
	background: no-repeat right top;
}
#findcareer #mainLight .profile p {
	font-size:11px;
}
#findcareer #mainLight .profile p.name {
	font-size:12px;
	margin-bottom:7px;
}

#findcareer #mainLight #comInfo {
	border:1px solid #CCC;
	padding:20px 14px;
}
#findcareer #mainLight #comInfo h4 {
	margin-bottom:10px;
}
#findcareer #mainLight #comInfo .data {
	padding-right:155px;
	background: no-repeat right top;
}
#findcareer #mainLight #comInfo .copy {
	margin-bottom:10px;
}
#findcareer #mainLight #comInfo .text {
	margin-bottom:20px;
}

#findcareer #mainLight #comInfo table th,
#findcareer #mainLight #comInfo table td {
	padding:3px 0;
	background:url(../img/line_dot_02.gif) repeat-x left bottom;
	font-weight:normal;
	text-align:left;
}
#findcareer #mainLight #comInfo table th {
	width:100px;
}
#findcareer #mainLight #comInfo .btn_cominfo {
text-align:center;
padding-top:20px;
}


/* #subRight */

#findcareer #subRight p, #findcareer #subRight a {
	color:#FFF;
}
#findcareer #subRight ul {
	margin:8px 0;
}
#findcareer #subRight li {
	padding:0 8px 8px 8px;
	margin-bottom:8px;
	border-bottom:1px solid #666;
}
#findcareer #subRight li.bottom {
	border:none;
}
	
#findcareer #subRight li a.photo {
	display:block;
	float:left;
	width:60px;
	text-align:center;
}
#findcareer #subRight li .text {
	width:125px;
	float:right;
	font-size:10px;
}
#findcareer #subRight li a {
	display:block;
	margin-bottom:3px;
	text-decoration:underline;
	font-size:12px;
	font-weight:bold;
}
#findcareer #subRight li a:hover {
	color:#CCC;
	text-decoration:none;
}
#findcareer #subRight li .comName {
	clear:both;
	font-size:10px;
}




