@charset "UTF-8";

body { font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro",'メイリオ', Meiryo,  Osaka, "MS Pゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;}

/*  link 
-----------------------------------------------------------------------------*/
#recruit_page a {
  color: #1F60B1;
  text-decoration: none;
}
/*
#recruit_page a:visited {
  color: #0a62d0!important;
  text-decoration: none;
}
#recruit_page a:hover {
  color: #d71d1d;
  text-decoration: underline;
}

*/
#recruit_page a img { border: 0; }


/*  align
-----------------------------------------------------------------------------*/
#recruit_page .align_r { text-align: right; }
#recruit_page .align_c { text-align: center; }
#recruit_page .align_l { text-align: left; }
#recruit_page .valign_m { vertical-align: middle; }

/*  float 
-----------------------------------------------------------------------------*/
#recruit_page .fl { float: left; }
#recruit_page .fr { float: right; }

#recruit_page .clear:after {
  height: 0;
  display: block;
  clear: both;
  content: " ";
}

/**/
#recruit_page input, select {
  font-size: 100%;
  margin: 3px 0;
  padding-bottom: 5px;
  padding-top: 5px;
}

#recruit_page select {
  margin: 0 0 10px;
  height: 30px;
}



#recruit_page .p_r{position: relative; width: 100%;}
#recruit_page .p_a{position: absolute; width: 100%;}

/*調整*/
.office_link{
	background : #0b508e;
	color : white;
	padding : 4px 10px;
	line-height : 1;
	display : inline-block;
	font-size : 12px;
	font-weight : bold;
	border-radius : 4px;
}
.top-topic-list li{
	padding : 0 0 0.5em 0;
}
.top-topic-list li a{
	padding-left: 2em;
	text-indent: -1em;
	display: block;
}
.top-topic-list li a:before{
	font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f105";
    font-size: 1.2em;
	margin-right : 10px;
}
.listDate{
	display : none;
}