@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:#000000;
	box-sizing:border-box;
    font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    line-height:1.6;
}

header {
    width:100%;
    margin:0px auto;
}

nav {
    width:100%;
}



#subnav {
    display:none;
}

a {
    color:#000;
	text-decoration: none;
}


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 1em 0;
}

img {
    vertical-align:bottom;
}

em {
    font-weight:bold;
}

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

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;
}


table {
    width:100%;
    margin-bottom:1em;
    border-collapse:collapse;
    border:1px solid #ddd;
}
th {
    padding:10px;
    text-align:center;
    vertical-align:middle;
    border:1px solid #ddd;
    background:#f5f5f5;
}
td {
    padding:10px;
    text-align:left;
    border:1px solid #ddd;
}

/*================================================
 *  ヘッダー
 ================================================*/
#intro {
	margin:10px 0px 15px 0px;
	text-align:center;
    background:#ffffff;
    overflow:hidden;
}

#logo img{
	width:90%;
}

#logo a:hover{
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.summary {
    clear:both;
}

/*================================================
 *  検索ナビゲーション（トップページ）
 ================================================*/
.nav_sp{
	margin:20px auto;
	padding: 0px 20px;
	overflow:visible;
}

.search_sp {
    list-style:none;
    margin:5px 0px 5px 0px;
    padding:0;
	/* width: 39.5%; */
	zoom: 1;
}

.search_sp dt {
	font-size:1.2em;
	color:#467F33;
	padding-left:5px;
}

.search_sp input[type="text"],
.search_sp input[type="submit"] {
	width:100%;
	height: 35px;
	margin-bottom: 10px;
	border: 1px solid #777777;
	
}

.search_sp input[type="text"] {
	line-height: 40px\9;
	/*vertical-align: middle;*/
	border-radius: 3px;
	text-indent: 5px;
}

.search_sp input[type="text"]:focus {
	outline: none;
	box-shadow: 0 0 2px 0 #305a9a;
	border-radius: 3px;
}

.search_sp:after {
	content: "";
	display: block;
	clear: both;
}



/* 検索ナビbtn */
.btn_search_sp{
	margin-bottom: 15px;
	clear:both;
	overflow:hidden;
	position:relative;
	padding: 0 auto;
}

.btn_search_sp input[type="submit"] {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	width: 13.5%;
	font-size: 16px;
	font-size: 1.23077rem;
	font-weight: bold;
	text-shadow: 1px 1px 0 #000;
}
/*
.submit{
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:8px 0px 0px 0px;
	float:left;
}*/

.submit input{
	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{
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}


/*トップ検索ボタン２種*/
#btn_search_allsp{
	display: block;
	height: 0;
	overflow: hidden;
    width: 230px;
    height: 44px;
	margin: 15px auto 15px;
	background: url("../images/btn_search_allsp.png") top center no-repeat;
	background-size:cover;
	cursor:pointer;
}

#btn_search_hwsp{
	display: block;
	height: 0;
	overflow: hidden;
    border: 0px;
    width: 230px;
    height:44px;
	margin: 0px auto;
    background: url("../images/btn_search_hwsp.png") center top no-repeat;
	background-size:cover;
	cursor:pointer;
}

/*================================================
 *  検索ナビゲーション（一覧ページ）
 ================================================*/
.search_menu {
	width:95%;
	margin:0px auto;
	padding:0px auto;
	font-size:15px;
}
dl.search_menu dt {
	background:#989689 url(../images/open.png) 97% center no-repeat;
	border-bottom:1px solid #EEE;
	border-radius:2px;
	height:30px;
	text-indent:10px;
	line-height:30px;
	color:#ffffff;
	font-weight:bold;
	cursor:pointer;
	margin-bottom:0px;
}
dl.search_menu dt.open {
	background:#5EAB47 url(../images/close.png) 97% center no-repeat;
	color:#ffffff;
	margin-bottom:0px;
}

dl.search_menu dd {
	background:#EFEFE0;
	margin:0px;
	padding:0px;
	line-height:1.5;
	display:none;
}
dl.search_menu dd img {
	width:100%;
}
/*各種項目*/
.narrow{
	margin:0px auto;
	padding:0px 0px 10px 0px;
	background:#F3F3E9;
}

section {
	width:100%;
    margin:0px 0px 5px 15px;
	clear:both;
}
.box_narrow{
	display:block;
	width:40%;
	float:left;
	margin-right:20px;
}

.ti_narrow{
	margin:0px;
	padding:0px 7px 0px 0px;
	color:#467F33;
	text-align:left;
}

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


/* 検索一覧ナビbtn */
#search_btn{
	overflow:hidden;
	margin:0 auto;
	padding: 0 auto;
}

#search_btn input[type="submit"] {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
    width: 128px;
    height: 42px;
	font-size: 16px;
	font-size: 1.23077rem;
	font-weight: bold;
	text-shadow: 1px 1px 0 #000;
    position:relative;
    top:0;
    vertical-align:top;
}
/*
.submit{
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:8px 0px 0px 0px;
	float:left;

    position:absolute;
    top:0;
    vertical-align:top;
    right:0;


}*/

.submit_allh input{
	display:block;
    width: 128px;
    height: 42px;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
	border:none;
	margin:0 0;
	background:url("../images/btn_search_allsps.png") no-repeat 0 0;
	background-size:cover;
}
.submit_hwh input{
	display:block;
    width: 128px;
    height: 42px;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
	border:none;
	margin:0 0;
	background:url("../images/btn_search_hwsps.png") no-repeat 0 0;
	background-size:cover;
}

/*トップ検索ボタン２種*/
.submit_allh{
	display: block;
    width: 128px;
    height: 42px;
	margin: 7px 5px 0px 10px;
	background: url("../images/btn_search_allsps.png") top center no-repeat;
	cursor:pointer;
	float:left;
	background-size:cover;
}
.submit_hwh{
	display: block;
    border: 0px;
    width: 128px;
    height:42px;
	margin: 7px 5px 0px 10px;
    background: url("../images/btn_search_hwsps.png") center top no-repeat;
	cursor:pointer;
	float:left;
	background-size:cover;
}

#search_btn input:hover{
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/*================================================
 * ページナビ
 ================================================*/
.page_navi {
	display:block;
	margin:0px 0px 20px 0px;
}

.page_navi p{
	font-size:1.1em%;
	text-align:center;
	height:24px;
	line-height:24px;
	margin:15px 0 0px 0;
}

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

.page_navi ul{
	font-size:0.95em;
	text-align:center;
}
.page_navi li{
	display:inline;
	margin: 0px 1px;
}
.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.3em 0.5em;
	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.3em 0.5em;
	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;
}


/*================================================
 * 一覧ページ
 ================================================*/
.item_job{
	margin: 0px;
	padding:0px;
	text-decoration: none;
	border-bottom:2px solid #ddd;
}

.box_job{
	display:block;
	padding: 10px 5px 10px 5px;
	clear:both;
	
}

.box_job h3{
	font-size:100%;
	font-weight:bold;
	line-height:1.2em;
}

h3 {
    margin-bottom:0.5em;
    padding:0px 5px;
    /*color:#467F33;*/
    font-size:16px;
    /*border-bottom:1px solid #467F33;*/
}

.box_job p{
	font-size:100%;
	line-height:1.1em;
	margin:0;
	padding:1px 5px 1px 5px;
}

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


/*================================================
 *  詳細ページ
 ================================================*/

.ti_detail{
	width:100%;
	border-top:3px solid #5EAB47;
	background:#F3F3EB no-repeat left top;
	padding:7px 0px 8px 0px;
}

.ti_detail h2 {
    margin-bottom:0.2em;
    padding: 0px 10px 0px 10px;
    color:#000;
	line-height:120%;
	font-family:"メイリオ", Meiryo;
	font-size:1.2em;
	font-weight:bold;
}

.ti_detail p{
	margin:0;
	padding: 0px 10px 0px 10px;
	line-height:110%;
	font-family:"メイリオ", Meiryo;
	font-size:1.0em;
}
.job_date{
	padding-top:5px;
}

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


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

.option_detail ul{
	text-align:center;
}

.option_detail li{
	padding:2px 4px;
	margin:0 4px 8px 0;
	/margin:0 7px 6px 0;
	vertical-align:middle;
}

.option_detail li{
	color:#52963F;
	font-size:75%;
	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{
	width:90%;
	margin:0 auto;
	border:2px solid #E8E4DF;
	background:#F7F5F4;
}
.info_detail p{
	padding: 5px 7px 0px 7px;
	font-size: 0.8em;
}

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

.hwjob{
	font-weight:bold;
}

/*表組*/
.table_box{
	width:92%;
	margin:15px auto;
}

#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:130%;
	padding:5px;
	font-size: 0.9em;
}

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:97%;
	display:block;
	color:#ffffff;
	font-size:90%;
	background:#467F33;
	padding:3px;
}
#recommend_box{
	display:block;
	width:97%;
	overflow:hidden;
	margin:0;
	padding:0;
	font-size:85%;
}

#recmmend_sbox{
	margin:0px;
	padding: 3px 3px 3px 3px;
	border-bottom:1px solid #467F33;
	overflow:hidden;
}

#recmmend_sbox p,
#recmmend_sbox p a{
	color:#0E1BBB;
	padding:0;
	margin:0px;
}
#recmmend_sbox p a:hover{
	color:#CC3434;
	padding:0;
	margin:0px;
}

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

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

#history_iframe{
	width:97%;
	display:block;
	scrolling:no;
	height:100%;
	margin:0;
	padding:0;
}
#history_sbox{
	border-bottom:1px solid #ED9A02;
	margin:0px;
	padding: 3px 3px 3px 3px;
	overflow:hidden;
	font-size:85%;
}

#history_sbox p,
#history_sbox p a{
	color:#0E1BBB;
	padding:0;
	margin:0px;
}
#history_sbox p a:hover{
	color:#CC3434;
	padding:0;
	margin:0px;
}
#history_sbox ul li{
	margin:0px 10px 0px 0px;
	padding-right:0px;
	float:left;
	list-style:none;
}


/*その他ページ*/
#main {
	float:none;
	width:95%;
	margin: 0px auto;
}

#main h2{
	line-height:110%;
	font-family:"メイリオ", Meiryo;
	border-left:7px solid #5EAB47;
	font-size:1.3em;
	color:#382400;
	padding:7px 0 7px 10px;
	margin:0 0 20px 0;
	background:#F3F3EB url() no-repeat left top;
	border-radius: 2px;
}

#co_box_s{
	margin: 0px 0px 17px 0px;
}

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

#co_box_s li{
	list-style-type:decimal;
	padding-top:2px;
	padding-left:0.5em;
	padding-right: 0.5em;
	text-indent: -1.4em;
}
#co_box_s p{
	padding-left: 0.5em;
	padding-right: 0.5em;
}
#co_box_ss{
	padding-left: 15px;
}
#co_box_ss li{
	list-style-type:disc;
	padding-left:0.02em;
	text-indent: -0.1em;
}

#main a {
    color:#000;
	text-decoration:underline;
}

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

.table_link a{
	color:#000;
	text-decoration:underline;
}
.table_link a:hover{
	color:#CC3434;
}

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

.footmenu {
    width:100%;
	margin-top:40px;
    padding:10px 0;
    overflow:hidden;
    border-top:1px dotted #ccc;
    border-bottom:1px dotted #ccc;
}
.footmenu ul {
    position:relative;
    float:left;
    left:30%;
    margin:0;
}
.footmenu li {
    position:relative;
    left:-30%;
    float:left;
    list-style:none;
    padding:0 10px;
    text-align:center;
	padding-top:5px;
	font-size:0.9em;
	text-decoration:underline;
}

.copyright_sp {
    clear:both;;
    padding:10px 0;
    font-size:40%;
    text-align:center;
}

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


/*================================================
 *  クラス
 ================================================*/
.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;
}
