/*
index.html
*/
.index .grid {
  margin-top: 40px;
}

.index .tab_btns_container {
  border-bottom: 1px solid #d6d6d6;
}
.index .tab_btns {
  width: auto;
  float: right
}
.index .tab_btns:before, .index .tab_btns:after {
  content: " ";
  display: table;
}
.index .tab_btns:after {
  clear: both;
}
.index .tab_btns {
  *zoom: 1;
}
.index .tab_btns > li {
  width: 100px;
  height: 30px;
  float: left;
  margin-left: 2px;
  border: 1px solid #d6d6d6;
  border-bottom: none;
  background: #f7f7f7;
  text-align: center;
  line-height: 30px;
  box-sizing: border-box;
  cursor: pointer;
}
.index .tab_btns > li:first-child {
  margin-left: 0;
}
.index .tab_btns > li.current {
  background: #222222;
}
.index .tab_btns > li > a {
  display: block;
  font-size: 100%;
  line-height: 30px;
  color: #222;
}
.index .tab_btns > li.current > a {
  color: #ffffff;
}
.index .tab_btns > li.current > a:hover {
  opacity: 1;
}

.index #list_container {
  position: relative;
  width: 750px;
}
.index #list_container > div {
  display: none;
  margin-bottom: 20px;
}
/*.index #list_container > div.show_box {*/
  /*display: block;*/
/*}*/

.index #list_container > div > .news-wrapper {
  font-size: 100%;
  line-height: 1.714;
}

.index #list_container .item_thumb {
  position: relative;
  height: 160px;
  overflow: hidden;
  box-sizing: border-box;
}
.index #list_container .item_thumb img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.index #list_container .item_about {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 8px 12px 23px;
  background-color: #efefef;
  box-sizing: border-box;
}
.index #list_container .item_about:before {
  content: "";
  float: left;
  display: inline-block;
  height: 0;
  margin-top: -13px;
  padding-top: 58.35777%;
}
.index #list_container .item_about .news_excerpt,
.index #list_container .item_about .clone_excerpt {
  line-height: 22px;
  height: 66px;
  overflow: hidden;
}
.index #list_container .item_about time {
  display: block;
  margin-bottom: 4px;
  font-weight: bold;
  color: #00a7d7;
  font-size: 100%;
}
.index #list_container .item_category {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 117%;
}
.index #list_container .item_category > li {
  float: left;
  padding: 0 7px;
  line-height: 22px;
  font-size: 75%;
  color: #ffffff;
}

.index #list_container .item_category > li.study {
  background-color: #00a7d7;
}
.index #list_container .item_category > li.exam {
  background-color: #fabe00;
}
.index #list_container .item_category > li.info {
  background-color: #90c31f;
}
.index #list_container .item_category > li.event {
  background-color: #e34581;
}
.index #list_container .item_category > li.important {
  background-color: #ea5555;
}
.index #list_container .item_category > li.kpu {
  background-color: #8C51D0;
}
.index #list_container .item_category > li.search {
  background-color: #99959D;
}


.index #nav-cnt {
  text-align: center;
  margin-top: 50px;
}

.index #nav-cnt table {
  margin: 10px auto;
  border-collapse: collapse;
  display: none;
}

.index #nav-cnt table.is_active {
  display: block;
}

.index #nav-cnt table > tbody {
  display: inline-block;
}

.index #nav-cnt table td a {
  line-height: 1;
  display: block;
  width: 40px;
  border: 1px solid #d6d6d6;
  border-left: none;
  background-color: #f9f9f9;
  padding: 10px 0;
  color: #222222;
  font-size: 12px;
}

.index #nav-cnt table td:first-child a {
  border-left: 1px solid #d6d6d6;
}

.index #nav-cnt table td a.current {
  background-color: #222222;
  color: #ffffff;
}

.index #nav-cnt table td a.nav-first {
  padding: 10px 56px;
  background: #f9f9f9 url("/news/img/img-news-nav-cnt-first.png") no-repeat center center;
}

.index #nav-cnt table td a.nav-last {
  padding: 10px 56px;
  background: #f9f9f9 url("/news/img/img-news-nav-cnt-last.png") no-repeat center center;
}

/*
detail.html
*/
.detail .page-content-wrapper ul#news-type-wrapper {
  overflow: hidden;
  border-top: 1px solid #d6d6d6;
  padding: 18px 0;
  font-size: 14px;
}

.detail .page-content-wrapper ul#news-type-wrapper li {
  float: right;
  color: #ffffff;
  padding: 3px 7px;
  margin-right: 18px;
  font-size: 11px;
  margin-top: 4px;
}

.detail .page-content-wrapper ul#news-type-wrapper li:first-child {
  float: left;
  color: #00a7d7;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  margin-left: 16px;
  margin-top: 0;
}

.detail .page-content-wrapper .info {
  background-color: #90c31f;
}

.detail .page-content-wrapper .exam {
  background-color: #fabe00;
}

.detail .page-content-wrapper .study {
  background-color: #00a7d7;
}

.detail .page-content-wrapper .event {
  background-color: #e34581;
}

.detail .page-content-wrapper .important {
  background-color: #ea5555;
}
.detail .page-content-wrapper .kpu {
  background-color: #8C51D0;
}

.detail .page-content-wrapper h2 {
  margin-bottom: 25px;
  padding: 15px 18px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  background-color: #ebf8fc;
  font-size: 16px;
}

.detail .page-content-wrapper .content-wrapper {
  padding: 0 20px;
  font-size: 117%;
}
.detail .page-content-wrapper .content-wrapper p {
  font-size: 100%;
}

.detail .page-content-wrapper ul#winning-wrapper {
  margin-top: 20px;
}

.detail .page-content-wrapper ul#winning-wrapper .winning-wrapper-title {
  font-size: 16px;
  font-weight: bold;
}

.detail .page-content-wrapper ul#winning-wrapper .winning-wrapper-text {
  font-size: 14px;
}

.detail .page-content-wrapper h3 {
  position: relative;
  margin-bottom: 40px;
  padding: 2px 13px;
  border-left: 4px solid #00a7d7;
  border-bottom: none;
  font-size: 150%;
}

.detail .page-content-wrapper h3:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background: none;
}

.detail .page-content-wrapper .news-wrapper {
  display: block;
  background-color: #efefef;
  position: relative;
  font-size: 117%;
}

.detail .page-content-wrapper .news-wrapper .news-date {
  padding: 0 15px;
  padding-top: 6px;
  font-size: 12px;
  font-weight: bold;
}

.detail .page-content-wrapper .news-wrapper .news-text,
.detail .page-content-wrapper .news-wrapper .clone-text {
  padding: 0 15px;
  line-height: 22px;
  height: 66px;
  overflow: hidden;
}
.detail .page-content-wrapper .news-wrapper .news-text.no_omit {
  height: auto;
}

.detail .page-content-wrapper .news-wrapper .news-type-wrapper {
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
}

.detail .page-content-wrapper .news-wrapper .news-type-wrapper ul {
  overflow: hidden;
}

.detail .page-content-wrapper .news-wrapper .news-type-wrapper ul li {
  float: left;
  font-size: 11px;
  padding: 3px 7px;
}

.detail .page-content-wrapper .news-wrapper .news-type-wrapper ul li:first-child {
  border-left: none;
}

.detail .page-content-wrapper .news-wrapper .news-text-wrapper.type1 {
  height: 145px;
}

.detail .page-content-wrapper .news-wrapper .news-text-wrapper.type2 {
  height: 141px;
}

.detail .page-content-wrapper hr {
  display: block;
  margin: 40px 0;
}

.detail .page-content-wrapper .img-wrapper {
  height: 161px;
  overflow: hidden;
}

.detail .grid .col figure {
  width: 100%;
}
.detail .grid .col figure img {
  max-width: 100%;
  height: auto;
}

/* 20170329追�?? */
.detail .page-content-wrapper h3.accent {
  position: relative;
  margin-bottom: 0;
  padding: 8px 0;
  border-bottom: 2px solid #d6d6d6;
  border-left: none;
  font-size: 150%;
}
.detail .page-content-wrapper h3.accent:before {
  content: "";
  display: block;
  width: 41px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -2px;
  background: #00a7d7;
}

/* 20171006追�?? */
.dormitory {
  background: url(../img/dormitory/dormitory_bg_01.jpg) 0 0 no-repeat;
  padding-top: 40px;
  margin: -25px -20px 0;
  position: relative;
  z-index: 1;
}
.dormitory-heading,
.dormitory-point {
  background: url(../img/dormitory/dormitory_bg_02.png) center bottom no-repeat;
  position: relative;
  margin: 0 40px;
}
.dormitory-heading {
  padding: 40px;
  margin-bottom: 50px;
}
.dormitory-heading:before {
  content: "";
  display: block;
  width: 677px;
  height: 128px;
  position: absolute;
  top: -27px;
  left: -34px;
  background: url(../img/dormitory/dormitory_bg_03.png) 0 0 no-repeat;
}
.dormitory-heading:after {
  content: "";
  display: block;
  width: 673px;
  height: 177px;
  position: absolute;
  bottom: -32px;
  right: -24px;
  background: url(../img/dormitory/dormitory_bg_04.png) 0 0 no-repeat;
}
.dormitory-heading p:first-child {
  text-align: center;
  margin-bottom: 30px;
}
.dormitory-heading  + p {
  text-align: center;
}
.dormitory-student {
  position: relative;
  width: 100%;
  height: 503px;
  margin-bottom: 42px;
}
.dormitory-student li {
  position: absolute;
}
.dormitory-student li:first-child {
  top: 44px;
  left: 9px;
}
.dormitory-student li:nth-child(2) {
  top: 0;
  left: 234px;
}
.dormitory-student li:nth-child(3) {
  top: 33px;
  right: 22px;
}
.dormitory-student + div {
  display: table;
  margin: 0 auto 40px;
}
.dormitory-student + div p {
  display: table-cell;
  vertical-align: middle;
}
.dormitory-student + div p:first-child {
  padding-right: 20px;
}
.dormitory-point {
  padding: 34px;
  padding-top: 40px;
}
.dormitory-point:after {
  content: "";
  display: block;
  width: 704px;
  height: 345px;
  position: absolute;
  top: -19px;
  left: -24px;
  background: url(../img/dormitory/dormitory_bg_05.png) 0 0 no-repeat;
}
.dormitory-point > p {
  text-align: center;
  margin-bottom: 20px;
}
.dormitory-point > div {
  display: table;
  margin: 0 auto 50px;
}
.dormitory-point > div p {
  display: table-cell;
  vertical-align: middle;
}
.dormitory-point > div p:nth-child(2) {
  padding-left: 10px;
  padding-top: 18px;
}
.dormitory-point > div p em {
  color: #fb415f;
  font-weight: bold;
}
.dormitory-point ul:after {
  content: "";
  display: table;
  clear: both;
}
.dormitory-point li {
  width: 262px;
  float: right;
  position: relative;
}
.dormitory-point li:first-child {
  float: left;
  position: relative;
}
.dormitory-point li:first-child:after {
  content: '';
  display: block;
  width: 21px;
  height: 103px;
  position: absolute;
  top: 112px;
  right: -44px;
  background: url(../img/dormitory/dormitory_img_07.png) 0 0 no-repeat;
}
.dormitory-point .txt {
  margin-left: -21px;
  margin-bottom: -20px;
  position: relative;
  z-index: 100;
}
.dormitory > p:last-child {
  position: relative;
  top: -33px;
  left: 30px;
  margin-bottom: 0;
}