@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700);
/*
 本ファイルはSSIでincludeされる場合もあるため、url()関数等で外部ファイルを
 読み込む場合には、配置場所からの相対パスではなく、絶対パスを使用すること。
 */
/* for /daigaku */
.viewPC {
  display: none;
}

.viewSP {
  display: block;
}

/* recommendCont */
#contents .recommendCont .tabBox ul li {
  width: calc(25% - 3px) !important;
  font-size: 12px;
  letter-spacing: -0.02em;
  display: block;
  float: left;
  vertical-align: bottom;
  padding-right: 4px;
}
#contents .recommendCont .tabBox ul li div {
  padding-right: 0;
}
#contents .recommendCont .tabBox ul li a {
  padding: 7px 0;
}
#contents .recommendCont .tabBox ul li a.cur {
  margin-top: 5px;
}
#contents .recommendCont .tabBox ul li:last-child {
  padding-right: 0;
}
#contents .recommendCont .tabBox .tabContBox {
  background: none;
  border: none;
  padding: 15px 0 0;
}
#contents .recommendCont .tabBox .tabContBox .recommendBoxIn .recommendBox {
  margin: 0 0 10px 0;
}
#contents .recommendCont .tabBox .tabContBox .recommendBoxIn .recommendBox:last-child {
  margin-bottom: 0;
}
#contents .recommendCont .tabBox .tabContBox .recommendBoxIn .recommendBox a {
  display: table;
  width: 100%;
  border: 1px solid #ccc;
  table-layout: fixed;
  text-decoration: none;
  box-sizing: border-box;
}
#contents .recommendCont .tabBox .tabContBox .recommendBoxIn .recommendBox a .pic, #contents .recommendCont .tabBox .tabContBox .recommendBoxIn .recommendBox a .txt {
  display: table-cell;
  vertical-align: middle;
}
#contents .recommendCont .tabBox .tabContBox .recommendBoxIn .recommendBox a .pic {
  width: 90px;
}
#contents .recommendCont .tabBox .tabContBox .recommendBoxIn .recommendBox a .pic figure {
  overflow: hidden;
  position: relative;
  width: 90px;
  height: 100px;
}
#contents .recommendCont .tabBox .tabContBox .recommendBoxIn .recommendBox a .pic figure img {
  max-height: 100%;
  width: auto;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  max-width: none;
}
#contents .recommendCont .tabBox .tabContBox .recommendBoxIn .recommendBox a .txt {
  padding: 0 10px;
}
#contents .recommendCont .tabBox .tabContBox .recommendBoxIn .recommendBox a .txt h3 {
  color: #293b60;
  font-size: 14px;
  line-height: 1.25;
}
#contents .recommendCont .tabBox .tabContBox .recommendBoxIn .recommendBox a .txt .status {
  padding-bottom: 0 !important;
  line-height: 1;
  margin-top: 8px;
  letter-spacing: -0.40em;
}
#contents .recommendCont .tabBox .tabContBox .recommendBoxIn .recommendBox a .txt .status span {
  display: inline-block;
  letter-spacing: 0;
  font-size: 10px;
  color: #333;
}
#contents .recommendCont .tabBox .tabContBox .recommendBoxIn .recommendBox a .txt .status span.category {
  font-weight: bold;
  width: 76px;
  text-align: center;
  padding: 3px 0;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-right: 5px;
}
#contents .recommendCont .tabBox .tabContBox .recommendBoxIn .recommendBox a .txt .status span.category.aqua {
  color: #0091d7;
}
#contents .recommendCont .tabBox .tabContBox .recommendBoxIn .recommendBox a .txt .status span.category.green {
  color: #75a12f;
}
#contents .recommendCont .tabBox .tabContBox .recommendBoxIn .recommendBox a .txt .status span.category.pink {
  color: #d13674;
}
#contents .recommendCont .tabBox .tabContBox .recommendBoxIn .recommendBox a .txt .status span.category.orange {
  color: #fd7700;
}
#contents .recommendCont .tabBox .tabContBox .recommendBoxIn .recommendBox a .txt .status span.category.blue {
  color: #016b7e;
}
#contents .recommendCont .tabBox .tabContBox .recommendBoxIn .recommendBox a .txt .status span.category.gray {
  color: #999;
}
#contents .recommendCont .moreBtn {
  max-width: 458px;
  margin: 15px auto 0;
}
#contents .recommendCont .moreBtn a {
  display: block;
  background: #e8e8e8;
  text-align: center;
  color: #293b60;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
#contents .recommendCont .moreBtn a span {
  font-weight: bold;
  display: inline-block;
  background: url(/daigaku/inc/resources/img/ico-arrow_down_001.png) right center no-repeat;
  background-size: 18px 11px;
  padding-right: 25px;
}
#contents .recommendCont .moreBtn a:hover {
  opacity: 0.7;
}

#formValue {
  font-size: 1px;
}
#univNameOrCodeValue {
  font-size: 1px;
}

/* DMPタグ用  */
.manabiuniv_frame ul li {
    margin-bottom:20px !important;
}
.dmp_mb {
    margin-bottom:20px !important;
}
.dmp_pb {
    padding-bottom:20px !important;
}

.dmp_mt {
    margin-top:20px !important;
}
.dmp_pt {
    padding-top:20px !important;
}
.dmp_mb_sm {
    margin-bottom:5px !important;
}

/*201711115追加（職学ランキング用）*/
.col2Box {
  padding-top:20px;
}
.col2Box .article .box {
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.col2Box .article .box .ttl {
  background: #f1f1f1;
  border-bottom: 1px solid #ddd;
  padding: 15px 20px;
}
.col2Box .article .box .ttl h3 {
  margin-bottom: 0;
  font-size: 15px;
}
.col2Box .article .box .ttl h3 br {
  display: none;
}
.col2Box .article .box .inner {
  padding: 20px;
}
.col2Box .article .rankBox_job {
  margin-bottom: 30px;
}
.col2Box .article .rankBox_job ul li {
  padding-left: 25px;
  background: url(/daigaku/inc/resources/img/ico-rank_002.png) left center no-repeat;
  background-size: 12px 12px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.col2Box .article .rankBox_job ul li span {
  display: inline-block;
  color: #293b60;
  font-weight: bold;
  padding-right: 10px;
}
.col2Box .article .rankBox_job ul li.first {
  background: url(/daigaku/inc/resources/img/ico-rank_001.png) left center no-repeat;
  background-size: 16px 11px;
}
.col2Box .article .rankBox_job ul li.up {
  background: url(/daigaku/inc/resources/img/ico-rank_003.png) left center no-repeat;
  background-size: 12px 12px;
}
.col2Box .article .rankBox_job ul li.down {
  background: url(/daigaku/inc/resources/img/ico-rank_004.png) left center no-repeat;
  background-size: 12px 12px;
}
.col2Box .article .rankBox_job .rankToggle {
  border-top: 1px solid #ddd;
  padding: 15px 0 0;
}
.col2Box .article .rankBox_job .rankToggle span {
  cursor: pointer;
  text-decoration: underline;
}
.col2Box .article .rankBox_job .rankToggle span:hover {
  text-decoration: none;
}
.col2Box .article .rankBox_learn {
  margin-bottom: 20px;
}
.col2Box .article .rankBox_learn ul li {
  padding-left: 25px;
  background: url(/daigaku/inc/resources/img/ico-rank_002.png) left center no-repeat;
  background-size: 12px 12px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.col2Box .article .rankBox_learn ul li span {
  display: inline-block;
  color: #293b60;
  font-weight: bold;
  padding-right: 10px;
}
.col2Box .article .rankBox_learn ul li.first {
  background: url(/daigaku/inc/resources/img/ico-rank_001.png) left center no-repeat;
  background-size: 16px 11px;
}
.col2Box .article .rankBox_learn ul li.up {
  background: url(/daigaku/inc/resources/img/ico-rank_003.png) left center no-repeat;
  background-size: 12px 12px;
}
.col2Box .article .rankBox_learn ul li.down {
  background: url(/daigaku/inc/resources/img/ico-rank_004.png) left center no-repeat;
  background-size: 12px 12px;
}
.col2Box .article .rankBox_learn .rankToggle {
  border-top: 1px solid #ddd;
  padding: 15px 0 0;
}
.col2Box .article .rankBox_learn .rankToggle span {
  cursor: pointer;
  text-decoration: underline;
}
.col2Box .article .rankBox_learn .rankToggle span:hover {
  text-decoration: none;
}
/*201711115追加（職学ランキング用）*/