﻿th{
	background-color: palegreen;
}
.recruit_div {
	padding: 0px;
	padding-bottom: 16px;
	width: 100%;
	background-color: palegreen;
	border: solid 1px darkgreen;
	border-radius: 8px;
}
/*市町村区*/
.city_name {
	margin-left: 8px;
	margin-top: 12px;
	color:olivedrab;
	background-color: white;
	border: solid 1px olivedrab;
	border-radius: 4px;
	width:96px;
	text-align: center;
	font-family: Meiryo;
	font-size: 12px;
	float:left;
}
/*正社員*/
.employment_full_time {
	margin-left: 8px;
	margin-top: 12px;
	color:royalblue;
	background-color: white;
	border: solid 1px royalblue;
	border-radius: 4px;
	width:64px;
	text-align: center;
	font-family: Meiryo;
	font-size: 12px;
	float:left;
}
/*タイトル*/
.title {
	margin-left: 32px;
	margin-top: 8px;
	font-family: Meiryo;
	font-size: 20px;
	float:left;
}
.title_sp {
	margin-left: 8px;
	margin-top: 8px;
	font-family: Meiryo;
	font-size: 20px;
	clear: both;
}
/*求人情報（tableタグ）*/
.recruit_info{
	background-color: white;
	border-collapse:collapse;
	width:100%;
}
.top_line{
	border-top: dotted 1px darkgrey;
}
/*アイキャッチ画像*/
.eye_catch {
	text-align: left;
	vertical-align: top;
	padding: 0px;
	width: 328px;
}
/*おすすめポイント*/
.recommend {
	color:mediumseagreen;
	padding-left: 8px;
	font-family: Meiryo;
	font-size: 16px;
}
/*給与、勤務地、雇用形態*/
.td_content {
	width:64px;
	padding-left: 8px;
	font-family: Meiryo;
	font-size: 12px;
}
/*勤務地、雇用形態*/
.td_content2 {
	padding-left: 8px;
	font-family: Meiryo;
	font-size: 14px;
}
/*給与*/
.td_content3 {
	padding-left: 8px;
	font-family: Meiryo;
	font-size: 18px;
}

/*求人詳細を見る*/
.detail_div {
	margin: 0 auto;
	padding-top: 12px;
	color:white;
	background-color: green;
	border: solid 1px green;
	border-radius: 4px;
	width:32%;
	height:32px;
	text-align: center;
	font-family: Meiryo;
	font-size: 16px;
	cursor: pointer;
}
/*WEBで応募*/
.web_div {
	margin: 0 auto;
	padding-top: 12px;
	color:black;
	background-color: pink;
	border: solid 1px pink;
	border-radius: 4px;
	width:32%;
	height:32px;
	text-align: center;
	font-family: Meiryo;
	font-size: 16px;
	cursor: pointer;
}
/*電話で応募*/
.tel_div {
	margin: 0 auto;
	padding-top: 4px;
	color:black;
	background-color: lightskyblue;
	border: solid 1px lightskyblue;
	border-radius: 4px;
	width:32%;
	height:40px;
	text-align: center;
	font-family: Meiryo;
	font-size: 16px;
}
.align_right{
	text-align: right;
	background-color: palegreen;
}

#more {
	color:darkgreen;
	text-align: center;
    width: 100%;
	font-family: Meiryo;
	font-size: 16px;
	cursor: pointer;
}

#search_dialog {
    background-color: honeydew;
    display: none;
    clear: both;
    width: 100%;
    font-family: Meiryo;
    font-size: 16px;
}
