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

#content_list{
	background-image: url(../img/job_dt_top.png);
	background-repeat: no-repeat;
	display: block;
	height: auto;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}

/*---------------------------
　　　　　お仕事
----------------------------*/
.Job{
	background-image: url(../img/job_dt_top.png);
	background-repeat: no-repeat;
	display: block;
	height: auto;
	width: 850px;
	float: left;
	margin-top: 20px;
}

/*----タイトル----*/
.Job h3{
	font-size: 16px;
	font-weight: bolder;
	color: #FFF;
	padding-top: 7px;
	float: left;
	height: auto;
	width: 850px;
	text-align: left;
	text-indent: 20px;
	padding-bottom: 12px;
}
.Job p{
	font-size: 14px;
	color: #666;
	text-align: left;
	text-indent: 20px;
	width: 850px;
	height: auto;
	font-weight: bold;
}
.Job .info{
	background-image: url(../img/Detail_back.jpg);
	background-repeat: repeat;
	width: 850px;
	height: auto;
	float: left;
}

/*----右側----*/
.Job .left{
	float: left;
	height: auto;
	width: 286px;
	padding-top: 10px;
	padding-left: 20px;
}

.Job .point{
	background-image: url(../img/job_point.png);
	background-repeat: no-repeat;
	height: 110px;
	width: 286px;
	margin-top: 10px;
}
.Job .point .bt{
	padding-top: 25px;
	padding-left: 5px;
}
.Job .point .bt li{
	float: left;
	padding-right: 4px;
	padding-left: 2px;
	padding-top: 5px;
}
/*----左側----*/
.Job .right{
	float: right;
	padding-top: 10px;
	padding-right: 20px;
}

.Job table{
	height: auto;
	width: 506px;
	line-height:25px;
	border-color: #ea5441 #ea5441 #ea5441 #ea5441;
	}
	
.Job table th{
	font-size: 12px;
	color: #FFF;
	width: 80px;
	border-style:solid;
	border-width:1px ;
	border-color: #EA5441 #EA5441 #FFF #EA5441;
	background-image: url(../img/red.png);
	background-repeat: repeat;
	padding: 5px;
	}
	
.Job table td{
	font-size: 12px;
	color: #333;
	text-align: left;
	border-style:solid;
	border-width:1px;
	border-color: #EA5441 #EA5441 #EA5441 #EA5441;
	padding-left: 10px;
}

/*-----応募先-----*/
.Job .contact{
	background-image: url(../img/job_contact.png);
	height: 110px;
	width: 506px;
	display: block;
	background-repeat: no-repeat;
	margin-top: 15px;
}
/*----お電話はこちらボタン----*/	
.job_contact_tel a {
	display: block;
	height: 70px;
	width: 238px;
    background-image: url(../img/job_contact_tel.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	float:left;
	margin-top:3px;
	margin-left:8px;
	}
	
.job_contact_tel a:hover {
    background-image: url(../img/job_contact_tel_ov.png);
	}
	
	/*----メールフォームはこちらボタン----*/	
	.job_contact_mail a {
	display: block;
	height: 70px;
	width: 238px;
    background-image: url(../img/job_contact_mail.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	float:right;
	margin-top:3px;
	margin-right:6px;
	}
		
	.job_contact_mail a:hover {
    background-image: url(../img/job_contact_mail_ov.png);
	}
	
.contact h5{
	padding-top: 5px;
	color: #FFF;
	text-align: left;
	padding-left: 80px;
	font-weight: bold;
}

.contact img{
	padding-top: 7px;
}

/*---------------------------
　　　ページ切り替え
----------------------------*/
#page{
	height: 20px;
	width: 850px;
	padding-bottom: 100px;
	display: block;
	clear: both;
	float: right;
	}

/*----角丸の処理----*/	
.kadomaru-hidariue{
	border-radius:10px 0 0 0;
	}

.kadomaru-migiue{
	border-radius:0 10px 0 0;
	}

.kadomaru-migishita{
	border-radius:0 0 10px 0;	
	}

.kadomaru-hidarishita{
	border-radius:0 0 0 10px;
	}
	
/*----詳細　枠----*/
#content_detail{
	background-image: url(../img/job_dt_top.png);
	background-repeat: no-repeat;
	display: block;
	height: auto;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	clear: both;
	margin-top: 20px;
}

/*----囲み枠　下部----*/	
#bottom{
	background-image: url(../img/Detail_Company_bottom.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 850px;
	clear: both;
	float: none;
}

#Detail_back{
	background-image: url(../img/Detail_back.jpg);
	background-repeat: repeat;
	height: auto;
	width: 850px;
	display: block;
}

