@charset "utf-8";

div#mainArea { width:980px; float:none; }
div#recruitIndex { padding-bottom:30px; }
div#recruitIndex .buttonArea { background:url(/company/recruit/img/bg_line_h.gif) repeat-x left bottom; padding-top:20px; padding-bottom:12px; *padding-bottom:20px; margin-bottom:16px; }
div#recruitIndex .buttonArea2 { padding-top:20px; margin-bottom:15px; }
div#recruitIndex .buttonBlock { margin-bottom:8px; }
div#recruitIndex .button { float:left; margin-right:10px; position:relative; }
div#recruitIndex .last { margin-right:0; }
div#recruitIndex .button .state { position:absolute; right:16px; bottom:16px; }
div#recruitIndex .button dl { padding:12px; }
div#recruitIndex .button dd { padding:4px; line-height:160%; color:#0b3361; }
div#recruitIndex .button300px { width:300px; background:url(/company/recruit/img/bg_frame300px_bottom.gif) no-repeat left bottom; }
div#recruitIndex .button300px dl { background:url(/company/recruit/img/bg_frame300px.gif) no-repeat left top; min-height:144px; _height:144px;  }
div#recruitIndex .button300px dt { background:url(/company/recruit/img/bg_line_h.gif) repeat-x left bottom; padding:8px 4px 15px; margin-bottom:6px; }
div#recruitIndex .button300px dd { padding-right:70px; }
div#recruitIndex .button455px { width:455px; background:url(/company/recruit/img/bg_frame455px_bottom.gif) no-repeat left bottom; }
div#recruitIndex .button455px dl { background:url(/company/recruit/img/bg_frame455px.gif) no-repeat left top; min-height:62px; _height:62px; padding-right:80px; }
div#recruitIndex .button455px dt { padding:4px 4px 6px; }
div#recruitIndex .button455px dd { font-size:87%; line-height:130%; }
div#recruitIndex .button920px { width:920px; background:url(/company/recruit/img/bg_frame920px_bottom.gif) no-repeat left bottom; }
div#recruitIndex .button920px dl { background:url(/company/recruit/img/bg_frame920px.gif) no-repeat left top; min-height:62px; _height:62px; }
div#recruitIndex .button920px dt { background:url(/company/recruit/img/bg_line_h.gif) repeat-x left bottom; padding:8px 4px 15px; margin-bottom:6px; }
div#recruitIndex .button920px dd { line-height:160%; }
div#recruitIndex .button920px dd .mb { line-height:2.0; }
.carreratention{ clear:both; font-size:87%; height:30px !important; padding-top:5px !important;}
div#contentsFrame h4 {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 2px solid #D9E1E8;
    font-size: 108%;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 8px;
}

#topics {
    margin-bottom: 40px;
}
#topics dt, #topics dd {
    font-size: 93%;
    margin-bottom: 5px;
}
#topics dt {
    clear: left;
    color: #2794E9;
    float: left;
    font-weight: bold;
    padding-left: 20px;
    width: 80px;
}
#topics dd {
    margin-left: 60px;
}

#topics dt a:active,
#topics dt a:hover,
#topics dd a:active,
#topics dd a:hover{
	color:#0092F2 !important;
}

#topics dd a:visited{
	color:#1F5FA8 !important;
}

.red_font{
	color: #F00!important;
}



/* recruitType
*****************************************/
.recruitType {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 920px;
  font-family: 'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro',verdana,'メイリオ',Meiryo,'ＭＳ Ｐゴシック', sans-serif;
}
.recruitType_entry {
  box-sizing: border-box;
  min-height: 168px;
  border: 8px solid #e4eaf1;
  margin-top: 8px;
  position: relative;
}
.column1 .recruitType_entry {
  width: 100%;
  min-height: 133px;
}
.column2 .recruitType_entry {
  width: calc((920px - 8px) / 2);
}
.column3 .recruitType_entry {
  width: calc((920px - 16px) / 3);
}
.recruitType_entry a {
  text-decoration: none;
}
.recruitType_entry::before{
  content: '';
  width: 8px;
  height: 8px;
  background: #163162;
  position: absolute;
  top: -8px;
  left: -8px;
}
.recruitType_entry.wanted::after{
  width: 54px;
  height: 54px;
  background: #fff40c;
  position: absolute;
  right: 10px;
  bottom: 10px;
  content: '募集中';
  color: #0093f7;
  text-align: center;
  line-height: 54px;
  font-weight: bold;
  font-size: 13px;
}
.recruitType_entry.end::after{
  width: 54px;
  height: 42px;
  background: #999999;
  position: absolute;
  right: 10px;
  bottom: 10px;
  content: '募集\A終了';
  white-space: pre;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  font-size: 13px;
  padding-top: 12px;
}
.recruitType_entry h3 {
  border-bottom: 1px solid #e4eaf1;
  margin: 0;
  padding: 12px 5px;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  color: #163162;
  position: relative;
}
.recruitType_entry h3::before{
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 3px #163162;
  border-right: solid 3px #163162;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
}
.recruitType_entry p {
  margin: 0;
  padding: 12px 5px;
  font-size: 14px;
  font-weight: bold;
  color: #163162;
}































