﻿@charset "UTF-8";

/* ---------- Search Panel ----------*/
#jobSearchPanel {
}
.formBase {
	background: #fff;
	border: 4px solid #ee7700;
	padding:15px;
}
/* changeForm | Table */
.formUnitBase {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-spacing: 0;
	border-collapse: separate;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
	z-index:2;
	position:relative;
}
.formTable {
	width: 100%;
	/* [disabled]font-size:92%; */
}
.formTable tr {
	background-color:#FFF;
}
.data {
	padding: 7px;
	vertical-align: middle;
	border-bottom: 1px dotted #ddd;
	border-spacing: 0;
	border-collapse: separate;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
}
.data_last {
	padding: 7px;
	vertical-align: middle;
	border-bottom: 1px solid #ddd;
	border-spacing: 0;
	border-collapse: separate;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
}
.formitem {
	width: 120px;
	background: #fafafa;
	white-space: nowrap; 
	border-spacing: 0;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-collapse: separate;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
	vertical-align:middle;
	font-weight:bold;
	font-size:92%;
	text-align:left;
	padding-left:10px;
}
.formitem02 {
	width: 120px;
	background: #fafafa;
	white-space: nowrap; 
	border-spacing: 0;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-collapse: separate;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
	vertical-align:middle;
	font-weight:bold;
	font-size:92%;
}
.hideTable {
	display: none;
	line-height:1;
}
.hideTable tr {
	background-color:#FFF;
}
.hideTable input {
	margin-top:10px;
}
.inputBase {
	width: 300px;
	position: relative;
}
/* addLink */
.addLink a {
	display: inline-block;
	border: 1px solid #ee7700;
	color: #ee7700;
	border-radius: 3px;
	font-size:100%;
	font-weight:bold;
	height:24px;
	width:90px;
}
.addLink a {
	outline: none;
}
.addLink a:before {
	display: inline-block;
	padding: 3px;
	font-weight: bold;
	content : url(../images/detail/addLink_icon.png) ;
}
.addLink a .text {
	display: inline-block;
	width:65px;
	text-align: left;
	position:relative;
	top:-4px;
	  left:2px;
}
.addLink a:hover {
	opacity: .85;
}

.reSelect {
	display: table-cell;
	vertical-align: middle;
}
.reloadItem {
	display: table-cell;
	vertical-align: middle;
	padding-left:10px;
}
.reloadItem ul li{
	display:inline-block;
}
.reloadItem input {
	margin-top:10px;
}
/* キーワード */
.data input[type="text"] {
	width: 300px;
	padding:8px;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border: 1px solid #ccc;
}
/* 初年度年収 */
.money .data select {
	vertical-align: middle;
	margin-right: 5px;
}
/* チェックボックス */
.checkSet {
	margin-top: -5px;
	letter-spacing: -.30em;
}
.checkSet .check {
	display: inline-block;
	margin: 5px 15px 0 0;
	letter-spacing: normal;
}
.checkSet .check label {
}
.checkSet .check label input {
	vertical-align: middle;
	margin-right: 5px;
}

/* 切り替えボタン */
.changeBtn {
	position: relative;
	padding: 10px 0;
	text-align: center;
}
.changeBtn .change {
	position: relative;
	display: inline-block;
	width:220px;
	padding: 14px 0 13px;
	/*background:#5ac3f9 url(../images/detail/jobserach_icon.png) 55px center no-repeat;*/
	background:#5ac3f9;
	border:none;
	border-radius: 4px;
	font-size: 16px;
	font-weight: bold;
	line-height:110%;
	color: #fff;
	cursor: pointer;
}
.changeBtn .change:hover {
	opacity:0.7;
}
.changeBtn .change:active {
	box-shadow: none;
}

/* 追加
------------------------------------------------------------- */
.add { position: absolute; top: 15px; z-index:1; background:url(../images/detail/add_frm.gif) right 0 no-repeat;}
.add a.btn { display: inline-block; width: 210px; height:30px; padding:0; color:#3a67cc; font-size: 12px; font-weight:bold; line-height:1; text-align: left; cursor: pointer; text-decoration:none;}
.add a.btn:before { position:relative; display:inline-block; vertical-align: middle; text-decoration:inherit; -webkit-font-smoothing:antialiased; margin-right:5px; content:url(../images/detail/add_plus.png);}
.add a.btn.toOpen:before { content:url(../images/detail/add_minasu.png);}

.keep_search {position: absolute;top: 12px;right:100px;z-index:1;}
.keep_search .btn {display:inline-block; width: 170px; padding: 13px 0 13px 50px; background: #f1f1f1 url(../images/detail/keep_search_icon.png) 25px center no-repeat; border: 1px solid #c5c5c5; border-radius: 4px; color:#000; font-weight: bold; line-height:110%; text-decoration:none; text-align:left; font-size: 14px; cursor: pointer;}
.keep_search .btn:hover {opacity:0.7;}

/* 検索結果表示部分 */
.serach_resultBox {margin-bottom:12px;font-weight:bold;}
.serach_resultBox_title {padding-bottom: 8px;border-bottom: 1px solid #d2d2d2;/* [disabled]font-size:96%; */}
.serach_resultBox_title p {padding-left:8px;}
.serach_resultBox_list {/* [disabled]font-size:90%; */}
.serach_resultBox_list ul {padding: 0px; 	margin: 0px;padding-top:10px;padding-left:8px;}
.serach_resultBox_list ul li {display:inline-block;padding-right:10px;}
.serach_resultBox_list ul li span {color:#ee7700;}
.form_hatena {position: absolute;padding-left:10px;border:none;top:-2px;}

/* 特徴 */
.feature {display: inline-block;margin: 5px 15px 0 0;letter-spacing: normal;}
.feature td input {padding-top:}
.featureBox01 {width:280px;vertical-align:middle;background-image:url(../images/detail/featureBox01_bg.png);background-color:#fafafa;background-repeat: repeat;font-weight:bold;}
.featureBox01 p {padding-left:10px;}
.featureBox02 {width:319px;padding-left:10px;}
.featureBox03 {width:319px;padding-left:10px;}
.featureBox02,
.featureBox03  {padding-top:5px;padding-bottom:5px;}
.feature_other {display:block;margin: 5px 15px 0 0;letter-spacing: normal;}

/* ヘルプ(吹き出し) */
#menu div {position: relative;}
.arrow_box {display: none;position: absolute;left:-117px;top:34px;padding: 16px;-webkit-border-radius: 8px;-moz-border-radius: 8px;  border-radius: 8px;background: #FFF;width:220px;text-align:left;font-size:80%;line-height:150%;border:1px solid #e0e0e0;}
.arrow_box:before {position: absolute;bottom: 100%;left: 50%;width: 0;height: 0;top:-10px;margin-left: -10px;border: solid transparent;border-color: rgba(51, 51, 51, 0);border-bottom-color: #CCC;border-width: 0 11px 11px 11px;pointer-events: none;content: " ";}
.arrow_box:after {position: absolute;bottom: 100%;left: 50%;top:-9px;width: 0;height: 0;margin-left: -9px;border: solid transparent;border-color: rgba(51, 51, 51, 0);border-bottom-color: #FFF;border-width: 0 10px 10px 10px;pointer-events: none;content: " ";}

span:hover + p.arrow_box {display: block;}
