@charset "utf-8";

/*==================================================	
/ 共通
/=================================================*/

/* アラート */
.alert {
	padding: 10px;
	line-height: 150%;
	margin-bottom: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/* 失敗 */
.alert.is-error {
	color: #ee0000;
	border: 1px solid #ee0000;
	background-color: #ffc0cb;
}

/* 成功 */
.alert.is-success {
	color: #008000;
	border: 1px solid #008000;
	background-color: #eee8aa;
}

/* エラーメッセージ */
.error-message {
	padding: 10px;
	line-height: 150%;
	margin-top: 5px;
	color: #ee0000;
	border: 1px solid #ee0000;
}

/*==================================================	
/ PC
/=================================================*/


/* 求人詳細のGoogleマップ */
#gmap {
	width: 610px;
	height: 400px;
	margin-right: auto;
	margin-left: auto;
}

/*==================================================	
/ スマホ
/=================================================*/

/* スマホ版求人詳細のGoogleマップ */
#sp-gmap {
	width: 320px;
	height: 200px;
	margin-right: auto;
	margin-left: auto;
}

.sp-map-remarks {
	width: 96%;
	margin-bottom: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}

/* SNSアイコン */
#sns-icons {
	margin-top: 20px;
	margin-bottom: -20px;
	overflow: hidden;
	margin-left: 20px;
}

#sns-icons img {
	width: 70%;
}

#sns-icons .icn-fb,
#sns-icons .icn-tw,
#sns-icons .icn-line {
	display: table-cell;
}

/* 募集要項のメールアドレス */
.job-email,
.job-email:link {
	color: #4084d7;
}

.job-email:visited {
	color: #174e91;
}

/* 求人詳細のスライダー */
.bxslider-pager {
	display: table;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: -20px;
	margin-bottom: 20px;
}
.bxslider-pager a:hover {
	color: none;
}

/* 前へ */
.bxslider-pager-prev {
	display: table-cell;
	width: 20%;
	border: 1px solid #999;
	padding-top: 4px;
	padding-bottom: 4px;
}
/* 前の矢印 */
.bxslider-arrow-prev{
  width: 8px;
  height: 8px;
  background: transparent;
  border-top: 2px solid #ee0000;
  border-left: 2px solid #ee0000;
  /* 回転 */
  transform: rotate(-45deg);
	margin: auto;
}

/* 次へ */
.bxslider-pager-next {
	display: table-cell;
	width: 20%;
	border: 1px solid #999;
	padding-top: 4px;
	padding-bottom: 4px;
}
/* 次の矢印 */
.bxslider-arrow-next{
  width: 8px;
  height: 8px;
  background: transparent;
  border-top: 2px solid #ee0000;
  border-right: 2px solid #ee0000;
  /* 回転 */
  transform: rotate(45deg);
	margin: auto;
}

/* リンク */
.bxslider-pager-links {
	display: table-cell;
	text-align: center;
	width: 60%
}

.bxslider-pager-links a {
	color: #ccc;
	font-size: 16px;
}

.bxslider-pager-links a:hover {
	color: #ee0000;
}