@charset "utf-8";
/*////////////////////////////////////////////////カイゴジョブプレス共有CSS*/

/*-----------------------------------------------------------------全体共有*/

#press {
	width:720px;
	margin:auto;
	margin-top:20px;
	font-size:90%;
	line-height:140%;
	}
#press h2,#press h3,#press h4 {
	padding:0px;
	margin:0px;
	}
.error_txt {
	width:525px;
	height:300px;
	margin-bottom:15px;
	float:left;
}
#press img {border:0px;}
.fleft {float:left;}
.fright {float:right;}
.f12 {font-size:80%;}
.align_c {text-align:center;}
.align_r {text-align:right;}
.top15 {margin-top:15px !important;}

/*----------------------------------------------------メニューのフロート設定*/

#press_menu {
	width:180px;
	float:right;
	}

/*------------------------------------------------------メニュー：ボタン部分*/

#press_btn {
	width:180px;
	float:right;
	margin-bottom:10px;
	}
#press_btn ul,#press_btn li {
	margin:0px;
	padding:0px;
	list-style-type:none;
	line-height:100%;
	}
#press_btn img {
	vertical-align:top;
	}

/*--------------------------------------------------------メニュー：特別求人*/

#press_job {
	border-left:1px solid #52BD4B;
	border-right:1px solid #52BD4B;
	border-bottom:1px solid #52BD4B;
	padding:10px;
	width:158px;
	margin-bottom:20px;
	font-size:90%;
	clear:both;
	overflow:hidden;
	}
#press_job:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
/*\*/
* html #press_job {
	height: 1em;
	overflow: visible;
}
/**/
#press_job h4 {
	font-weight:normal;
	clear:both;
	margin-top:5px;
	}
#press_job p {
	margin:0px;
	padding:0px;
	font-size:80%;
	width:115px;
	float:left;
	margin-bottom:5px;
	}

/*--------------------------------------------------------記事移動*/

.movepage {
	width:525px;
}
.prev_article {
	font-size:85%;
	float:left;
	margin-bottom:5px;
}
.next_article {
	font-size:85%;
	float:right;
	margin-bottom:5px;
}



