/* ====== recruit_search_display css ====== */
#recruit_search_display #prefArea {
	width: 430px;
	float: left;
	overflow: hidden;
}

/* tbl */
@media only screen and (max-width:959px){
#recruit_search_display #prefArea {
	float: none;
}
}

/* sp  */
@media screen and (max-width: 679px) {
#recruit_search_display #prefArea {
	width: 60%;
	font-size:90%;
}
}

/*--10/26 oishiCstart--*/
/* ip  */
@media screen and (max-width: 600px) {
#recruit_search_display #prefArea {
	width: 55%;
	font-size:80%;
}
}
/*--10/26 oishiCend--*/

/* sp  */
@media screen and (max-width: 480px) {
#recruit_search_display #prefArea {
	width: 30%;
	font-size:60%;
}
}

/* sp c */
@media screen and (max-width: 320px) {
#recruit_search_display #prefArea {
	width: 30%;
	font-size:50%;
}
}

#recruit_search_display #prefArea table thead {
	background-color: #7fffd4;
	text-align: center;
	font-weight: bold;
}

#recruit_search_display #recruitSummary {
	margin-right: 80px;
	width: 460px;
	float: right;
}

/* tbl */
@media only screen and (max-width:959px){
#recruit_search_display #recruitSummary {
	float: left;
	width: 60%;
	font-size:90%;
}
}

/*--10/26 oishiCstart--*/
@media screen and (max-width: 679px) {
#recruit_search_display #recruitSummary {
	width: 60%;
	font-size:90%;
}
}

/* ip  */
@media screen and (max-width: 600px) {
#recruit_search_display #recruitSummary {
	width: 55%;
	font-size:80%;
}
}
/*--10/26 oishiCend--*/

/* sp  */
@media screen and (max-width: 480px) {
#recruit_search_display #recruitSummary {
	width: 30%;
	font-size:60%;
}
}

/* sp c */
@media screen and (max-width: 320px) {
#recruit_search_display #recruitSummary {
	width: 30%;
	font-size:50%;
}
}

#recruit_search_display #recruitSummary table {
	table-layout:fixed;
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
	border:2px solid gray;
	margin:0px 0px 10px 0px;
	padding:5px 5px 5px 5px;
}

#recruit_search_display #recruitSummary table tr {
	height: 1em;
}

#recruit_search_display #recruitSummary td {
   	border:none;
	word-wrap: break-word;
	white-space: normal;
}

/*--10/26 oishiCstart--*/
#recruit_search_display .attentionPrefArea {
/*--10/26 oishiCend--*/
	margin-top: 0px;
	margin-bottom: 2px;
	padding: 0px;
	font-size:80%;
}

/*--10/26 oishiCstart--*/
/* sp Ή */
#recruit_search_display .attentionRecruitment {
	margin-top: 0px;
	margin-bottom: 2px;
	padding: 0px;
	font-size:80%;
}

/* sp Ή */
@media screen and (max-width: 959px) {
#recruit_search_display .attentionRecruitment {
	margin-top: 20px;
	margin-bottom: 2px;
	padding: 0px;
	font-size:80%;
}
}
/*--10/26 oishiCend--*/

#recruit_search_display #prefArea table {
	width: 100%;
}

#recruit_search_display #prefArea table thead {
	text-align: center;
}

#recruit_search_display #prefArea table tbody {
	height: 480px;
}

#recruit_search_display #prefArea table tr {
	line-height: 1.5em;
}

#recruit_search_display #prefArea table th {
	width: 40%;
	border: 2px solid gray;
}

#recruit_search_display #prefArea table td {
	border: 2px solid gray;
	overflow: hidden;
}

#recruit_search_display #prefArea table select {
	font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 24px;
	line-height: 1.5;
	color: #666659;
	background-color: #FFFFFF;
	width: 100%;
	border: none;
}

/* tbl */
@media only screen and (max-width:959px){
#recruit_search_display #prefArea table select {
	width: 100%;
}
}

/* sp  */
@media screen and (max-width: 679px) {
#recruit_search_display #prefArea table select {
	width: 100%;
	font-size:90%;
}
}

/*--10/26 oishiCstart--*/
/* ip  */
@media screen and (max-width: 600px) {
#recruit_search_display #prefArea table select {
	width: 100%;
	font-size:80%;
}
}
/*--10/26 oishiCend--*/

/* sp  */
@media screen and (max-width: 480px) {
#recruit_search_display #prefArea table select {
	width: 100%;
	font-size:60%;
}
}

/* sp c */
@media screen and (max-width: 320px) {
#recruit_search_display #prefArea table select {
	width: 100%;
	font-size:50%;
}
}

#recruit_search_display .floatClear {
	clear: both;
}

#recruit_search_display .navi {
	position:absolute;
	top: 100px;
	left: 0px;
	width: 100%;
	_display: none; /* IE6 hack */
}

#recruit_search_display .navi_fixed {
	position:fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	_display: none; /* IE6 hack */

}

#recruit_search_display .inner {
	position:relative;
	margin: 0 auto;
	text-align: center;
	border: 1px solid gray;
	background-color: #f5f5f5;
	width: 540px;
	height: 50px;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity:0.85;
}

#recruit_search_display #navi .innerComm {
	display: inline-block;
	line-height:50px;
	height: 50px;
	width: 100px;
}


/* tbl */
@media only screen and (max-width:959px){
#recruit_search_display .navi {
	top: 90px;
	font-size:90%;
}
#recruit_search_display .inner {
	width: 450px;
	font-size:90%;
}
#recruit_search_display #navi .innerComm {
	width: 90px;
}
}

/* sp  */
@media screen and (max-width: 480px) {
#recruit_search_display .navi {
	top: 60px;
	font-size:60%;
}
#recruit_search_display .inner {
	width: 280px;
	font-size:60%;
}
#recruit_search_display #navi .innerComm {
	width: 50px;
}
}

/* sp c */
@media screen and (max-width: 320px, min-width:200px) {
#recruit_search_display .navi {
	top: 60px;
	font-size:50%;
}
#recruit_search_display .inner {
	width: 200px;
	font-size:50%;
}
#recruit_search_display #navi .innerComm {
	width: 30px;
}
}

#recruit_search_display #navi .color_gray {
	color: gray;
}

#recruit_search_display #navi .color_blue {
	color: blue;
}