@charset "UTF-8";

/* 採用担当者様へ用CSS */

/* ---------------------------------------------------------------------- */
/* コンテンツ */
/* ---------------------------------------------------------------------- */
#sub-navi a p::before {
    left: -.7em;
}


/* ---------------------------------------------------------------------- */
/*  */
/* ---------------------------------------------------------------------- */
div.download p
{
	margin-bottom: .4em!important;
}

div.download a
{
	padding-left: 20px;
	text-decoration: underline;
	margin-bottom: 1em!important;
	display: block;
	position: relative;
	color: #666;
}

div.download a:hover
{
	color: red;
}

div.download a::before
{
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 3px;
  width: 0;
  height: 0;
  margin-top: -7px;
  border-top: 7px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #EF858C;
}


/* ---------------------------------------------------------------------- */
/*  */
/* ---------------------------------------------------------------------- */
