img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden; /*Chromeだけ画像が縮小されたときにぼけてしまう現象を避ける記述*/
}

p img {
  width: 120px;
}

#main_contents h3 {
  width: auto;
}

#main_contents h4 {
  width: auto;
}

#main_contents p {
  margin: 0 1em;
}

#main_contents table th,
#main_contents table td {
  padding: 0.5em;
}

.topbanner-sp {
  display: none;
}

/*	    Responsive Settings
-------------------------------------------------- */
@media screen and (max-width: 640px) {
  .topbanner-sp {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .topbanner-sp li {
    width: 49%;
    display: inline-block;
  }
}

/*部屋の利用案内*/
#main_contents div.facility {
  width: 45%;
}

/* .room-layout img{
 width:100%;
}*/

p.room img {
  width: 100%;
}

.room-info img {
  width: 100%;
}

/*	    Responsive Settings
-------------------------------------------------- */
@media screen and (max-width: 640px) {
  #main_contents div.facility {
    width: 90%;
    text-align: center;
  }

  #main_contents div.facility h4 {
    text-align: left;
    width: auto;
  }

  img {
    width: 100%;
  }

  div#roomB,
  div#roomD,
  div#roomF {
    margin-left: 10px;
    margin-right: 10px;
  }

  .room-info img {
    width: 80%;
    max-width: 300px;
  }
}

/* --------------------------------------------------
	就職?進学データ(タブ表示)
-------------------------------------------------- */

.tab {
  font-weight: bold;
  color: #fff;
  background-color: #e0e0e0;
  display: inline-block;
  border-radius: 0.75em 0.75em 0 0;
  height: 30px;
  width: 16.5%;
  font-size: 80%;
  line-height: 1.1;
  padding: 5px;
  vertical-align: bottom;
}

.tab:hover {
  /*  font-size: 14px;
        line-height: 1.2em; */
  cursor: pointer;
}

input:checked + .tab {
  /*	background-color: #990;
	font-size: 14px;
	line-height: 1.2em; */
}

/*	    Responsive Settings
     -------------------------------------------------- */
@media screen and (max-width: 640px) {
  .tab {
    width: 15.2%;
    font-size: 70%;
  }
}

.tabbox input {
  display: none;
}

.tabbox {
  background-color: #aa626b;
}

.tabcontent {
  background-color: #fff;
  display: none;
  padding: 2%;
  border: 4px solid;
}

#tabcheck0:checked ~ #tabcontent0 {
  display: block;
  border-color: #aa626b;
}

#tabcheck1:checked ~ #tabcontent1 {
  display: block;
  border-color: #bf9213;
}

#tabcheck2:checked ~ #tabcontent2 {
  display: block;
  border-color: #cf5b82;
}

#tabcheck3:checked ~ #tabcontent3 {
  display: block;
  border-color: #ce7233;
}

#tabcheck4:checked ~ #tabcontent4 {
  display: block;
  border-color: #00877b;
}

#tabcheck5:checked ~ #tabcontent5 {
  display: block;
  border-color: #0072ac;
}

/* ▼チェックが入っているラジオボタンの隣にあるタブの装飾(＝選択状態のタブ) */
input:checked + .tab {
  z-index: 10;
  position: relative;
}
/* ▼タブの中身(共通装飾＋非選択状態の装飾) */
.tabcontent {
  margin-top: -1px;
  z-index: 0;
  position: relative;
  margin-bottom: 3em;
}

/*チェックが入っていない時のタブの色*/

label.tab.se {
  background-color: #aa626b;
  display: block;
  width: auto;
  font-size: 1.1em;
  margin-top: 20px;
  padding: 10px;
  height: 20px;
  border-radius: 0.75em 0.75em 0 0;
  color: #d5b1b5;
}

label.tab.cc {
  background-color: #bfc989;
  margin-left: 4px;
}

label.tab.om {
  background-color: #e5a4ba;
}

label.tab.mc {
  background-color: #e7b999;
}

label.tab.es {
  background-color: #8cc9c4;
}

label.tab.di {
  background-color: #80b9b6;
}

/*ホバー時とチェックが入った時のタブの色*/

label.tab.se:hover,
input:checked + label.tab.se {
  background-color: #a4586c;
  color: #fff;
}

label.tab.cc:hover,
input:checked + label.tab.cc {
  background-color: #bf9213;
}

label.tab.om:hover,
input:checked + label.tab.om {
  background-color: #cf5b82;
}

label.tab.mc:hover,
input:checked + label.tab.mc {
  background-color: #ce7233;
}

label.tab.es:hover,
input:checked + label.tab.es {
  background-color: #00877b;
}

label.tab.di:hover,
input:checked + label.tab.di {
  background-color: #0072ac;
}

/* --------------------------------------------------
	就職?進学データ
-------------------------------------------------- */
#data table {
  width: 95%;
  text-align: center;
  margin: 0 auto;
  font-size: 75%;
}

#data img {
  width: 100%;
  height: auto;
}

#data p.picture {
  margin: 0;
}

#main_contents #TabList li.tab-faculty {
  display: block;
}

#main_contents #TabList li {
  float: none;
  display: inline-block;
  margin: 2px 0 0;
}

#main_contents #TabList {
  width: auto;
  padding: 0 10px;
}

/* 学部?大学院 データ */
#main_contents div#dep0 {
  background: none;
  border: solid 5px #aa626b;
}

#main_contents #TabList li a {
  text-indent: 0px;
  text-decoration: none;
  font-size: 0.85em;
  text-align: center;
  height: auto;
  padding: 10px 0 3px;
}

#main_contents #TabList li a#tab0 {
  width: 120px;
  background: none;
  padding-top: 5%;
  display: block;
}

#main_contents #TabList li a#tab1,
#main_contents #TabList li a#tab2,
#main_contents #TabList li a#tab3,
#main_contents #TabList li a#tab4,
#main_contents #TabList li a#tab5 {
  /* float: left; */
  width: 120px;
  height: auto;
  margin-left: 0px;
  background-image: none;
  border-radius: 5px 5px 0 0;
}

#main_contents div.depSection h3,
#main_contents div.depSection h4,
#main_contents div.depSection > p,
#main_contents div.depSection ul {
  width: auto;
  margin: 0 15px;
}

/* 学科ごとのデータ前後に枠（ボーダー）を付ける */
#main_contents div#dep0:before {
  display: none;
}

#main_contents div.depSection {
  width: auto;
}

#main_contents #TabList li a#tab1 {
  background-image: none;
  background: #f6ed81;
}
#main_contents #TabList li a#tab1:hover {
  background-image: none;
}

#main_contents #TabList li a#tab2 {
  background-image: none;
  background: #f6c8dd;
}
#main_contents #TabList li a#tab2:hover {
  background-image: none;
}

#main_contents #TabList li a#tab3 {
  background-image: none;
  background: #e6b86f;
}

#main_contents #TabList li a#tab3:hover {
  background-image: none;
}

#main_contents #TabList li a#tab4 {
  background-image: none;
  background: #3cb371;
}

#main_contents #TabList li a#tab4:hover {
  background-image: none;
}

#main_contents #TabList li a#tab5 {
  background-image: none;
  background: #76b0e5;
  margin-right: 5px;
}
#main_contents #TabList li a#tab5:hover {
  background-image: none;
  margin-right: 5px;
}

#main_contents .tabcontent table th {
  width: 20%;
}

/* 文部科学省分類 */
#main_contents div.tabcontent table th.nougyou {
  background-color: #c40018;
} /* 農業、林業 */
#main_contents div.tabcontent table th.kensetsugyou {
  background-color: #dc950f;
} /* 建設業 */
#main_contents div.tabcontent table th.syokuryohin {
  background-color: #eabc00;
} /* 食料品?飲料?たばこ?飼料製造業 */
#main_contents div.tabcontent table th.seni_kougyou {
  background-color: #e6b86f;
} /* 繊維工業 */
#main_contents div.tabcontent table th.insatsu {
  background-color: #ffef00;
} /* 印刷?同関連業 */
#main_contents div.tabcontent table th.kagaku {
  background-color: #dcce16;
} /* 化学工業、石油製品?石炭製品 */
#main_contents div.tabcontent table th.tekkou {
  background-color: #9bc589;
} /* 鉄鋼業、非金属、金属製品 */
#main_contents div.tabcontent table th.kikai {
  background-color: #87b73e;
} /* はん用?生産用?業務用機械器具 */
#main_contents div.tabcontent table th.densi {
  background-color: #379d49;
} /* 電子部品?デバイス?電子回路 */
#main_contents div.tabcontent table th.denki_kiki {
  background-color: #27743d;
} /* 電気?情報通信機械器具 */
#main_contents div.tabcontent table th.yusou_kiki {
  background-color: #35aae8;
} /* 輸送用機械器具 */
#main_contents div.tabcontent table th.sonota_seizou {
  background-color: #0080c8;
} /* その他の製造業 */
#main_contents div.tabcontent table th.denki_gas {
  background-color: #1255a2;
} /* 電気、ガス、熱供給、水道業 */
#main_contents div.tabcontent table th.jouhou {
  background-color: #424293;
} /* 情報通信業 */
#main_contents div.tabcontent table th.unyu {
  background-color: #5f2684;
} /* 運輸業、郵便業 */
#main_contents div.tabcontent table th.oroshiuri {
  background-color: #9b157f;
} /* 卸売業、小売業 */
#main_contents div.tabcontent table th.kinyuu {
  background-color: #772249;
} /* 金融業、保険業 */
#main_contents div.tabcontent table th.fudousan {
  background-color: #c29c61;
} /* 不動産業、物品賃貸業 */
#main_contents div.tabcontent table th.gakujutsu {
  background-color: #5f3b13;
} /* 学術研究、専門?技術サービス業 */
#main_contents div.tabcontent table th.kyouiku {
  background-color: #746957;
} /* 教育、学習支援業 */
#main_contents div.tabcontent table th.fukugou {
  background-color: #c3ba9b;
} /* 複合サービス事業 */
#main_contents div.tabcontent table th.sonota {
  background-color: #d9d8e0;
} /* サービス業（他に分類されないもの） */
#main_contents div.tabcontent table th.koumuin {
  background-color: #ff99cc;
} /* 公務員 */

/*	    Responsive Settings
-------------------------------------------------- */
@media screen and (max-width: 640px) {
  #main_contents #TabList {
    width: auto;
    margin: 0 10px;
    background: none;
  }

  #main_contents #TabList li {
  }

  #main_contents #TabList li #tab0 {
    float: none;
  }

  #main_contents div#dep0 {
    border: none;
    margin-left: 0;
  }

  #main_contents div.depSection table.job th,
  #main_contents div.depSection table.job td {
    display: block;
    width: auto;
  }

  #main_contents div.depSection table {
    margin: 0;
  }

  #main_contents .tabcontent table th,
  #main_contents .tabcontent table td {
    display: block;
    width: auto;
  }
}

/* --------------------------------------------------
	企業採用担当の皆様へ
-------------------------------------------------- */
#page-sys-career-recruit #cs_subject_header {
  background-image: url("/_themes/wakayama-u/sys/career/image/header_image/header_image_job2.jpg");
}

/*	    Responsive Settings
-------------------------------------------------- */
@media screen and (max-width: 640px) {
  #main_contents #recruit table th,
  #main_contents #recruit table td {
    padding: 5px 3px;
    text-align: center;
  }
}

/* --------------------------------------------------
	icon-font 設定
-------------------------------------------------- */
@font-face {
  font-family: "ico_wu_theme";
  src: url("/_themes/template/fonts/ico_wu_theme.eot?-wnrz3y");
  src: url("/_themes/template/fonts/ico_wu_theme.eot")
      format("embedded-opentype"),
    url("/_themes/template/fonts/ico_wu_theme.ttf?-wnrz3y") format("truetype"),
    url("/_themes/template/fonts/ico_wu_theme.woff?-wnrz3y") format("woff"),
    url("/_themes/template/fonts/ico_wu_theme.svg?-wnrz3y")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: "ico_wu_theme";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Add Style =========== */
  display: inline-block;
  padding-right: 2px;
  text-decoration: none !important;
}

.icon-wakayama_univ:before {
  content: "\e616";
}
.icon-access:before {
  content: "\e600";
}
.icon-home:before {
  content: "\e603";
}
.icon-contact:before {
  content: "\e601";
}

.icon-wakayama_univ:before,
.icon-access:before,
.icon-home:before,
.icon-contact:before {
  color: #888;
  padding-right: 5px;
}

body {
  width: auto;
  max-width: 960px;
  margin: auto;
}

.inner {
  width: auto;
  max-width: 940px;
  margin: 0 auto;
}

/* 改行　*/
.br-pc {
  display: inline;
}

.br-sp {
  display: none;
}

/*	    Responsive Settings
-------------------------------------------------- */
@media screen and (max-width: 640px) {
  .inner {
    min-width: 320px;
    width: auto;
    padding: 0 !important;
  }

  .br-pc {
    display: none;
  }

  .br-sp {
    display: inline;
  }
}

/* ------------------------------
メニュー部
------------------------------ */

#cs_navigation .cs_navigation_menu01 {
  display: block;
  width: 28%;
}

#cs_navigation {
  float: left;
  width: 28%;
  margin-right: 3%;
  margin-bottom: 30px;
}

#cs_navigation > ul,
#cs_navigation li.lv1 > a,
#cs_navigation li.lv1 > span,
#cs_navigation li.lv2,
#cs_navigation li.lv2 > a {
  width: auto;
}

#cs_navigation li.lv1 {
  width: 100%;
  background-image: none;
}

/*	Responsive Settings
	-------------------------------------------------- */
@media screen and (max-width: 640px) {
  #cs_navigation {
    display: none;
  }
}

/* ------------------------------
共通ヘッダー（全体）
------------------------------ */
#cs_global_header,
#cs_global_header inner {
  width: auto;
  max-width: 960px;
  min-width: 640px;
  margin: 0 auto;
  position: relative;
  height: auto;
}

#cs_global_header ul {
  /* position: relative;
 top: 0;
 right:  0; */
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/*	Responsive Settings
	-------------------------------------------------- */
@media screen and (max-width: 640px) {
  #cs_global_header,
  #cs_global_header inner {
    max-width: 640px;
    min-width: 320px;
  }
}

/* ------------------------------
共通ヘッダー（学部ロゴ）
------------------------------ */
#cs_logo {
  width: 51%;
  height: auto;
  position: relative;
  display: inline-block;
  float: left;
  background: url(/_themes/sys/career/image/cslogo2.png);
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 10px;
}

#cs_logo img {
  display: block;
  padding-left: 20px;
  width: 100%;
  max-width: 400px;
}

#cs_logo a {
  background: none;
  width: auto;
  height: 0;
  padding-top: 15%; /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
}

/*	Responsive Settings
	-------------------------------------------------- */
@media screen and (max-width: 640px) {
  #cs_logo {
    display: block;
    width: 80%;
  }

  #cs_logo a {
    /* height: 55px; */
  }
}

/* ------------------------------
共通ヘッダー（文字サイズ?検索?グローバルリンク等）
------------------------------ */
#cs_global_header_tools {
  position: relative;
  display: inline-block;
  width: 45%;
  text-align: right;
  height: auto;
  left: 0;
  float: right;
}

#cs_global_link {
  height: auto;
  margin-left: auto;
  display: table;
  width: auto;
  position: relative;
  top: 0;
  right: 0;
}

#cs_global_link li {
  text-indent: 0;
  display: inline-block;
  float: left;
}

#cs_global_link li a {
  margin-left: 5px;
  font-size: 0.8em;
  /* width: auto; */
}

/*#cs_link_inquiry{
 width:100px;
}

#cs_link_univ{
 width:90px;
}

#cs_link_access{
 width:80px;
}

#cs_link_faculty{
 width:120px;
}*/

#cs_link_univ,
#cs_link_faculty,
#cs_link_access,
#cs_link_inquiry {
  background-image: none;
  font-size: 0.9em;
  width: auto;
}

/*（検索ボックス） */
#cs_search_box {
  position: static;
  display: inline-block;
  margin: 10px;
}

/* （フォントサイズ変更）*/
#cs_fontsize_box {
  position: relative;
  top: 0;
  right: 0;
  display: inline-block;
  margin: 10px;
}

#cs_global_link .icon-wakayama_univ:before {
  content: "\e616";
}

/*	Responsive Settings
	-------------------------------------------------- */
@media screen and (max-width: 640px) {
  #cs_global_header ul {
    /* font-size: 0.8em;
 width: 100%; */
  }

  #cs_global_header_tools {
    display: block;
    width: auto;
    float: left;
    text-align: left;
  }

  #cs_fontsize_box {
    display: none;
    width: 80%;
  }

  #cs_global_link {
    width: auto;
    display: block;
    width: 100%;
    font-size: 0.75em;
  }

  #cs_global_link li a {
    font-size: 0.9em;
  }

  #cs_link_access {
    width: 70px;
  }

  #cs_link_inquiry {
    width: 92px;
  }

  #cs_link_univ {
    width: 80px;
  }

  #cs_link_faculty {
    width: 105px;
  }
}

/* ------------------------------
共通ヘッダー（グローバルメニュー）
------------------------------ */
#cs_global_menu {
  width: auto;
  position: static;
}

#cs_global_menu_ul {
  text-align: center;
  background-color: #eee;
  display: table;
  width: 100%;
}

#cs_global_menu_ul li {
  width: 16.5%;
  text-indent: 0;
  background-color: #;
  background-color: #eee;
  border-left: 1px #fff solid;
  vertical-align: middle;
  display: table-cell;
}

#cs_global_menu_ul li:first-child {
  border-left: none;
}

#cs_global_menu_ul li a {
  font-size: 0.8em;
  width: auto;
  line-height: 1.2;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 15.5%;
}

#cs_global_menu_top {
  background-image: none;
}

#cs_global_menu_about {
  background-image: none;
}

#cs_global_menu_data {
  background-image: none;
}

#cs_global_menu_support {
  background-image: none;
}

#cs_global_menu_job {
  background-image: none;
}

#cs_global_menu_recruit {
  background-image: none;
}

/*	Responsive Settings
	-------------------------------------------------- */
@media screen and (max-width: 640px) {
  #cs_global_menu_ul li {
    width: 33%;
    border-top: 1px solid #fff;
  }
  #cs_global_menu_ul li:nth-child(3n + 1) {
    border-left: none;
  }

  #cs_global_menu_ul li:first-child {
    border-left: none;
  }
}

/* ------------------------------
共通ヘッダー画像
------------------------------ */

#cs_subject_header {
  width: auto;
  height: 0;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  /* background-image: none; */
  /* text-indent: 0; */
  max-width: 960px;
  display: block;
  padding-top: 12%; /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
}

/*--------------------------------
 カルーセル式バナー
--------------------------------*/

/*	Responsive Settings
	-------------------------------------------------- */
@media screen and (max-width: 640px) {
  .carousel {
    display: none;
  }
}

/* ------------------------------
コンテンツ部コンテナ（ページヘッダーを含む）
------------------------------ */
#content_container_outside {
  width: auto;
  position: relative;
  top: 0;
}
/*	Responsive Settings
	-------------------------------------------------- */
@media screen and (max-width: 640px) {
  #content_container_outside {
    top: 40px;
  }
}

/* ------------------------------
コンテンツ部コンテナ（ページヘッダー除く）
------------------------------ */
#content_container_inside {
  width: auto;
  max-width: 960px;
}

/* ------------------------------
メインコンテンツ部
------------------------------ */
#main_contents {
  float: none;
  width: auto;
}

#main_contents h2 {
  width: auto;
  font-size: 1.2em;
}

/*	Responsive Settings
	-------------------------------------------------- */
@media screen and (max-width: 640px) {
  #main_contents {
    padding-bottom: 0;
  }
}

/* ------------------------------
　フッダー
------------------------------ */

#cs_pagetop_link a {
  margin-left: 10px;
}

/*	Responsive Settings
	-------------------------------------------------- */
@media screen and (max-width: 640px) {
  #cs_footer_link {
    clear: both;
  }

  #cs_pagetop_link a {
    margin-left: 0px;
    background-image: url("/_themes/sys/career/image/return_pagetop.png");
    background-position: center top;
    background-repeat: no-repeat;
    text-indent: -10000px;
  }
}
