@charset "UTF-8";

@import url("base.css");
@import url("page.css");


/*--求人情報検索--*/
	
.soshin{
	width:666px;
	text-align:center;
	border-top:1px #bde3f5 dotted;
	margin-top:20px;
	margin-bottom:15px;
	padding-top:15px}
	
.soshin:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";}
	

/*--結果医院情報--*/
  
.resulttxt{
	width:700px;
	margin:auto;
	text-align:center;
	background-color:#f6f7f7;
	padding-top:15px;
	padding-bottom:15px;
	font-size:110%;
	margin-top:40px}
	
#result-page{
	width:200px;
	margin:auto;
	margin-top:15px}
	
.result-page-previous{
	height:20px;
	float:left;
	background-image:url(/search/img/result-previous.png);
	background-repeat:no-repeat;
	padding-left:20px;
	padding-right:25px;
	padding-top:2px;
	border-right:1px solid #000}
	
.result-page-next{
	height:20px;
	float:right;
	background-image:url(/search/img/result-next.png);
	background-repeat:no-repeat;
	background-position:right top;
	padding-top:2px;
	padding-right:20px;}
	
.result-box{
	width:666px;
	padding-bottom:10px;
	border:2px solid #2ea6df;
	padding:15px;
	margin-top:30px;
	-moz-border-radius: 5px;    /* Firefox */
   -webkit-border-radius: 5px; /* Safari,Chrome */
   border-radius: 5px;         /* CSS3 */}

.result-box:hover{
	border:2px #f29700 solid;}
	
.result-city{
	float:left;
	padding:3px 5px 3px 5px;
	font-size:75%;
	color:#FFF;
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	border-radius: 5px;         /* CSS3 */
	background-color: #7a6a56;   /* 背景色 */}
	
.result-title{
	border-bottom:1px dotted #8d8c8c;
	overflow:hidden;
	margin-top:10px}
	
.result-more{
	float:right;}

.result-pt{
	overflow:hidden;
	margin-top:10px}
	
.result-photo{
	width:220px;
	float:left;
	background-color:#999}
	
table.result-table {
  float:right;
  width: 425px;
  border-collapse: collapse;}
  
.result-box a:hover
{
text-decoration:none}
  
.result-box a:hover img
{
opacity:1.0;
filter: alpha(opacity=100);
-ms-filter: "alpha( opacity=100 )";
text-decoration:none
}

table.result-table td{
	padding:10px;}

table.result-table td.ti {
  padding:10px;
  width:50px;
  background-color:#f6f7f7;
  vertical-align:top;
  border-bottom:1px solid #e2e3e3;
  color:#000}

table.result-table tr.blue {
  background: #FFF;
  border-bottom:1px solid #e2e3e3;}

table.result-table tr.white {
  background: #FFF;
  border-bottom:1px solid #e2e3e3}

.result-kodawari{
	margin-top:10px;
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	border-radius: 5px;         /* CSS3 */
	background-color: #eef9ff;   /* 背景色 */}

dl.result-kodawari dt {
  clear: left;
  float: left;
  margin: 5px;
  margin-top:0px;
  width: 110px;
  padding:10px;
  background-image:url(../search/img/result-arrow.png);
  background-repeat:no-repeat;
  background-position:right top;
  font-weight:bold;
  color:#009fe8}

dl.result-kodawari dd {
	padding:10px;
  margin-bottom: 5px;
  margin-left: 140px;
  color:#000}
  
  
/* 検索アコーディオン */  

.accordion-box {
	width:700px;
	height:auto;
	margin:0;
	text-align:left;}

.accordion-box h3 {
	width:590px;
	height:35px;
	background:url(/search/img/result-ac-01.png) no-repeat;
	background-color:#BBBBBB;
	cursor:pointer;
	margin-top:3px;
	background-color:none;
	padding-left:110px;
	padding-top:10px}
	
/* active */
.accordion-box h3.active {
	height:35px;
	background:url(/search/img/result-ac-02.png) no-repeat;
	background-color:#BBBBBB;
	cursor:pointer;}
	
/* hovered */
.accordion-box h3.hovered {
	height:35px;
	background-color:#555555;}
	
.accordion-box h3#kensaku {
	width:590px;
	height:35px;
	background:url(/search/img/result-ac-04.png) no-repeat;
	background-color:#BBBBBB;
	cursor:pointer;
	margin-top:3px;
	padding-top:10px}
	
/* active */
.accordion-box h3#kensaku.active {
	height:35px;
	background:url(/search/img/result-ac-03.png) no-repeat;
	background-color:#BBBBBB;
	cursor:pointer;}
	
/* hovered */
.accordion-box h3#kensaku.hovered {
	height:35px;
	background-color:#555555;}

.accordion-box .accordion-block {
	display:block;
	width:666px;
	background-color:#eef9ff;
	border:2px solid #2ea1da;
	border-top:none;
	padding:15px;
	padding-top:10px}
	
	
	
/* チェックボックス */

.result-contents{
	width:600px;
	margin:auto}

.item{
	display:block;
	float:left;
	width:150px;
	font-size:80%;}
	
.title-blue{
	margin-bottom:3px;
	margin-top:20px;
	color:#0080dd;
	font-weight:bold}

	
/* セレクトボックス */

.select-box {
  background: #f8f8f8;
  border: 1px solid #cacaca;
  border-radius: 5px;
  font-size: 14px;
  height: 35px;
  line-height: 30px;
  text-align: left;
  text-indent: 5px;
  vertical-align: middle;
  padding-top:8px;
  width: 260px;
  font-size:90%}