@charset "utf-8";

body{
	margin-top: 70px !important;
}

*{
	word-break: break-all;
}

/*=================
 * ヘッダー
 *================*/
.navbar-header-menu.navbar-fixed-top{
	background-color: #fff;
}

.navbar-fixed-top{
	border-bottom: none !important;
}

.navbar-fixed-top .navbar-inner{
	border-bottom: 2px solid #ddd;
	height: 52px;
}

.header-larea {
	background-color: #428bca;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #ffffff;
	font-size: 20px;
	line-height: 1;
	margin-top: 10px;
	padding: 5px;
}

.header-larea-smp {
	color: #ffffff;
	float: left;
	font-size: 15px;
}

.header-larea-smp > span {
	display: block;

}

.header-area-wrap .fa-chevron-down {
	padding-left: 5px;
}

.header-link-wrap .fa {
	margin-right: 0.3em;
}

@media (max-width: 767px) {
	.container {
		position: relative;
	}
	.navbar-logo img{
		float: left;
		width: 62px;
		height: auto;
		margin: 6px 0 6px 5px;
	}

	.header-larea-smp {
		background-color: #428bca;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		margin: 10px 0 0 3px;
		padding: 5px;
	}

	.btn-header-toggle.btn-header-menu {
		background-color: #d9edf7;
		border: none!important;
		margin-top: 7px;
		margin-right: 8px;
		padding: 6px 4px 2px 4px;
		width: 44px;
	}

	.navbar-default .btn-header-toggle.btn-header-menu:hover {
		background-color: #d9edf7;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #a0a0a0!important;
	}
	#header-menus{
		font-weight: bold;
		background-color: rgba(110, 110, 110, 0.9);
		position: absolute;
		top: 52px;
		left: 15px;
		width: 100%;
	}

	#header-menus a{
		color: #fff;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	#header-menus li:hover:not(.open){
		background-color: #333;
	}

	#header-menus li.open > a{
		background-color: #333;
	}

	.btn-header-keep{
		border-bottom: 1px solid #ddd;
		color: #333;
		font-weight: bold;
		margin: 17px 5px 0 0;
		font-size: 85%;
	}

	.btn-header-keep:hover {
		color: #333;
		text-decoration: none;
	}

	.btn-header-keep > .fa-book {
		margin-right: 0.3em;
	}

	/* ヘッダーメニューボタン */

	.btn-header-menu .icon-bar:first{
		margin-top: 10px !important;
	}

	.btn-header-menu .text-header-menu{
		color: #a0a0a0;
		font-size: xx-small;
		text-align: center;
	}

	.btn-header-menu .icon-bar{
		width: 100% !important;
	}

	.header-link-wrap i {
		display: none;
	}

	.header-area-wrap i:before {
		color: #fff;
	}

	.navbar-nav.header-area-wrap > .dropdown > a {
		background-color: transparent;
	}

	.navbar-nav.header-area-wrap,
	.navbar-nav.header-link-wrap {
		margin-top: 0;
		margin-bottom: 0;
	}

}

@media (min-width: 768px) {

	.navbar-logo img{
		width: 196px;
		height: auto;
	}

	.navbar-logo img.hidden-xs{
		padding-top: 6px;
	}

	.navbar-default .navbar-nav.header-link-wrap > li > a {
		border-bottom: 1px solid #ddd;
		color: #333;
		font-weight: bold;
		padding: 0;
		line-height: 1;
	}

	.header-area-wrap > .dropdown > a:hover,
	.header-area-wrap > .dropdown > a:focus {
		background-color: #fec657!important;
	}

	.header-area-wrap > .dropdown {
		padding: 10px 0 0 10px;
	}

	.header-link-wrap > li {
		padding: 15px 10px 0 0;
	}

	.navbar-nav.header-area-wrap > .dropdown > a {
		border-radius: 5px;
		color: #333;
		font-weight: bold;
		line-height: 1;
		padding: 8px 7px 7px;
	}

}

@media (min-width: 768px) and (max-width: 991px){

	.header-area-wrap >.header-larea {
		font-size: 15px;
		margin-top: 14px;
	}

	.header-area-wrap > .dropdown {
		padding-top: 15px;
	}

	.navbar-nav.header-area-wrap > .dropdown > a {
		font-size: 12px;
		padding: 6px 5px 5px;
	}

	.navbar-header-menu .container{
		margin: 0;
		width: 100%;
	}

	.navbar-links > li {
		font-size: 72%;
		padding-right: 5px;
	}

	.header-link-wrap > li {
		padding-top: 20px;
	}
}

/*=================
 * ページトップへのボタン
 *================*/

#to-top-link{
	bottom: 20px;
	display: none;
	height: 60px;
	position: fixed;
	right: 15px;
	width: 60px;
	z-index: 100;
}

.btn-to-top{
	background-color: rgba(255, 255, 255, 0.5);
	border: 3px solid #333;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: #333;
	display: block;
	font-size: 0;
	height: 100%;
	line-height: 1;
	padding: 15px 0;
	text-align: center;
	width: 100%;
}

.btn-to-top:hover{
	background-color: #333;
	color: #fff;
}

.btn-to-top .glyphicon-chevron-up:before {
	display: inline-block;
	font-size: 21px;
	height: 24px;
	width: 24px;
}

/*=================
 * よこっちょ共通
 *================*/

.panel-history-search .panel-heading .fa,
#keep-box .panel-heading .fa,
#genko-view-history .panel-heading .fa{
	margin-right: 5px;
}

@media (min-width: 992px) and (max-width: 1199px){
	.panel-history-search .panel-heading,
	#keep-box .panel-heading,
	#genko-view-history .panel-heading{
		font-size: 85%;
	}
}

.text-keisai-end{
	color: #f00;
	margin-bottom: 5px;
}

.table-side-box tr th,
.table-side-box tr td{
	padding: 1px 0;
}

.table-side-box tr th{
	vertical-align: top;
}

.table-side-box .link-camouflage{
	color: #2B8CE0;
	font-weight: bold;
}

.table-side-box:hover .link-camouflage{
	color: #83c5ff;
	text-decoration: underline;
}

/*===================
 * 過去の検索条件
 *==================*/

.panel-history-search > .panel-body{
	padding: 5px 15px;
}

.panel-history-search > .panel-body:nth-of-type(3){
	border-top: 1px dotted #333;
}


/*=================
 * キープリスト
 *================*/

#goKeepList{
	font-size: 11px;
	padding: 5px 4px;
}

#keep-box .panel-body,
.keep-box-one a,
.keep-box-one-end a{
	font-size: 80%;
}

.keep-box-one a,
.keep-box-one-end a{
	padding: 10px 0;
	margin: 0 10px;
	border-top: 1px dotted #333;
	color: #333;
	display: block;
}

.img-keep-box{
	margin-bottom: 10px;
}

.keep-box-one:hover,
.keep-box-one-end:hover{
	background-color: #ffe4b5;
}

.keep-box-one:hover .link-camouflage,
.keep-box-one-end:hover .link-camouflage{
	color: #83c5ff;
	text-decoration: underline;
}

.keep-box-one:hover .form-keep-to-oubo,
.keep-box-one:hover .keep-to-delete{
	background-color: #fff;
}

.keep-box-one-end{
	background-color: #D3D3D3;
}

.keep-box-one-end:hover .form-keep-to-oubo{
	background-color: #fff;
}

.keep-box-one a:focus,
.keep-box-one a:hover,
.keep-box-one-end a:focus,
.keep-box-one-end a:hover {
	color: #333 !important;
}

.keep-box-one-end .keep-trash{
	height: 27px;
}

[keep-box-delete]{
	margin: 5px 0 10px 12px;
	cursor: pointer;
}


/*===================
 * 最近見た求人
 *==================*/

#genko-view-history .panel-body,
#genko-view-history a{
	font-size: 80%;
}

#genko-view-history a{
	display:block;
	padding: 10px 10px;
	color: #333;
}

#genko-view-history a:hover,
#genko-view-history a.keisai-status-1:hover{
	background-color: #ffe4b5;
}

#genko-view-history a:nth-of-type(n+2){
	border-top:1px dotted #333;
}

#genko-view-history a.keisai-status-1{
	background-color: #D3D3D3;
}

#genko-view-history .text-keisai-end{
	color: #f00;
	margin-bottom: 5px;
}


/* ボタン */
/* TODO いろいろかぶっている 一か所（ここ）に統一したい */

.btn-fac{
	color: #333;
	background-color: #fff;
	border-color: #2b8ce0 !important;
}

.btn-fac:hover,
.btn-fac:focus,
.btn-fac:active,
.open > .dropdown-toggle.btn-fac {
	color: #fff !important;
	background-color: #2b8ce0;
	border-color: #2b8ce0;
}

.btn{
	white-space: normal !important;
}

/*=================
 * 大エリアラベル
 *================*/

.header-larea-smp .label{
	padding: 9px 6px;
}

/*=================
 * ページャー
 *================*/
.pager li > a{
	border-radius: 0px !important;
}

.active-page{
	border-radius: 0px !important;
	background-color: #2b8ce0 !important;
	color: #fff;
}

.deactive-page{
	border-radius: 0px !important;
	color: #BBB5B5;
}

@media (min-width: 768px){

	.pager-fac{
		text-align: right !important;
	}

}

@media (max-width: 767px){

	.pager-fac{
		text-align: center;
	}

	.link-page{
		display: none !important;
	}

	.active-page{
		display: none !important;
	}

}

/*=================
 * リストの途中からアコーディオンさせる
 *================*/

@media (max-width: 767px){
	.under-neck-of-list{
		padding-left: 5px;
	}
}

@media (min-width: 768px){
	.under-neck-of-list{
		display: inline !important;
	}

	.under-neck-of-list > li{
		display: inline-block;
		padding-left: 5px;
	}
}

/*=================
 * 入力プロセス
 *================*/
.step-fac{
	font-size: 150%;
}

@media (min-width: 768px){

	.step-fac .glyphicon{
		top: 4px;
	}
}

@media (max-width: 767px){

	.step-fac .glyphicon{
		top: 2px;
		left: 5px;
	}
}
/*=================
 * フッター
 *================*/

.footer-border{
	border-bottom: 2px solid #ddd;
}

.footer{
	margin-bottom: 50px;
}

/*=================
 * 必須ラベル
 *================*/

@media (max-width: 767px){

}

@media (min-width: 768px){
	.label-required{
		float: right;
	}
}

/*=================
 * エラー画面共通
 *================*/
.error_mes_large{
	font-size: 120%;
}


.error_mes_small{
	font-size: 90%;
}

.alert-fac-error{
	border-color: #a94442 !important;
}

.fa-fs125per:before {
 font-size: 125%;
}
.fa-icn-color-or:before {
	color: #ff6600;
}
.fa-icn-color-wt:before {
	color: #fff;
}
.fa-icn-color-bl:before {
	color: #428bca;
}
.fa-icn-color-grn:before {
	color: #44BB24;
}
.fa-20per {
	font-size: 20% important;
	line-height: 1.0;
}
@media (min-width: 992px) {
	.btn-w70per {
		width: 70% !important;
	}
}
@media (min-width: 992px) {
	.btn-w15per {
		width: 15% !important;
	}
}
.btn-w60 {
	width: 60%;
	display: block;
	margin: 0 auto;
}
.mt0 {
	margin-top: 0;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mr5 {
	margin-right: 5px;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px;
}
.ml5 {
	margin-left: 5px;
}
.ml10 {
	margin-left: 15px;
}

.btn-emp {
	font-weight: bold;
}
.oc100 {
	opacity:1 !important;
}
.underline {
	text-decoration: underline;
}
.txt-blk {
	color: #333;
}
.btn-grd-bl {
	background: #378af5 !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #378af5), color-stop(0.00, #5ecdff)) !important;
	background: -webkit-linear-gradient(top, #5ecdff 0%, #378af5 88%) !important;
	background: -moz-linear-gradient(top, #5ecdff 0%, #378af5 88%) !important;
	background: -ms-linear-gradient(top, #5ecdff 0%, #378af5 88%) !important;
	background: linear-gradient(to bottom, #5ecdff 0%, #378af5 88%) !important;
	border-color: #5b81d4 !important;
	color: #fff !important;
}
.btn-grd-l-bl {
	background: #a1cfe0 !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #a1cfe0), color-stop(0.00, #d7ebf2)) !important;
	background: -webkit-linear-gradient(top, #d7ebf2 0%, #a1cfe0 88%) !important;
	background: -moz-linear-gradient(top, #d7ebf2 0%, #a1cfe0 88%) !important;
	background: -ms-linear-gradient(top, #d7ebf2 0%, #a1cfe0 88%) !important;
	background: linear-gradient(to bottom, #d7ebf2 0%, #a1cfe0 88%) !important;
	border:1px solid #2faae1 !important;
}
.btn-grd-l-bl:hover {
	opacity:0.8;
}
.btn-grd-bl:hover {
	color: #fff;
	opacity:0.8;
}
.btn-grd-bl:active {
	color: #fff;
	background: #378af5;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #378af5), color-stop(0.00, #5ecdff));
	background: -webkit-linear-gradient(top, #5ecdff 0%, #378af5 88%);
	background: -moz-linear-gradient(top, #5ecdff 0%, #378af5 88%);
	background: -ms-linear-gradient(top, #5ecdff 0%, #378af5 88%);
	background: linear-gradient(to bottom, #5ecdff 0%, #378af5 88%);
	border-color: #5b81d4;
}
.bg-grd-or {
	background: #ffa600 !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #ffa600), color-stop(0.00, #ffd885)) !important;
	background: -webkit-linear-gradient(top, #ffd885 0%, #ffa600 88%) !important;
	background: -moz-linear-gradient(top, #ffd885 0%, #ffa600 88%) !important;
	background: -ms-linear-gradient(top, #ffd885 0%, #ffa600 88%) !important;
	background: linear-gradient(to bottom, #ffd885 0%, #ffa600 88%) !important;
	border:1px solid #ffa900 !important;
}
.bg-grd-or-on {
	background: #ffeec8 !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #fff6e1), color-stop(0.00, #ffeec8)) !important;
	background: -webkit-linear-gradient(top, #ffeec8 0%, #fff6e1 88%) !important;
	background: -moz-linear-gradient(top, #ffeec8 0%, #fff6e1 88%) !important;
	background: -ms-linear-gradient(top, #ffeec8 0%, #fff6e1 88%) !important;
	background: linear-gradient(to bottom, #ffeec8 0%, #fff6e1 88%) !important;
	border:1px solid #ffa900 !important;
}
.btn-grd-gn,
.btn-grd-gn:hover,
.btn-grd-gn:focus,
.btn-grd-gn:active {
	background: #9cd256 !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #1c9700), color-stop(0.00, #9cd256)) !important;
	background: -webkit-linear-gradient(top, #9cd256 0%, #1c9700 88%) !important;
	background: -moz-linear-gradient(top, #9cd256 0%, #1c9700 88%) !important;
	background: -ms-linear-gradient(top, #9cd256 0%, #1c9700 88%) !important;
	background: linear-gradient(to bottom, #9cd256 0%, #1c9700 88%) !important;
	color: #ffffff !important;
	border: 1px solid #4eb700 !important;
}
.btn-or,
.btn-or:focus,
.btn-or:active {
	background: #ff6600 !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(7%,#ffa82a), color-stop(100%,#ff3000)) !important;
	background: -webkit-linear-gradient(top,  #ffffff 1%,#ffa82a 3%,#ff3000 100%) !important;
	background: -ms-linear-gradient(top,  #ffffff 1%,#ffa82a 3%,#ff3000 100%) !important;
	background: linear-gradient(to bottom,  #ffffff 1%,#ffa82a 3%,#ff3000 100%) !important;
	border: #ffa82a 1px solid !important;
}
.btn-or:hover {
	opacity:0.8;
}
.btn-right-grn,
.btn-right-grn:focus,
.btn-right-grn:active {
	background: #629d00 !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(7%,#bcd56d), color-stop(100%,#629d00)) !important;
	background: -webkit-linear-gradient(top,  #ffffff 2%,#bcd56d 3%,#629d00 100%) !important;
	background: -ms-linear-gradient(top,  #ffffff 2%,#bcd56d 3%,#629d00 100%) !important;
	background: linear-gradient(to bottom,  #ffffff 2%,#bcd56d 3%,#629d00 100%) !important;
	border: #b7d201 1px solid !important;
}
@media (max-width: 767px) {
	.btn-or,
	.btn-or:hover,
	.btn-or:focus,
	.btn-right-grn,
	.btn-right-grn:hover,
	.btn-right-grn:focus {
		color: #ffffff !important;
	}
}
.bg-circle-wt {
	width: 30px;
	height: 30px;
	border-radius: 75%;
	-webkit-border-radius:75%;
	background: #fff;
	padding: 6px 4px 4px 4px;
	text-align: center;
	margin: 0 10px 0 0;
	display: inline-block;
}
.bg-gr {
	background: #eeeeee;
}
.bg-gr:hover {
	opacity:0.8;
}
.txt-red {
	color: #ff3300;
}
.txt-brwn {
	color: #79694E;
}