/*********************************************************************/
/* トップページ下部に固定のボタン
/*********************************************************************/

#top_fixed_base {
    position:relative;
}
#fixed_wrap {
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    z-index:1000;
}
ul#ul_top_fixed {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-grow: 1;
    margin:auto;
    position: relative;
}
ul#ul_top_fixed li {
    display: flex;
    text-align: center;
    border-radius: 10px;
}
ul#ul_top_fixed li:not(#li_pagetop) {
    flex-grow: 1;
    justify-content: center;
}
ul#ul_top_fixed li#li_pagetop {
}
ul#ul_top_fixed a {
    color: #fff!important;
    padding: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    border-radius: 10px;
    background: url(/jobfind-pc/original/images/bg_btn-cmn_off.png) left center repeat-x;
    background-size: contain;
    box-shadow: 0 -1px 0 0 #2ff187, 0 2px 0 0 #1bb721;
}
/*********************************************************************/

/*外枠：下地*/
#fixed_wrap {
	background-color:transparent;
	padding: 1em;
}
/*内枠：最大幅*/
#ul_top_fixed {
	margin:auto;
    max-width: 980px;
}
#ul_top_fixed li + li {
    margin-left:1em;
}
#ul_top_fixed a{
	text-decoration:none!important;
}

/*通常ボタン*/
#ul_top_fixed li {
    background-color:#32a735;
}
#ul_top_fixed li:not(#li_pagetop) a{
/*	border:1px solid #000;*/
    background-color:#32a735;
    color:#fff!important;
    padding: 1em;
    font-size: 18px;
    font-weight: bold;
}
#ul_top_fixed li:not(#li_pagetop) a:hover,
#ul_top_fixed li:not(#li_pagetop) a:active{
    background-image: url("/jobfind-pc/original/images/bg_btn-cmn_on.png");
/*
	background-color:#fff;
	color:#32a735!important;
*/
}

/*ページトップボタン*/
#ul_top_fixed li#li_pagetop {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
/*    border: 1px solid #000;*/
    background-color: #32a735;
    border-radius: 10px;
    background: url(/jobfind-pc/original/images/bg_btn-cmn_off.png) left center repeat-x;
    background-size: contain;
    box-shadow: 0 -1px 0 0 #2ff187, 0 2px 0 0 #1bb721;
}
#ul_top_fixed li#li_pagetop a {
/*    background-color:#32a735;*/
    color:#fff!important;
    padding: 1em;
    position: relative;
}
#ul_top_fixed li#li_pagetop a:hover,
#ul_top_fixed li#li_pagetop a:active{
    background-image: url("/jobfind-pc/original/images/bg_btn-cmn_on.png");
/*
	background-color:#fff;
	color:#32a735!important;
*/
}

@font-face {
  font-family: recop-iconfonts;
  src: url("../../original/css/option/font/recop-iconfont.eot?") format("eot"),
       url("../../original/css/option/font/recop-iconfont.woff") format("woff"),
       url("../../original/css/option/font/recop-iconfont.ttf") format("truetype"); }

#ul_top_fixed li#li_pagetop a span:after {
    position: absolute;
    right: 0;
    left: 0;
    top: 15px;
    display: block;
    content: "\E844";
    font-family: recop-iconfont;
    font-size: 25px;
    line-height: 1;
    color: #fff;
}

ul#ul_top_fixed br {
    display: none;
}
@media screen and (max-width: 640px){
  #ul_top_fixed li:not(#li_pagetop) a {
    font-size: 16px;
  }
  #ul_top_fixed li + li {
    margin-left: 0.5em;
  }
}
@media screen and (max-width: 510px){
  #ul_top_fixed li:not(#li_pagetop) a {
    padding: 0.5em 1em;
  }
  ul#ul_top_fixed br {
    display: block;
  }
}
@media screen and (max-width: 374px) {
  #ul_top_fixed li:not(#li_pagetop) a {
    font-size: 14px;
    padding: 0.5em 0.2em;
  }
}

/*フッターのheight調整*/
#footer {
    height: 270px!important;
}
#footer .content .free {
    height: 270px!important;
}
#main .space {
    padding-bottom: 270px;
}