@charset "utf-8";
/* **************************************************

CSS Information
File Name : eco.css
Style Info: 経済学部固有のスタイル指定
Date: 2016-04-20

************************************************** */
#globalHeader {
  padding: 10px 0;
}

#globalHeader .subHeader {
  margin: 5px 0 8px;
}

#globalHeader #siteID {
  padding: 0;
}

#globalHeader #siteID img {
  width: 330px;
  height: auto;
}

#globalFooter .footerAddress dt img {
  width: 225px;
}

#mainVisual {
  text-align: center;
}

#mainVisual .inner {
  width: 1020px;
}

/*  英語HP用　2020/01/16　  */
#topVisual {
  text-align: center;
}

#topVisual .inner {
  width: 100%;
}

#en-font {
  font-family: "Palatino Linotype";
}

.bx-wrapper {
  margin-bottom: 0;
}

.bx-wrapper .bx-viewport {
  box-shadow: none;
  border: none;
  left: 0;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  bottom: 10px;
}

.bx-wrapper .bx-controls-direction a {
  width: 40px;
  height: 40px;
  margin-top: -25px;
}

.bx-wrapper .bx-next {
  right: 0;
  background: transparent url("../tmpl-img/btn_slider_next01.png") no-repeat
    scroll 0% 0%;
}

.bx-wrapper .bx-prev {
  left: 0;
  background: transparent url("../tmpl-img/btn_slider_prev01.png") no-repeat
    scroll 0% 0%;
}

.sideTextBanner li .block {
  font-size: 1.3rem !important;
  line-height: 1.3;
}

.sideTextBanner li .block .bannerTitle {
  padding-left: 8px;
}

/*	ページ内リンク - .pageNavi
-------------------------------------------------- */
.body .pageNavi {
  background-color: #e5eded;
  border-radius: 6px;
  color: #999;
  padding: 10px;
}

.body .pageNavi a {
  display: inline-block;
  margin: 0px 5px;
  padding-left: 22px;
  background: transparent url("../../tmpl-img/ico_arrow01.png") no-repeat scroll
    left center;
}

/*
.mainTitle {
  padding: 0;
}

.mainTitle .inner {
  width: 1020px;
}

.mainTitle .title {
  display: none;
}

.mainTitle .imgTitle {
  display: block;
  height: 160px;
  overflow: hidden;
}
*/

/*	Responsive Settings
-------------------------------------------------- */
@media screen and (min-width: 320px) and (max-width: 640px) {
  #globalHeader {
    position: relative;
    padding: 10px 0 0;
  }

  #globalHeader .subHeader {
    margin-bottom: 10px;
  }

  #globalHeader #headerSearch {
    width: 100%;
    margin-right: -80px;
  }

  #globalHeader #headerSearch form {
    width: auto;
    margin-right: 80px;
  }

  .bx-wrapper .bx-controls-direction a {
    width: 32px;
    height: 32px;
    margin-top: -16px;
  }

  .bx-wrapper .bx-next,
  .bx-wrapper .bx-prev {
    background-size: 32px 32px;
  }

  .mainTitle {
    padding: 20px;
  }

  .mainTitle .title {
    display: block;
  }

  .mainTitle .imgTitle {
    display: none;
  }

  .body img + img {
    margin-top: 10px;
    margin-left: 0 !important;
  }
}

/*	トップページ　右サイド　カレンダー上部の空き設定
----------------------------------------------------------- */
.sideEventCalendar {
  margin-top: 20px;
}

/*	新着情報　タブの幅設定
----------------------------------------------------------- */
.column3 .tabList .tabs span a {
  width: 102px !important;
}

/*	学部の概要?沿革のテーブル設定
----------------------------------------------------------- */
table.fuculty-outline {
  margin-left: 20px;
}

table.fuculty-outline th {
  width: 250px;
}

table.fuculty-outline td {
  width: 145px;
}

/* --------------------------------------------------
	.ctategoryList04 - カテゴリリスト（子ページ全件表示）
-------------------------------------------------- */
.body .categoryList04 {
  list-style: none;
  margin: 20px -20px 10px 0px;
}

.body .categoryList04 ul,
.body .categoryList04 p {
  margin-bottom: 0;
}

.body .categoryList04 > li {
  background-color: #fff;
  float: left;
  width: 365px;
  margin: 0 20px 20px 0;
  background-color: #fff;
}

.body .categoryList04 li .content {
  padding: 14px;
  border: 1px solid #ddd;
  border-top: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.body .categoryList04 li .headingLink01 {
  margin: 0;
  font-weight: bold;
  line-height: 1.3;
}

.body .categoryList04 li .headingLink01 a {
  display: block;
  padding: 10px 20px 10px 30px;
  background: #003461 url(../tmpl-img/ico_arrow07.png) no-repeat scroll 10px
    12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff !important;
  text-decoration: none;
}

.body .categoryList04 li .headingLink01 a:hover {
  background-color: #31517b;
}

.body .categoryList04 li ul {
  list-style: none;
  width: 210px;
  margin-left: 0;
  overflow: hidden;
}

.body .categoryList04 li li {
  margin: 6px 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}

.body .categoryList04 li li a {
  display: block;
  min-height: 14px;
  padding-left: 10px;
  background: url(/_themes/wakayama-u/tmpl-img/ico_arrow02.png) no-repeat left
    6px;
  color: #555;
  text-decoration: none;
}

.body .categoryList04 li li a:hover {
  color: #ff9800;
  text-decoration: underline;
}

.body .externalLink_w {
  padding-right: 20px;
  background: transparent url("../tmpl-img/ico_external_link01_w.png") no-repeat
    scroll right center;
}

/*	Responsive Settings
-------------------------------------------------- */
@media screen and (min-width: 320px) and (max-width: 640px) {
  .body .categoryList04 {
    margin: 0;
  }

  .body .categoryList04 li .headingLink01 a,
  .body .categoryList04 li .content {
    height: auto !important;
  }

  .body .categoryList04 li .content {
    padding: 14px 0 0;
  }

  .body .categoryList04 > li {
    width: 100%;
    margin: 0 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .body .categoryList04 .fl {
    margin: 0 0 10px;
    text-align: center;
  }

  .body .categoryList04 .fr {
    width: 100%;
  }

  .body .categoryList04 .fr li {
    margin: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .body .categoryList04 .fr li a {
    padding: 10px 0 10px;
    padding-left: 20px;
    background: url(/_themes/wakayama-u/tmpl-img/ico_arrow02.png) no-repeat 10px
      16px;
    text-decoration: none !important;
  }

  .body .categoryList04 .fr li a:hover {
    background: #f2f3f8 url(/_themes/wakayama-u/tmpl-img/ico_arrow02.png)
      no-repeat 10px 16px;
  }

  .column3 .tabList .tabs span a {
    width: auto !important;
  }
}

/* --------------------------------------------------
	keisoku サイドリンクス設定
-------------------------------------------------- */
.sideCampusLinks .piece .pieceHeader {
  padding: 15px 0 12px 10px;
  background-color: #737f99;
  border-bottom: 3px solid #666666;
  border-radius: 5px 5px 0 0;
  line-height: 1.3;
  color: #fff;
}

.sideCampusLinks .piece .pieceBody {
  background-color: #fff;
  border: 1px solid #ddd;
}

.sideCampusLinks .piece .pieceHeader h2 {
  font-size: 1.5em;
}

.sideCampusLinks .piece .pieceBody ul {
  padding: 10px 0;
  font-size: 1.2em;
  line-height: 1.3333333333;
}

.sideCampusLinks .piece .pieceBody li a {
  display: block;
  padding: 6px 10px 6px 29px;
  background: url(/_themes/wakayama-u/eco/tmpl-img/ico_arrow02.png) no-repeat 19px 11px;
}

/* --------------------------------------------------
	keiken　経済研究所　index.html h2設定
-------------------------------------------------- */
.body h2.keiken {
  margin: 1.5em 0 !important;
}

/* --------------------------------------------------
	cpo　地域?国際連帯オフィス　index.html h2設定
-------------------------------------------------- */
.body h2.cpo {
  margin: 1.5em 0 !important;
}

/* --------------------------------------------------
	keisoku　経済計測研究所　カレンダー
-------------------------------------------------- */

span.close {
  background-color: #ffaabb;
}

#calendar-keisoku {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
}

span.attention {
  color: #ff0000;
}

/* --------------------------------------------------
	keisoku　経済計測研究所の利用について
-------------------------------------------------- */

span.keisoku-use {
  color: #ff0000;
}

/* --------------------------------------------------
	和歌山大学経済学部の特色
-------------------------------------------------- */

p.keizai-tokushoku {
  font-size: 20px;
}

/*	学長写真キャプション - .photoCaption
-------------------------------------------------- */
.body .photoCaption {
  font-size: 1.8rem;
  font-weight: bold;
  width: 470px;
  margin-top: 60px;
}

/*	ふりがな - .rubyTxt
-------------------------------------------------- */
.body .rubyTxt {
  font-size: 1.2rem;
}

/*	講演会カテゴリ - .lectureCategory ※経済学会 > 講演会一覧 で使用
-------------------------------------------------- */
.body h2 .lectureCategory {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
  margin-bottom: 5px;
}

/*	講演会サブタイトル - .lectureSubTitle ※経済学会 > 講演会一覧 で使用
-------------------------------------------------- */
.body h2 .lectureSubTitle {
  display: block;
  font-weight: normal;
}

/*	受賞者写真 - .photoRecipient ※教員?ゼミの受賞について で使用
-------------------------------------------------- */
.body .photoRecipient {
  width: 180px;
  text-align: center;
}

/* 　　計測　演習室の利用授業予定表 - 背景色変更
-------------------------------------------------- */
table.schedule01 tbody tr td.blank1-keisoku {
  background-color: #ffffff;
  color: #ffffff;
}
table.schedule01 tbody tr td.blank2-keisoku {
  background-color: #f8f8f8;
  color: #f8f8f8;
}
table.schedule01 tbody tr td.teiki1-keisoku {
  background-color: #e6e6fa;
}
table.schedule01 tbody tr td.teiki2-keisoku {
  background-color: #ffdab9;
}

/*	20160302 追記
-------------------------------------------------- */
.body table th img,
.body table td img {
  vertical-align: top;
}

/*	.keisokuCalendar - 経済計測研究所カレンダー
-------------------------------------------------- */
.keisokuCalendar {
  padding: 10px;
  border: 1px solid #ddd;
  text-align: left;
}

.keisokuCalendar table {
  width: 100%;
}

.keisokuCalendar caption {
  margin: 5px 0 10px !important;
  font-size: 16px !important;
  font-size: 1.6rem !important;
  font-weight: bold !important;
  text-align: center !important;
}

.keisokuCalendar th,
.keisokuCalendar td {
  padding: 5px !important;
  border: none !important;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: middle;
}

.keisokuCalendar thead th {
  background: none !important;
}

.keisokuCalendar td {
  width: 14.28571428%;
}

.keisokuCalendar .yotei {
  text-align: left;
  font-size: 12px !important;
  font-size: 1.2rem !important;
  line-height: 1.3 !important;
}

.keisokuCalendar table .week .sunday {
  color: #ff1e6e;
}

.keisokuCalendar table .week .saturday {
  color: #0096ff;
}

.keisokuCalendar dl {
  margin: 0 0 10px !important;
  padding: 10px 0 5px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.keisokuCalendar dt,
.keisokuCalendar dd {
  font-size: 12px;
  font-size: 1.2rem;
}

.keisokuCalendar dt {
  margin: 0 0 5px !important;
}

.keisokuCalendar dt img {
  vertical-align: middle;
}

.keisokuCalendar dd {
  margin: 0 0 8px 16px !important;
}

.keisokuCalendar p {
  margin: 0 0 5px !important;
  font-size: 12px !important;
  font-size: 1.2rem !important;
  line-height: 1.2 !important;
}

.keisokuCalendar a {
  color: #1982d2;
  font-size: 1.2em !important;
}

.sideCampusLinks {
  margin-bottom: 15px;
}

/*	.soukenCalendar - 経済総合研究所カレンダー 追記2018.2.27
-------------------------------------------------- */
.soukenCalendar {
  padding: 10px;
  border: 1px solid #ddd;
  text-align: left;
}

.soukentesttable {
  border: 3px double #ff00ff;
  text-align: left;
}

/* --- */
span.special {
  background-color: #fff86f;
}
span.special2 {
  background-color: #fff0ff;
}
/* --- */

.soukenCalendar table {
  width: 100%;
}

.soukenCalendar caption {
  margin: 5px 0 10px !important;
  font-size: 16px !important;
  font-size: 1.6rem !important;
  font-weight: bold !important;
  text-align: center !important;
}

.soukenCalendar th,
.soukenCalendar td {
  padding: 5px !important;
  border: none !important;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: middle;
}

.soukenCalendar thead th {
  background: none !important;
}

.soukenCalendar td {
  width: 14.28571428%;
}

.soukenCalendar .yotei {
  text-align: left;
  font-size: 12px !important;
  font-size: 1.2rem !important;
  line-height: 1.3 !important;
}

.soukenCalendar table .week .sunday {
  color: #ff1e6e;
}

.soukenCalendar table .week .saturday {
  color: #0096ff;
}

.soukenCalendar dl {
  margin: 0 0 10px !important;
  padding: 10px 0 5px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.soukenCalendar dt,
.soukenCalendar dd {
  font-size: 12px;
  font-size: 1.2rem;
}

.soukenCalendar dt {
  margin: 0 0 5px !important;
}

.soukenCalendar dt img {
  vertical-align: middle;
}

.soukenCalendar dd {
  margin: 0 0 8px 16px !important;
}

.soukenCalendar p {
  margin: 0 0 5px !important;
  font-size: 12px !important;
  font-size: 1.2rem !important;
  line-height: 1.2 !important;
}

.soukenCalendar a {
  color: #1982d2;
  font-size: 1.2em !important;
}

/*	.sideNews - 経済計測研究所?経済計測研究所 サイドNEWS
-------------------------------------------------------------------------- */

.sideNews .tabList .wrapper {
  padding: 24px 14px;
}

.sideNews .pieceHeader {
  border-color: #666 !important;
  background-color: #737f99 !important;
  color: #fff !important;
}

.sideNews .pieceHeader {
  padding: 15px 15px 12px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-radius: 5px 5px 0 0;
  line-height: 1.2;
}

.sideNews .pieceHeader h2 {
  font-size: 1.5em;
}

.sideNews .tabList dd {
  margin-bottom: 5px !important;
}

/*	20160414 追記
-------------------------------------------------- */

.body .col2 {
  list-style: none;
  margin: 0;
  margin-right: -20px;
}

.body .col2:after {
  content: "";
  display: block;
  clear: both;
}

.body .col2 li {
  float: left;
  width: 340px;
  margin: 0;
  margin-top: 20px;
  margin-right: 20px;
}

.body .col2 li * {
  font-size: 1em;
}

.body .col2 li a {
  text-decoration: none;
}

.body .col2 li a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 320px) and (max-width: 640px) {
  .body .col2 {
    margin: 0;
  }

  .body .col2 li {
    float: none;
    width: 100%;
  }
}

/*	20170412 追記　
-------------------------------------------------- */
/* 学習支援オフィス?キャリア支援室ニュースコンテンツ用 */

.column2 .tabList .tabs span a {
  width: 248px !important;
}

/* 学習支援オフィス */
dt.attrOffice:before {
  display: inline-block;
  content: "学習支援オフィス";
  width: 120px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 3px 0;
  background-color: #aa4c8f;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
}

/* キャリア支援室 */
dt.attrCareer:before {
  display: inline-block;
  content: "キャリア支援室";
  width: 120px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 3px 0;
  background-color: #c89932;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
}

#indexImportantNewsTabList .category span,
.tabList .category span,
.contentGpArticleDocs section .tabBlock span.category span,
.contentGpCategory section .tabBlock span.category span {
  width: 135px;
}

.tabList .category span.zokusei-career,
.contentGpArticleDocs .category span.zokusei-career,
.contentGpCategory .category span.zokusei-career {
  background-color: #c89932;
}

.tabList .category span.zokusei-office,
.contentGpArticleDocs .category span.zokusei-office,
.contentGpCategory .category span.zokusei-office {
  background-color: #aa4c8f;
}
