@charset 'UTF-8';
/* ==========================================================================
   Block module (in aside content)
   ========================================================================== */
/* Sign up button
   ========================================================================== */
.aside-signup {
  font-family: 'Meiryo', 'MS PGothic', sans-serif;
  font-weight: bold;
}
.aside-signup > a {
  font-size: 180%;
  line-height: 1.2;
  display: block;
  width: 200px;
  margin-bottom: 27px;
  padding: 30px 0 25px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 10px;
  background-color: #e94e30;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, .07)), color-stop(1, rgba(5, 0, 1, .07)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .07), rgba(5, 0, 1, .07));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .07)), to(rgba(5, 0, 1, .07)));
  background-image:         linear-gradient(to bottom, rgba(255, 255, 255, .07), rgba(5, 0, 1, .07));
  background-image: -webkit-gradient(linear, left top, left bottom, from(bottom), color-stop(rgba(255, 255, 255, .07)), to(rgba(5, 0, 1, .07)));
  background-image: -webkit-linear-gradient(top, bottom, rgba(255, 255, 255, .07), rgba(5, 0, 1, .07));
  background-image:         linear-gradient(top, bottom, rgba(255, 255, 255, .07), rgba(5, 0, 1, .07));
  -webkit-box-shadow: inset 0 0 1px rgba(5, 0, 1, .4);
          box-shadow: inset 0 0 1px rgba(5, 0, 1, .4);
}
.aside-signup > a.entry_btn {
  margin-bottom: 10px;
}
.aside-signup > a > span {
  font-size: 77.78%;
}
a.social_entry > img {
  margin-bottom: 10px;
}

/* List module
   ========================================================================== */
.mod-aside-list {
  margin-bottom: 10px;
}
.mod-aside-list > ul > li,
.mod-aside-list > ol > li {
  overflow: hidden;
  zoom: 1;
  padding: 16px 0;
  border-top: 1px dotted #cfcfcf;
}
.mod-aside-list .title {
  font-family: 'Meiryo', 'MS PGothic', sans-serif;
  font-size: 140%;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
  color: #222;
}
.mod-aside-list .object {
  float: left;
  margin-right: 10px;
}
.mod-aside-list .body {
  overflow: hidden;
  zoom: 1;
}
.mod-aside-list.ranking .rank-number {
  line-height: 1;
  margin-bottom: 5px;
  color: #000;
}
.mod-aside-list.ranking .rank-number > span {
  font-family: 'Meiryo', 'MS PGothic', sans-serif;
  font-size: 175%;
  font-weight: bold;
}
.mod-aside-list.ranking .company-name {
  font-size: 83.33%;
  line-height: 1;
  margin-bottom: 6px;
}
.mod-aside-list.ranking .color-em {
  color: #f99723;
}
.mod-aside-list.default .title > a {
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  text-decoration: none;
  color: #222;

  *display: inline;
}
.mod-aside-list.default .date {
  font-style: oblique;
}
.mod-aside-list-2 {
  margin-bottom: 30px;
}
.mod-aside-list-2 .title {
  font-family: 'Meiryo', 'MS PGothic', sans-serif;
  font-size: 140%;
  font-weight: bold;
  margin-bottom: 10px;
  color: #222;
}
.mod-aside-list-2 li {
  display: table;
  width: 200px;
  height: 90px;
  margin-bottom: 5px;
  text-align: center;
  background-color: #fff;
}
.mod-aside-list-2 li:last-child {
  margin-bottom: 0 !important;
}
.mod-aside-list-2 li > a {
  display: table-cell;
  vertical-align: middle;
}
/* Banner list
   ========================================================================== */
.mod-aside-banner-list {
  margin-bottom: 30px;
}
.mod-aside-banner-list li {
  margin-bottom: 10px;
}
.mod-aside-banner-list li:last-child {
  margin-bottom: 0 !important;
}
/* My page menu
   ========================================================================== */
.aside-my-page-menu .logout {
  margin-top: 3px;
}
/* Aside flame
   ========================================================================== */
.mod-aside-flame {
  padding: 3px;
  border-radius: 3px;
  background-color: #daecfb;
}
.mod-aside-flame_title {
  font-size: 116.67%;
  padding: 12px;
  color: #222;
}
.mod-aside-flame_inner {
  border-radius: 3px;
  background-color: #fff;
}
/* Two knack
   ========================================================================== */
.mod-two-knack .inner {
  padding: 15px;
}
.mod-two-knack .two-knack-list {
  margin-bottom: 10px;
  padding-bottom: 23px;
  background: url(/common/img/module/job_process_arrow_bottom01.png) center bottom no-repeat;
}
.mod-two-knack .two-knack-list li {
  position: relative;
  padding-left: 1.2em;
}
.mod-two-knack .two-knack-list .icon {
  position: absolute;
  top: .2em;
  left: 0;
}
/* Scout browsed
   ========================================================================== */
.mod-scout-browsed .inner {
  padding: 15px;
}
.mod-scout-browsed .inner .note {
  font-size: 110%;
}
.mod-scout-browsed .scout-list li {
  padding: 13px;
  border-top: 1px solid #daecfb;
}
.mod-scout-browsed .scout-list .date {
  float: left;
  margin-right: 10px;
}
.mod-scout-browsed .scout-list .company {
  overflow: hidden;
  zoom: 1;
}