/* Recruit CSS for all device */

@import url("recruit_pc.css") screen and (min-width:768px);
@import url("recruit_mobile.css") screen and (max-width:767px);


div#main div#wrapper ul#divider {
  overflow: auto;
}
div#main div#wrapper .columns {
  margin-left:2px;
  padding: 5px;
  border: 1px dashed #48fd38;
}
div#main div#wrapper dl {
  overflow: auto;
  margin: 20px auto 20px;
}
dl#recruitment dt {
  clear: both;
  float: left;
}
div#no-recruitment {
  font-size: 16px;
  font-weight: bolder;
  color: #777;
  padding-left: 20px;
}

div#main div#wrapper p#last-comment {
  font-weight: bolder;
}
dl#company dt {
  color: #ff66cc;
  font-size: 14px;
  font-weight: bolder;
}
#six-points {
  list-style-type: square;
  font-size: 12px;
}
.comment {
  color: #777;
}
.monospacedFont {
  font-family: Consolas, 'Courier New', Courier, Monaco, monospace;
}
