﻿@charset "UTF-8";
/* CSS Document */

/*検索用コンテンツ*/
/*↓コンテンツタイトル（条件）*/
#clm2 h2.index p {
	border: 1px solid #F9359C;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f65181), color-stop(0.00, #fea1b8));
	background: -webkit-linear-gradient(#fea1b8, #f65181);
	background: -moz-linear-gradient(#fea1b8, #f65181);
	background: -o-linear-gradient(#fea1b8, #f65181);
	background: -ms-linear-gradient(#fea1b8, #f65181);
	background: linear-gradient(#fea1b8, #f65181);
}
/*↓検索項目名*/
table.jlist_srch_tb th {
	background:#fedaef;
	color:#404040;
}
/*↓線色*/
/*↓線色項目名*/
table.jlist_srch_tb th{
	border-bottom:1px dotted #fff;	
}
/*↓線色項目名(末尾)*/
table.jlist_srch_tb tr:nth-last-child(2) th{
	border-bottom:1px dotted #fdadec;	
}

/*↓線色選択コンテンツ*/
table.jlist_srch_tb td {
	border-bottom:1px dotted #fdadec;
}
/*↓線色横区切り*/
table.jlist_srch_tb th {
	border-right:1px solid #fdadec;
}
/*↓検索選択コンテンツ*/
table.jlist_srch_tb td{
	background:#fff;	
}
/*検索用コンテンツ枠*/
table.jlist_srch_tb {
	border-left: 1px solid #fdadec;
    border-right: 1px solid #fdadec;
    border-bottom: 1px solid #fdadec;	
}
/*↓追加・変更ボタン*/
a.btn_link_corner {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f21557), color-stop(0.00, #fb9bc5));
	background: -webkit-linear-gradient(#fb9bc5, #f21557);
	background: -moz-linear-gradient(#fb9bc5, #f21557);
	background: -o-linear-gradient(#fb9bc5, #f21557);
	background: -ms-linear-gradient(#fb9bc5, #f21557);
	background: linear-gradient(#fb9bc5, #f21557);

	
	border: 1px solid #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
}

/*↓検索ボタン*/
.js_lnk_build {
    display: inline-block;
    padding: 6px 40px 2px;
    line-height: 1em;
    font-size: 16px;
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    border: none;
    color: #3C8C93 !important;
    background-color: #D1F1D2;
    box-shadow: 4px 4px 1px #D1D1F0;
}
/*求人一覧コンテンツ*/

/*↓コンテンツ線*/
.job_list_box {
	border: 1px solid #ff5398;
}
/*↓求人タイトル*/
.job_list_box .title a{
	color:#ff005c;		
}

/*↓項目セル色*/
.job_data th {
	background:#ffd9d9;		
}

/*↓コンテンツ上部グラデーション*/
.cts_grad{
	display:block;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fff), color-stop(0.00, #ffd0d1));
	background: -webkit-linear-gradient(#ffd0d1, #fff);
	background: -moz-linear-gradient(#ffd0d1, #fff);
	background: -o-linear-gradient(#ffd0d1, #fff);
	background: -ms-linear-gradient(#ffd0d1, #fff);
	background: linear-gradient(#ffd0d1, #fff);	
}
