@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
    width:100%;
    margin:0 auto;
    font-size:14px;
    color:#382400;
    font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    line-height:1.6;
}

header {
    width:960px;
    margin:0px auto;
}

#contents {
    width:960px;
    margin:25px auto;
}



#main {
    float:left;
    width:690px;
}

#sub {
    float:right;
    width:250px;
}


#subnav {
    display:none;
}

a {
    color:#000;
}
a:hover {
    color:#CC3434;
}


h5 {
    margin-bottom:0.25em;
    padding:2px;
    color:#000;
    font-size:16px;
    border-top:1px dotted #999;
    border-bottom:1px dotted #999;
    background:#f1f1f1;
}

h6 {
    margin-bottom:0.25em;
    color:#382400;
    font-size:14px;
    font-weight:bold;
}

p {
    margin:0 0 0 0;
}

img {
    vertical-align:bottom;
}

em {
    font-weight:bold;
}

strong {
    font-weight:bold;
    color:#467F33;
}

pre {
    margin:1em 0;
    padding:1em;
}

blockquote {
    margin-bottom:1em;
    padding:1em;
    border:1px dotted #ddd;
    border-left:5px solid #ddd;
}

ul,ol,dl {
    margin:0 0 1em 0;
}
ul li {
    list-style:disc;
}
ol li {
    list-style:decimal;
}
li {
    margin-left:0.2em;
}


/*================================================
 *  ヘッダー
 ================================================*/
header {
    position:relative;
}

#intro {
	margin-bottom:5px;
    padding:13px 0px 3px 5px;
    background:#ffffff;
    overflow:hidden;
}

.counter {
    position:absolute;
    top:0;
    right:0;
	margin-top: 43px;
    vertical-align:top;
}
.counter span {
	font-size:110%;
	font-weight:bold;
	color:#467F33;
}

#counter_iframe {
	float:right;
	width:100px;
	height:25px;
	margin-left:3px;
}

.i_sum {
	font-size:105%;
	font-weight:bold;
	color:#467F33;
}

/*ヘッダー用ナビ*/
.header_nav {
    position:absolute;
    top:0;
    right:0;
    vertical-align:top;
}

.header_nav span {
	font-size:110%;
	font-weight:bold;
	color:#467F33;
}

.header_box,
.header_btn{
	float:left;
}

.header_box{
	margin: 14px 0px 0px 7px;
	font-size:85%;
	font-weight:bold;
	color:#467F33;
}
.header_btn {
	margin-top:9px;
}

.header_btn p{
	float:left;
	margin:10px 0px 0px 7px;
}

.header_box input[type="text"]{
	width:230px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #ADADAD;
	line-height: 1;
	border-radius: 3px;
	text-indent: 5px;
}

.header_box input[type="text"]:focus {
  outline: none;
}

.header_box input[type="submit"]{
	width:90px;
}

.submit_allh input {
	width:90px;
	height:38px;
	/display:block;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
	border:none;
	margin:0px 0px;
	background:url(../images/btn_search_allh.gif) no-repeat 0 0;
}
.submit_hwh input {
	width:90px;
	height:38px;
	/display:block;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
	border:none;
	margin:0px 0px;
	margin-bottom:0px;
	background:url(../images/btn_search_hwh.gif) no-repeat 0 0;
}

.submit_allh input:hover,
.submit_hwh input:hover{
}

.summary {
    clear:both;
}

/*================================================
 *  TOP検索ナビゲーション
 ================================================*/
nav {
	width:100%;
	margin:10px auto;
    padding:0;
    background:url(../images/main_back.png) no-repeat;
	background-position: center center;
	-moz-background-size:100% 100%;
	background-size:cover;
	border-top: 1px solid #f7f5f1;
	border-bottom: 2px solid #f7f5f1;
	overflow:hidden;
}

.top_nav {
    width:850px;
	height:110px;
    margin:100px auto 50px auto;
	padding:20px 20px 10px 20px;
	background-color:rgba(247,245,241,0.7);/*#f7f5f1*/
	border-radius: 10px;
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);
}

.nav_search {
    margin:0;
    padding:0;
}

.nav_search dt {
	font-size:130%;
	font-weight: bold;
	color:#467F33;
	padding-left:5px;
}

.nav_search input[type="text"],
.nav_search input[type="submit"] {
  height: 40px;
  margin-bottom: 10px;
  border: 2px solid #91CA80;/*#ADADAD*/
  line-height: 1;
}
.nav_search input[type="submit"] {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 13.5%;
  float: right;
  font-size: 16px;
  font-size: 1.23077rem;
  font-weight: bold;
  text-shadow: 1px 1px 0 #000;
}
.nav_search input[type="text"] {
  width: 290px;
  margin-right: 15px;
  padding-left: 5px;
  line-height: 40px\9;
  vertical-align: middle;
  border-radius: 3px;
}

.nav_search input[type="text"]:focus {
  outline: none;
}


.nav_search {
  /* width: 39.5%; */
  margin-bottom: 10px;
  float: left;
  zoom: 1;
}

.nav_search:after {
  content: "";
  display: block;
  clear: both;
}
.nav_search.focus {
  box-shadow: 0 0 3px 0 #305a9a;
  border-radius: 3px;
}
.nav_search dt,
.nav_search dd{
  height: 40px;
  line-height: 40px;
}

.nav_search dd {
  width: 90%;
  *margin-top: -1px;
}


/*====== TOP 検索ナビ ボタン ======*/
.btn_search{
	display:block;
	width:210px;
	float:left;
}
/*
.btn_search p{
	margin:0px;
	padding:8px 0px 0px 0px;
	font-size:85%;
}*/

.submit{
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:8px 0px 0px 0px;
	clear:both;
}

.submit .sbmt_back input,
.submit .sbmt_check input,
.submit .sbmt_send input{
	width:150px;
	height:30px;
	text-indent:-9999px;
	cursor:pointer;
	border:none;
	margin:0 10px;
}

.submit .sbmt_back input {
	background:url(../images/sbmt_back.gif) no-repeat 0 0;
}

.submit .sbmt_check input {
	background:url(../images/sbmt_check.gif) no-repeat 0 0;
}

.submit .sbmt_send input {
	background:url(../images/sbmt_send.gif) no-repeat 0 0;
}

.submit .sbmt_back input:hover,
.submit .sbmt_check input:hover,
.submit .sbmt_send input:hover{
	background-position:0 -30px;
}

.form .submit{
	width:100px;
	margin:0 auto;
}


.check .submit{
	width:100px;
	margin:0 auto;
}

.submit input {
	width:95px;
	height:30px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
	border:none;
	margin:0 0;
	background:url(../images/sbmt_search.gif) no-repeat 0 0;
}

.submit input:hover{
	background:#ffffff;
}


/*トップ検索ボタン２種*/
#btn_search_all{
	display: block;
	height: 0;
	overflow: hidden;
    width: 210px;
    height: 32px;
	background: url("../images/btn_search_all.png") top left no-repeat; 
	cursor:pointer;
}

#btn_search_hw{
	display: block;
	height: 0;
	overflow: hidden;
    border: 0px;
    width: 210px;
    height: 32px;
    background: url("../images/btn_search_hw.png") left top no-repeat;
	cursor:pointer;
}

/*================================================
 * Side右メニュー（絞込み検索）
 ================================================*/
#side .search{
	width:250px;
}

#side .search .narrow{
	margin:0 auto 20px auto;
	padding:0 0 2px 0;
	background:#fff url(../images/search_bg.gif) no-repeat center bottom;
}

#side .search h2{
	width:250px;
	height:33px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
}

#side .search .narrow {
	background:url(../images/title_narrow.gif) no-repeat center top;
}

#side .search .narrow section{
	padding-top:5px;
	padding-bottom:5px;
	border-left:1px solid #5EAB47;
	border-right:1px solid #5EAB47;
	border-bottom:1px dotted #ccc;
}

#side .search .narrow section dt{
	margin-left:9px;
	padding:0px 7px 0px 18px;
	color:#467F33;
	font-weight:bold;
	background:url(../images/mark_narrow.gif) no-repeat left center;
	/*border-left:4px solid #467F33;*/
	text-align:left;
}
#side .search .narrow section dd{
	padding:0px 7px 0px 7px;
	font-size:0.9em;
}
#side .search .narrow section dd p{
	margin:0px 0px 2px 0px;
}

#side .search .narrow section dd input[type="text"]{
	margin:3px 3px 2px 0;
	padding:2px;
	position:relative;
	top:1px;
	width: 96%;
	border: 1px solid #ADADAD;
	border-radius: 3px;
}

select{
	height:180%;
	border: 1px solid #ADADAD;
	border-radius: 3px;
	padding-bottom:1px;
}

#side .search .narrow section dd.row label{
	width:40%;
	float:left;
}
#side .search .narrow section dd label{
	margin:5px 7px 0 0;
	/*display:block;*/
}

.submit_all{
	background:#f8f8f8;
	border-left:1px solid #5EAB47;
	border-right:1px solid #5EAB47;
}
.submit_hw{
	background:#f8f8f8;
	border-left:1px solid #5EAB47;
	border-right:1px solid #5EAB47;
	border-bottom:1px solid #5EAB47;
}


.submit_all input {
	width:190px;
	height:25px;
	/display:block;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
	border:none;
	margin:10px 30px;
	background:url(../images/sbmt_search_all.gif) no-repeat 0 0;
}
.submit_hw input {
	width:190px;
	height:25px;
	/display:block;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
	border:none;
	margin:0px 30px;
	margin-bottom:15px;
	background:url(../images/sbmt_search_hw.gif) no-repeat 0 0;
}

.submit_all input:hover,
.submit_hw input:hover{
}


/*================================================
 * Side右メニューその他
 ================================================*/

.submenu li {
    margin:0;
    padding:0;
    list-style:none;
}
.submenu li a:before {
    content:"\0025a0";
    color:#000;
}

.submenu li a {
    display:block;
    padding:5px 2px;
    color:#000;
    border-bottom:1px dotted #ddd;
    text-decoration:none;
}
.submenu li a:hover {
    background:#eee;
}

.bnr li {
    margin:0 0 10px 0;
    padding:0;
    list-style:none;
}
.bnr li a:hover {
    opacity:0.8;
    filter:alpha(opacity=80);
    -ms-filter:"alpha( opacity=80 )";
}
.bnr img {
    width:300px;
}



/*================================================
 * item_list（検索一覧）
 ================================================*/
.item_list h2{
	line-height:120%;
	font-family:"メイリオ", Meiryo;
	border-left:7px solid #5EAB47;
	font-size:1.4em;
	color:#382400;
	padding:7px 0 0px 10px;
	margin:0 0 20px 0;
	background:#F3F3EB url() no-repeat left top;
	border-radius: 2px;
}

/*各求人項目*/
.item_job{
	padding: 5px 0 15px 0;
	border-bottom:1px dotted #BBBBBB;
}

.item_job p {
	margin: 2px 0px;
	padding: 0px;
	line-height:130%;
}

.item_list h3{
	width:690px;
	display:block;
	margin:0 0 0 0;
	padding:7px 10px 0 2px;
	color:#0E1BBB;
	font-size:1.15em;
	line-height:120%;
}

.item_list h3 a{
	color:#0E1BBB;
}
.item_list h3 a:hover{
	color:#CC3434;
}

.list_g{color:#777777;}
.list_r{color:#CC000C;}
.list_gr{color:#008000;}

/*文字数制限
.item_detail{
	 height:50px;
	 overflow: hidden;
	 display: -webkit-box;
	 -webkit-box-orient: vertical;
	 -webkit-line-clamp: 4;
}*/


/*================================================
 * ページナビ
 ================================================*/
.page_navi p{
	font-size:90%;
	text-align:center;
	height:24px;
	line-height:24px;
	margin:15px 0 10px 0;
}

.page_navi p strong{
	margin:0 5px 0 0;
}

.page_navi ul{
	font-size:85%;
	text-align:center;
}
.page_navi li{
	display:inline;
}
.page_navi li span {
	color:#fff;
	display:-moz-inline-box; /*Firefox 2*/
	display:inline-block; /*Modern*/
	/display:inline; /*IE5～7*/
	/zoom:1; /*IE5～7*/
	padding:0.2em 0.7em;
	background-color:#5EAB47;
	border:1px #5EAB47 solid;
	border-radius: 2px;
	font-weight:bold;
}
.page_navi li a{
	color:#333;
	display:-moz-inline-box; /*Firefox 2*/
	display:inline-block; /*Modern*/
	/display:inline; /*IE5～7*/
	/zoom:1; /*IE5～7*/
	padding:0.2em 0.7em;
	border:1px #ccc solid;
	border-radius: 2px;
}
.page_navi li a:link,
.page_navi li a:visited{
	border-color:#ccc;
}

.page_navi li a:hover,
.page_navi li a:active{
	border-color:#ccc;
	background-color:#f2f2f2;
}

.page_navi li.next a{
	width:32px;
	text-align:left;
	background:url(img/next.gif) no-repeat 33px 6px;
}

.page_navi li.back a{
	width:32px;
	text-align:right;
	background:url(img/back.gif) no-repeat 3px 6px;
}


/*検索見つからない場合*/
.non_result p{
	font-size:1.3em;
	text-align:center;
	height:24px;
	line-height:24px;
	margin:70px 0 10px 0;
}


/*================================================
 *  パンくず
 ================================================*/
#topicpath{
	height:32px;
	padding:0 0 0 0;
	margin:0 auto 0px auto;
}

#topicpath li{
	display:inline;
	color:#382400;
	font-size:85%;
	list-style-type:none;
	margin:0px 3px 0px 3px;
	padding:0 0px 0 12px;
	background:url(../images/topicpath.gif) no-repeat 0 51%;
}

#topicpath li a{
	font-weight:bold;
}
#topicpath li a:hover{
	color:#CC3434;
}

#topicpath li.home{
	padding:0px 0px 0px 0px;
	background:none;
}


/*================================================
 *  詳細ページ
 ================================================*/
.ti_detail{
	width:690px;
	border-top:3px solid #5EAB47;
	background:#F3F3EB no-repeat left top;
	padding:5px 0px 8px 0px;
}

.ti_detail h2{
	width:690px;
	line-height:150%;
	font-family:"メイリオ", Meiryo;
	font-size:1.6em;
	font-weight:bold;
	padding-left: 10px;
}

.ti_detail p{
	display:block;
	line-height:130%;
	font-family:"メイリオ", Meiryo;
	font-size:1.1em;
	padding-left: 10px;
}

.job_date p{
	font-size:0.8em;
	margin: 2px 0px 2px 0px;
}
.job_r{color:#CC000C;}
.job_g{color:#008000;}

/*option表記*/
.option_detail{
	margin:10px;
	clear:both;
}
.option_detail ul{
	margin:0 -4px 0 0;
	/margin:0 -7px 0 0;
}

.option_detail ul{
	text-align:left;
}

.option_detail li{
	width:90px;
	padding:4px 12px;
	margin:0 4px 8px 0;
	/margin:0 7px 6px 0;
}

.option_detail li{
	color:#52963F;
	font-size:85%;
	text-align:center;
	border:1px solid #52963F;
	border-radius:2px;
	margin:0 0 3px 0;
	/margin:0 3px 3px 0;
	display:-moz-inline-box; /*Firefox 2*/
	display:inline-block; /*Modern*/
	/display:inline; /*IE5～7*/
	/zoom:1; /*IE5～7*/
}

/*注意事項*/
.info_detail{
	border:4px solid #E8E4DF;
	background:#F7F5F4;
}
.info_detail p{
	padding: 10px 14px 10px 14px;
	font-size: 0.9em;
}

.hwjob_id{
	color:#EA8D02;
	font-weight:bold;
}

.hwjob{
	font-weight:bold;
}

/*表組*/
.table_box{
	width:690px;
	margin:10px 0px 20px 0px;
}

#ti_table{
	background:#DFDFDF;
	text-align:center;
	border:none;
}

table.detail{
	width:100%;
	background:#ccc;
	border-collapse:separate;
	border-spacing:1px;
	border:none;
}

table.detail th,
table.detail td{
	border:1px solid #ffffff;
	line-height:150%;
	padding:5px;
}

table.detail th{
	width:25%;
	text-align:left;
	background:#f8f8f8;
	vertical-align:middle;
	font-weight:bold;
}

table.detail td{
	text-align:left;
	background:#ffffff;
}

/*recommend*/
.h3_reco{
	width:690px;
	display:block;
	color:#ffffff;
	font-size:90%;
	background:#467F33;
	padding:3px;
}
#recommend_box{
	display:block;
	width:690px;
	overflow:hidden;
}
#recmmend_sbox{
	border-bottom:1px solid #467F33;
	margin:0px;
	padding: 5px 5px 10px 5px;
}
#recmmend_sbox p,
#recmmend_sbox p a{
	color:#0E1BBB;
}
#recmmend_sbox p a:hover{
	color:#CC3434;
}

#recmmend_sbox li{
	margin:0px;
	padding-right:10px;
	float:left;
	list-style:none;
}

/*history*/
.h3_history{
	width:690px;
	display:block;
	color:#ffffff;
	font-size:90%;
	background:#ED9A02;
	padding:3px;
}
#history_box{
	margin:0px;
	padding: 0px 0px 25px 0px;
}

#history_iframe{
	width:690px;
	display:block;
	scrolling:no;
	height:100%;
	margin:0;
	padding:0;
}
#history_sbox{
	border-bottom:1px solid #ED9A02;
	margin:0px;
	padding: 5px 0px 10px 0px;
}
#history_sbox p,
#history_sbox p a{
	color:#0E1BBB;
	margin:0;
	padding:0;
}
#history_sbox p a:hover{
	color:#CC3434;
	margin:0;
	padding:0;
}
#history_sbox li{
	margin:0px;
	padding-right:10px;
	float:left;
	list-style:none;
}



/*================================================
 *  サブコンテンツ
 ================================================*/
#co_box{
	margin: 0px 0px 40px 0px;
}
#co_box_s{
	margin: 0px 0px 17px 0px;
}

h4 {
    margin-bottom:0.25em;
    font-size:15px;
	font-weight:bold;
    color:#555;
	border-bottom:1px solid #BBBBBB;
}

#co_box_s li{
	list-style-type:decimal;
	padding-top:2px;
	padding-left: 1.2em;
	text-indent: -1.4em;
	margin-left: 1.7em\9; /* IE10以下 */
	padding-left: 0.0em\9; /* IE10以下 */
	text-indent: -0.0em\9; /* IE10以下 */
}

#co_box_s p{
	padding-left: 0.1em;
}
#co_box_ss{
	margin-left:1.5em;
	margin-left: 0.0em\9; /* IE10以下 */
}
#co_box_ss li{
	list-style-type:disc;
	padding-left: 0.0em;
	text-indent: -0.15em;
}


/*================================================
 *  フッター
 ================================================*/
footer {
    clear:both;
}

.footmenu {
    width:100%;
    padding:20px 0px 10px 0px;
    overflow:hidden;
    border-top:1px dotted #ccc;
    border-bottom:1px dotted #ccc;
}
.footmenu ul {
    position:relative;
    float:left;
    left:50%;
    margin:0;
}
.footmenu li {
    position:relative;
    left:-50%;
    float:left;
    list-style:none;
    padding:0 10px;
    text-align:center;
	padding-top:5px;
}

.copyright {
    clear:both;
    padding:20px 0;
    font-size:11px;
    text-align:center;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
    position:fixed;
    bottom:15px;
    right:15px;
}
.totop a {
    display:block;
    text-decoration:none;
}
.totop img {
    background:#5EAB47;/*#f19500*/
	border-radius: 3px;
}
.totop img:hover {
    background:#467F33;/*#e78f00*/
	border-radius: 3px;
}

/*================================================
 *  クラス
 ================================================*/
.textL {
    text-align:left;
}

.textR {
    text-align:right;
}

/*
.list {
    padding:0 0 0 0.5em;
}
.list li {
    margin:0;
    padding:0 0 0 15px;
    list-style:none;
    background:url(../images/check.png) 0 5px no-repeat;
}*/

.photo {
    overflow:hidden;
    margin:20px 0;
    padding:10px;
    border:5px solid #ddd;
    background:#fff;
}

.imgL {
    float:left;
    margin:0 10px 10px 0;
}

.imgR {
    float:right;
    margin:0 0 10px 10px;
}

.info dt {
    border-bottom:none;
}
.info dd {
    padding-bottom:1em;
    border-bottom:1px solid #ddd;
}

/*================================================
 *  トップエリア検索
 ================================================*/
.area_search_box{
	width:960px;
	margin:20px auto;
}

.area_search_box_s{
	width:960px;
	margin:0 auto;
	padding:20px 20px;
	background-color: #F2F2F2;
	border-radius: 5px;
}

.area_search_box_s h2{
	font-size: 28px;
}

.area_search_box_s p{
	font-size: 18px;
	padding-bottom:15px;
	margin-bottom:25px;
	border-bottom:1px solid #CCCCCC;
}

.area_search_box_s h3,
.area_search_box_s ul,
.area_search_box_s ul>li {
	line-height: 35px;
	float: left;
	list-style-type:none;
}

.area_search_box_s {
	margin-top: 30px;
}

.area_search_box_s a, .area_search_box_s>section {
	font-size: 16px;
}

.area_search_box_s>section+section {
	margin-top: 10px;
}

.area_search_box_s h3 {
	width: 6.2em;
	margin-right: 20px;
	text-align: right;
}

.area_search_box_s ul li {
	margin-left: 10px;
}
.area_search_box_s ul li a {
	display: inline-block;
	padding: 2px 10px;
	background: #F9FCF8;
	border: 1px solid #467F33;
	border-radius: 5px;
	box-sizing: border-box;
	color: #467F33;
	transition: .3s cubic-bezier(.23, 1, .32, 1);
	transition-property: background-color border-color color;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
}
.area_search_box_s ul li a:hover {
	border-color: #67B650;
	background-color: #67B650;
	color: #FFF;
}

.cf {
	padding-left: 25px;
}
.cf:after {
	content: ''
}
.cf:after {
	height: 0;
	overflow: hidden;
}
.cf:after, section {
	display: block;
}
.cf, .sg-search_rowinput, .sg-sort {
	zoom: 1
}
.cf:after {
	clear: both;
	visibility: hidden;
}
