@charset "UTF-8";

.new_job {
	width:594px;
	clear: both;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.new_job .title {
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 16px;
	background-color: #f7f7f7;
	background-image: url(/rz/static/common/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 2px -1011px;
}

.new_job .name {
	background-color: #f7f7f7;
	font-size: 80%;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 5px;
}


.new_job p {
	font-size: 82%; 
	line-height: 1.5;
	padding:0 0 0 16px;
	margin:0;
}

.new_job ul {
	margin-top: 8px;
	margin-bottom: 0px;
	padding:0 0 0 14px;
}


.new_job li {
	display:block;
	float:left;
	list-style-type: none;
	font-size: 90%;
	background: url(/rz/static/common/images/bullet.gif) no-repeat 0px -46px;
	padding: 0 6px 0 14px;
	margin-right: 5px;
	margin-bottom:3px;
}

* html .new_job li {
/* Win IE 6ȑO */
	background: url(/rz/static/common/images/bullet.gif) no-repeat 0px -48px;

}


.new_job .link {
	margin-top: 8px;
	margin-bottom: 0px;
	margin-left:14px;
}

.new_job .link span {
	display:block;
	float:left;
	font-size: 82%;
	background: url(../images/bullet.gif) no-repeat 0px -48px;
	padding: 0 6px 0 14px;
	margin-right: 5px;
	margin-bottom:3px;
	}

.new_job .img_right{
	width:120px;
	float:right;
	border: solid 1px #ccc;
	display:block;
	margin-left:10px;
}


.type {
	width:594px;
	clear: both;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-bottom: 0px;
}

.type p {
		font-size: 80%;
			line-height: 1.5;

}

.type .title {
	font-size: 80%;
	font-weight: bold;
	color: #666666;
	margin-bottom: 3px;
	background-color:#f7f7f7;
	padding:3px;
	margin-bottom:5px;
	_zoom: 1;   
    overflow: hidden;  
}

.list_job {
	width:594px;
	clear: both;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-bottom: 5px;
}

.list_job .title {
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 16px;
	background-color: #f7f7f7;
	background-image: url(/rz/static/common/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 2px -1011px;
}

.list_job .name {
	background-color: #f7f7f7;
	font-size: 80%;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 5px;
}


.list_job  p {
	font-size: 82%; 
	line-height: 1.5;
	padding:0 0 0 0;
	margin:0;
}


.list_job .img_right{
	width:120px;
	float:right;
	border: solid 1px #ccc;
	display:block;
	margin-left:10px;
}

.list_job .paddding16 {
	padding:0 0 0 16px;

}


table#job_table{
	border-collapse: collapse; /* g̕ */
	font-size:90%;
	line-height: 1.6;
	letter-spacing: 1px;
	border: 0px solid #666666;
}
table#job_table th {
	color: #333333; /* ̐F */
	background-color: #f7f7f7; /* g̕ */
	padding: 3px;
	border-top-width:2px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5C8FC2;

	border-right-color: #666666;
	border-bottom-color: #CCCCCC;
	border-left-color: #666666;
}
table#job_table TD {
	color: #000000; /* ̐F */
	background-color: #FFFFFF;
	padding: 5px;
	padding-bottom:20px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}


table#job_table td .img_right{
	width:120px;
	float:right;
	border: solid 1px #ccc;
	display:block;
}

table#job_table td .img_left{
	width:360px;
	float:left;
	border: solid 1px #ccc;
	display:block;
	margin-right:10px;
}

.btn_orange {
	height:50px;
	font-size: 14px;
	vertical-align:middle;
	background-image: url(/rz/static/common/images/btn_orange.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	background-position: 0px 0px;
	width: 250px;
	border:0;
	margin-bottom:10px;
}

.btn_orange:hover {
	height:50px;
	font-size: 14px;
	vertical-align:middle;
	background-image: url(/rz/static/common/images/btn_orange.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	background-position: 0px -60px;
	width: 250px;
	border:0;
}


.botton {
	text-align: center;
}


.btn_job {
	height:40px;
	font-size: 14px;
	vertical-align:middle;
	background-image: url(/rz/static/common/images/btn_job.png);
	background-repeat: no-repeat;
	color: #666666;
	font-weight: bold;
	background-position: 0px 0px;
	width: 250px;
	border:0;
}


.btn_job:hover {
	height:40px;
	font-size: 14px;
	vertical-align:middle;
	background-image: url(/rz/static/common/images/btn_job.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	background-position: 0px -60px;
	width: 250px;
	border:0;
}


.list_job ul {
	margin-top: 8px;
	margin-bottom: 0px;
}


.list_job li {
	display:block;
	float:left;
	list-style-type: none;
	font-size: 12px;
	background: url(/rz/static/common/images/bullet.gif) no-repeat 0px -48px;
	padding: 0 6px 0 14px;
	margin-right: 5px;
	margin-bottom:0px;
}

* html .list_job li {
/* Win IE 6ȑO */
	background: url(/rz/static/common/images/bullet.gif) no-repeat 0px -48px;
}


.list_job .link {
	margin-top: 8px;
	margin-bottom: 0px;
}

.list_job .link span {
	display:block;
	font-size: 82%;
	background: url(../images/bullet.gif) no-repeat 0px -47px;
	padding: 0 6px 0 14px;
	margin-bottom:0px;
	white-space:nowrap;
	}


.list_job_detail {
	width:592px;
	clear: both;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
	border: 0px solid #CCCCCC;
	
}

.list_job_detail .frame {
	margin: 10px;
}

.list_job_detail .title {
	background-color: #f7f7f7;
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 5px;
	background-image: url(/rz/static/common/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 2px -1011px;
			padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 16px;
}

.list_job_detail .name {
	background-color: #f7f7f7;
	font-size: 80%;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 5px;
}


.list_job_detail  p {
	font-size: 82%;
	line-height: 1.5;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left:16px;
}

.list_job_detail h1 {
	color: #FFFFFF; /* g̕ */
	padding: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #004584;
	border-right-color: #666666;
	border-bottom-color: #CCCCCC;
	border-left-color: #666666;
	margin-bottom: 5px;
	font-size: 90%;
	font-weight: bold;
	background-color: #004584;
}


table.type{
	margin: 0px 0px 5px 0px;
}

table.type td{
	padding: 0 5px 3px 13px;
	font-size:80%;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px -717px;
}


table.type .number,
.list_job .number {
	font-size:10px;
	margin-left: 1px;
	vertical-align:middle;
}


#title .tag_set .tag_job {
	float:left;
}

#title .tag_job{
	font-size: 80%;
	line-height: 1.4;
}



.new_job:after,
.list_job:after {
	content: url(../images/spacer.gif);
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/*TOPpXg*/

.special_job {
	width:594px;
	clear: both;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.special_job .title {
	font-size: 90%;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 16px;
	background-image: url(/rz/static/common/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 2px -1017px;
}

/* リクナビ
==================================================================== */
#main .app .apptitle span.logo_rikunabi {
	background:url(/rz/static/common/images/rikunabi/logo_rikunabi.gif) no-repeat right;
	height: 15px;
	margin:0;
	padding:0;
	}

.riku {
	width:594px;
	clear: both;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-bottom: 0px;
}

.riku p {
		font-size: 80%;
			line-height: 1.5;

}
.riku .title {
	font-size: 80%;
	font-weight: bold;
	color: #666666;
	margin-bottom: 3px;
	background-color:#f7f7f7;
	padding:3px;
	margin-bottom:5px;
	_zoom: 1;   
    overflow: hidden;  
}

.riku h2 {
    background: url("/rz/static/common/images/article_t1_bg.png") no-repeat scroll left bottom transparent;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    color: #004681;
    font-size: 90%;
    font-weight: bold;
    line-height: 1.2;
    margin: 6px 0 12px;
}
.riku h2 span {
    background: url("/rz/static/common/images/bullet.gif") no-repeat scroll 4px -191px transparent;
    display: block;
    margin: 0 0 0 12px;
    padding: 7px 6px 8px 24px;
}

.riku .title h2 {
	font-size:120%;
	background: url(none);
	border:none;
	color: #666666;
	margin:0 0 5px 0;
}

.riku .title h3 {
	font-weight:normal;
}

.riku table.rikunabi , #article table.rikunabi {
    width: 100%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	margin-bottom:10px;

}

.riku table.rikunabi th , #article table.rikunabi th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    text-align: center;
	color:#333;
		font-size:80%;
	line-height: 160%;
}
.riku table.rikunabi td , #article table.rikunabi td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
		font-size:80%;
	line-height: 160%;
}


.bo_rikunabi a {
	background-image: url("/rz/static/common/images/rikunabi/bo_rikunabi.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	margin: 10px auto 15px;
	width: 220px;
}
.bo_rikunabi a:hover {
    background-image: url("/rz/static/common/images/rikunabi/bo_rikunabi.png");
    background-position: 0 -44px;
    background-repeat: no-repeat;
}
.bo_rikunabi span {
    display: none;
}

.riku_footer {
	width:594px;
	clear: both;
	margin: 8px 10px 0px;
}

.riku_footer p {
			font-size: 70%;
			line-height: 1.5;
			color:#999;
}