@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------------------------------------*/
/*　floatbutton.css
/*　カンタン応募
/*-----------------------------------------------------------------------------*/
/*------------------------
　　　フロート幅
------------------------*/
#floatButton {
	max-width: 920px;
}
.footmenu {
	margin:0 auto 90px; /*最下部表示位置の調整*/
}
#floatButton li {
	height: 50px;
}

/*------------------------
　　　ボタン左側
------------------------*/
.fb-L {
	background: #e94a39 98% 50% no-repeat url(/jobfind-pc/original/images/linkArrow2.png);
	opacity: 1;
}
.fb-L:hover {
	background-color: #e94a39;
}

#floatButton .fb-L a,
#floatButton .fb-L a:link,
#floatButton .fb-L a:visited {
	color: #fff !important;
}

/*------------------------
　　　ボタン右側
------------------------*/
.fb-R {
	background: #FA47AF 98% 50% no-repeat url(/jobfind-pc/original/images/linkArrow2.png);
	opacity: 1;
	transition: 0.2s;
}
.fb-R:hover {
	background-color: #0CC9D4;
}
#floatButton .fb-R a,
#floatButton .fb-R a:link,
#floatButton .fb-R a:visited {
	color: #fff !important;
}
/*-----------------------------------------------------------------------------*/
/*　デフォルト設定
/*-----------------------------------------------------------------------------*/
.footmenu {
	width: 100%;
}
#floatButton {
	border-collapse: separate;
	border-spacing: 0;
	position: fixed;
	table-layout: fixed;
	text-align: center;
	width: 100% !important;
	z-index: +1;
	font-size: 0;
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	align-items: center;
	left: 0;
	right: 0;
	margin: auto;
}
#floatButton li {
	width: 100%;
	font-size: 24px !important;
	font-weight: bold;
	margin: 0 auto !important;
	display: table;
}
#floatButton li a {
	display: table-cell;
	box-sizing: border-box;
	overflow: hidden;
	text-decoration:none!important;
	letter-spacing: 2px;
	text-align: center;
	vertical-align: middle;
}
#floatButton li a:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#floatButton li span {
	display: inline-block;
	padding: 0;
}
/*------------------------
     LINE応募ボタン
------------------------*/
#floatButton .line_oubo a {
	color:#fff!important;
	background-color:#00C300!important;
	border-color:#00C300!important;
}
#floatButton .line_oubo a:hover {
	background-color:#00E000!important;
	border-color:#00E000!important;
	color:#fff!important;
}
#floatButton .line_oubo a:active {
	background-color:#00B300!important;
	border-color:#00B300!important;
	color:#fff!important;
}

/* 最下部表示位置の調整 */
@media screen and (max-width: 768px) {
  #main .space {
    padding-bottom: 250px;
  }
}

.copyWrap {
  -webkit-text-size-adjust: 100%;
}