@charset "UTF-8";

/* ================================================================

制作コンテンツ用
	
info:
- #contents 外の共通パーツなどに影響を与えないよう注意

================================================================ */

/* common */
.displaypc {
  display: block;
}
.displaysp {
  display: none;
}
#header990 {
  font-family: 'ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3' Osaka;
  width: 950px;
  text-align: left;
  margin: 0 auto;
  line-height: 1.1em;
  background-repeat: repeat-x;
}
.l-siteHeader {
  display: block;
}
.headerHelp img {
  width: 100%;
}

.footerMenu {
  clear: both;
  width: 950px;
  padding: 20px 0;
  margin: 0 auto;
}
.footerMenu ul::after {
  content: '';
  display: block;
  clear: both;
}
.footerMenu ul li {
  float: left;
  padding-right: 5px;
  margin-right: 5px;
  border-right: 1px solid #ccc;
  font-size: 10px;
}
.footerMenu ul li a {
  white-space: nowrap;
}
.footerMenu .recruitArea {
  width: 950px;
  margin: 10px auto 30px;
  padding-top: 30px;
  border-top: 2px solid #ccc;
}
.footerMenu .recruitArea a {
  color: #435b67;
  font-size: 10px;
  font-weight: bold;
  text-decoration: underline;
}
.contentsBody {
  width: 930px;
  margin: 0 auto;
  margin-bottom: 114px;
}

/* common sp */
@media screen and (max-width: 738px) {
  .displaypc {
    display: none;
  }
  .displaysp {
    display: block;
    padding-top: 4px;
  }
  .l-siteHeader {
    display: none;
  }
  .headerSP__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 40px;
    padding: 0 10px;
    border-bottom: 1px solid #d2d2d2;
    box-sizing: content-box;
  }
  .headerHelp {
    width: 40px;
    height: auto;
  }
  .jalanLogo {
    display: block;
    float: left;
    width: 95px;
    height: 35px;
    background: url("https://www.jalan.net/assets/img/common/logo_sprite_l.png") no-repeat;
    background-size: 263px 79px;
    text-indent: -999em;
  }
	
  .footer {
    margin-bottom: 52px;
    border-top: 1px solid #ccc;
  }
  .copyrightTM {
    padding: 0 10px;
    margin-top: 10px;
  }
  .copyrightTM a {
    color: #435b67 !important;
    font-family: 'メイリオ', 'ヒラギノ角ゴ Pro W3', Meiryo, 'ＭＳ Ｐゴシック', MS PGothic, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    text-decoration: underline;
  }
  .contentsBody {
    width: 100%;
    margin-bottom: 0;
  }
}


@media only screen and (max-width: 640px) {
  #header990 {
	width:100%;
}
}

@media only screen and (max-width: 640px) {
	
}


/* コンテンツ全体[
----------------------------------------------------------- */



/*totop マージン追加*/

.totop_margin2 {
    padding-top: 8px;
}