@charset "UTF-8";

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

/* ---------------------------------------------------------------------- */
/* コンテンツ */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/*  */
/* ---------------------------------------------------------------------- */
div.download h3{
	color:#e86d73;
}
div.download p
{
	margin-bottom: .4em!important;
}

div.download a
{
	padding-left: 20px;
	text-decoration: underline;
	margin: 2em 0 !important;
	display: block;
	position: relative;
	color: #666;
	font-weight:700;
}

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 #80a9d7;
}


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