@charset "UTF-8";
/* リセッター
---------------------------------------------------------------------------------------------------- */
img {
  vertical-align: bottom;
  border: none;
}

hr {
  display: none;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

li, dl, dt, dd {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  box-sizing: border-box;
}
table th, table td {
  box-sizing: border-box;
  font-weight: normal;
  text-align: left;
}

#global_header p, #global_header h1, #global_header h2, #global_header h3, #global_header h4, #global_header h5, #global_header h6, #global_header fieldset,
#department_header p,
#department_header h1,
#department_header h2,
#department_header h3,
#department_header h4,
#department_header h5,
#department_header h6,
#department_header fieldset,
#department_footer p,
#department_footer h1,
#department_footer h2,
#department_footer h3,
#department_footer h4,
#department_footer h5,
#department_footer h6,
#department_footer fieldset,
#global_footer p,
#global_footer h1,
#global_footer h2,
#global_footer h3,
#global_footer h4,
#global_footer h5,
#global_footer h6,
#global_footer fieldset,
#home_area p,
#home_area h1,
#home_area h2,
#home_area h3,
#home_area h4,
#home_area h5,
#home_area h6,
#home_area fieldset,
#side_area p,
#side_area h1,
#side_area h2,
#side_area h3,
#side_area h4,
#side_area h5,
#side_area h6,
#side_area fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
}

#main_area p, #main_area h1, #main_area h2, #main_area h3, #main_area h4, #main_area h5, #main_area h6,
#voice_area p,
#voice_area h1,
#voice_area h2,
#voice_area h3,
#voice_area h4,
#voice_area h5,
#voice_area h6,
#modal-wrapper p,
#modal-wrapper h1,
#modal-wrapper h2,
#modal-wrapper h3,
#modal-wrapper h4,
#modal-wrapper h5,
#modal-wrapper h6 {
  margin-top: 0;
}

/* ベース
---------------------------------------------------------------------------------------------------- */
html, body {
  margin: 0;
  padding: 0;
}

body {
  color: #000;
  font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  font-size: 62.5%;
  line-height: 1.6;
}

a:link, a:visited {
  color: #006699;
  text-decoration: underline;
}
a:hover, a:active {
  /* background: #F2F2F2; */
  color: #990000;
  text-decoration: none;
}
a:hover img {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

/* ステート（状態） */
.is-left {
  float: left;
}

.is-right {
  float: right;
}

.is-center {
  text-align: center;
}

.is-hidden {
  display: none;
}

.image.is-left,
img.is-left {
  margin-right: 10px;
  margin-bottom: 10px;
}
.image.is-right,
img.is-right {
  margin-left: 10px;
  margin-bottom: 10px;
}

#all_wrapper {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding-bottom: 30px;
  text-align: left;
}

/* 基本フォーマット
---------------------------------------------------------------------------------------------------- */
#content_wrapper {
  overflow: hidden;
  *zoom: 1;
}

/* サイドエリア */
#side_area {
  float: left;
  width: 220px;
}
#side_area #local_navi {
  margin-bottom: 25px;
}
#side_area #local_navi h2 {
  font-size: 2.4em;
}
#side_area #local_navi ul {
  border-top: solid 3px #ECECEC;
}
#side_area #local_navi ul li {
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: solid 3px #ECECEC;
}
#side_area #local_navi ul li a {
  display: block;
  padding: 0.3em 0;
  color: #000;
  text-decoration: none;
}
#side_area #local_navi ul li a:hover {
  color: #900;
  background-color: #F6F6F6;
}
#side_area #local_navi ul li.current a {
  cursor: default;
  color: #900;
}
#side_area #local_navi ul li .course {
	padding: 0.3em 0;
	display: block;
}
/* add - start ----------------------------------------------------------------------------------- 2014.04.02 */
#side_area #local_navi ul li.current li a {
  color: #000;
}
/* add - end ------------------------------------------------------------------------------------- 2014.04.02 */
#side_area #local_navi ul li.current a:hover {
  background-color: #fff;
}
/* add - start ----------------------------------------------------------------------------------- 2014.04.02 */
#side_area #local_navi ul li.current li a:hover {
  color: #900;
  background-color: #F6F6F6;
}
/* add - end ------------------------------------------------------------------------------------- 2014.04.02 */
#side_area #local_navi ul li ul {
  margin-bottom: -3px;
}
#side_area #local_navi ul li ul li {
  font-size: 1em;
}
#side_area #local_navi ul li ul li a {
  padding-left: 1em;
  background: url(/ba/common/img/ar_black_right.png) left 0.7em no-repeat;
}
#side_area #local_navi ul li ul li a:hover {
  background-image: url(/ba/common/img/ar_red_right.png);
}
#side_area #local_navi ul li ul li.current a {
  background-image: url(/ba/common/img/ar_red_right.png);
}
#side_area #related_navi {
  margin-top: 13em;
  margin-bottom: 25px;
}
#side_area #related_navi h3 {
  font-weight: bold;
  margin-bottom: 0.3em;
  padding-left: 1.5em;
  background: url(/ba/common/img/ico_related_navi.gif) left top no-repeat;
}
#side_area #related_navi ul {
  border-top: solid 1px #C8C8C8;
}
#side_area #related_navi li a {
  display: block;
  padding: 0.3em 0;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 1px #C8C8C8;
}
#side_area #related_navi li a:hover {
  color: #900;
  background-color: #F6F6F6;
}

/* メインエリア */
#main_area {
  float: right;
  width: 640px;
  margin-bottom: 25px;
  /* パンくず */
}
#main_area #breadcrumb a {
  color: #000;
  text-decoration: none;
}
#voice_area #breadcrumb a {
  color: #000;
  text-decoration: none;
}
#full_area #breadcrumb a {
  color: #000;
  text-decoration: none;
}
#main_area #breadcrumb a:hover {
  background-color: inherit;
  text-decoration: underline;
  color: #900;
}
#voice_area #breadcrumb a:hover {
  background-color: inherit;
  text-decoration: underline;
  color: #900;
}
#full_area #breadcrumb a:hover {
  background-color: inherit;
  text-decoration: underline;
  color: #900;
}
#main_area #main_title {
  margin-bottom: 1em;
  font-size: 2em;
  line-height: 1;
}
#main_area .catch-copy {
  font-size: 2.8em;
  font-weight: bold;
  /*font-family: "ＭＳ Ｐ明朝",serif;*/
  margin: 1em 0 0.8em;
  line-height: 1.2;
}
/* add - start ----------------------------------------------------------------------------------- 2014.04.06 */
#main_area .fukidashi-copy {
	font-size: 1.4em;
	padding-left: 25px;
	background:url(/ba/img/introduce/icon_fukidashi.gif) no-repeat left center;
	margin-bottom: 1em;
	font-weight:normal;
}
#main_area .fukidashi-copy .sub {
	border: 1px solid #000;
	padding: 0 5px;
	margin: 0 5px;
}
/* add - end ------------------------------------------------------------------------------------- 2014.04.06 */
#main_area p, #main_area th, #main_area td, #main_area caption {
  font-size: 1.2em;
}
#main_area .section {
  margin-bottom: 2em;
}
#main_area a.blank {
  padding-right: 15px;
  background: url(/ba/common/img/icon-external.gif) right top no-repeat;
}

@media screen and (max-width: 640px) {
  body {
    -webkit-text-size-adjust: 100%;
  }

  #all_wrapper {
    width: 100%;
    padding-bottom: 0;
    min-width: 320px;
  }

  /* 基本フォーマット
  ---------------------------------------------------------------------------------------------------- */
  /* サイドエリア */
  #side_area {
    float: inherit;
    width: auto;
    padding: 0 10px;
  }
  #side_area #related_navi {
    margin-top: 1.5em;
  }

  /* メインエリア */
  #main_area {
    float: inherit;
    width: auto;
    padding: 0 10px;
    /* パンくず */
  }
  #main_area #breadcrumb {
    margin: 0 -10px;
    padding: 0 1em;
    border-bottom: solid 1px #efefef;
  }
  #main_area #main_title {
    padding: 10px;
    margin: 0 -10px 1em;
    background: #333;
    color: #fff;
  }
  #main_area .catch-copy {
    font-size: 2em;
    margin: 0.8em 0 0.5em;
  }
}
/* ヘッダー
---------------------------------------------------------------------------------------------------- */
/* グローバルナビゲーション（全サイト共通ナビ） */
#global_header {
  position: relative;
  background: #900;
}
#global_header #global_navigation {
  position: absolute;
  width: 960px;
  right: 0;
  top: 0.4em;
  text-align: right;
}
#global_header #global_navigation li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-left: 1px solid #FFF;
  line-height: 1;
}
#global_header #global_navigation li a {
  color: #fff;
  padding: 0 10px;
  text-decoration: none;
}
#global_header #global_navigation li a:hover {
  color: #fff;
  text-decoration: underline;
}

/* デパートメントナビゲーション（各学部メインのナビ） */
#department_header {
  position: relative;
  height: 130px;
  margin-bottom: 50px;
  /* ユーティリティナビゲーション（サイト右上文字サイズなど） */
  /* 補足ナビゲーション（サイト右上） */
}
#department_header #department_logo {
  padding-top: 6px;
  padding-left: 14px;
}
#department_header #sp_btn_navi {
  display: none;
}
#department_header #department_navigation ul {
  overflow: hidden;
  *zoom: 1;
}
#department_header #department_navigation li {
  width: 191px;
  float: left;
  padding: 10px 0;
  border-bottom: solid 3px #fff;
  font-size: 1.6em;
  line-height: 1;
  text-align: center;
}
#department_header #department_navigation li:hover {
  border-bottom-color: #dbdbdb;
}
#department_header #department_navigation li.current {
  border-bottom-color: #900;
  cursor: default;
}
#department_header #department_navigation li a {
  display: block;
  color: #1F1F1F;
  text-decoration: none;
  border-left: solid 1px #DBDBDB;
}
#department_header #department_navigation li a span {
  padding-left: 2em;
  background-position: left center;
  background-repeat: no-repeat;
}
#department_header #department_navigation li.first-child a {
  border-left: none;
}
#department_header #department_navigation li#n_introduce a span {
  background-image: url(/ba/common/img/ico_global_navi01.png);
}
#department_header #department_navigation li#n_education a span {
  background-image: url(/ba/common/img/ico_global_navi02.png);
}
#department_header #department_navigation li#n_admission a span {
  background-image: url(/ba/common/img/ico_global_navi03.png);
}
#department_header #department_navigation li#n_expenses a span {
  background-image: url(/ba/common/img/ico_global_navi04.png);
}
#department_header #department_navigation li#n_recruit a span {
  background-image: url(/ba/common/img/ico_global_navi05.png);
}
#department_header #utility_navigation {
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 1.1em;
  line-height: 1;
}
#department_header #utility_navigation #lang_change {
  float: left;
  padding-right: 15px;
}
#department_header #utility_navigation #lang_change a {
  display: inline-block;
  height: 16px;
  padding-top: 4px;
  padding-right: 25px;
  background: url(/ba/common/img/button-lang_change-gray.gif) no-repeat right 0;
  color: #000;
  text-decoration: none;
}
#department_header #utility_navigation #lang_change a:hover {
  background-position: right -20px;
  color: #900;
}
#department_header #utility_navigation #f_size_change {
  float: left;
  padding-right: 10px;
}
#department_header #utility_navigation #f_size_change p {
  float: left;
  padding: 4px 5px 0 0;
}
#department_header #utility_navigation #f_size_change ul {
  float: left;
}
#department_header #utility_navigation #f_size_change li {
  display: inline;
  float: left;
  padding: 0;
  margin-right: 1px;
  width: 20px;
  height: 20px;
  text-indent: -5000px;
}
#department_header #utility_navigation #f_size_change:hover {
  cursor: pointer;
}
#department_header #utility_navigation #f_size_change .fontS {
  background: url(/ba/common/img/btn_fontsize_s.gif) 0 0 no-repeat;
}
#department_header #utility_navigation #f_size_change .fontS:hover {
  background-position: 0 -20px;
}
#department_header #utility_navigation #f_size_change .fontM {
  background: url(/ba/common/img/btn_fontsize_m.gif) 0 0 no-repeat;
}
#department_header #utility_navigation #f_size_change .fontM:hover {
  background-position: 0 -20px;
}
#department_header #utility_navigation #f_size_change .fontL {
  background: url(/ba/common/img/btn_fontsize_l.gif) 0 0 no-repeat;
}
#department_header #utility_navigation #f_size_change .fontL:hover {
  background-position: 0 -20px;
}
#department_header #utility_navigation #f_size_change .current {
  background-position: 0  -20px !important;
}
#department_header #utility_navigation #searchbox {
  position: relative;
  float: left;
  width: 160px;
}
#department_header #utility_navigation #searchbox p {
  float: right;
  width: 160px;
  height: 20px;
  background: url(/ba/common/img/searchbox.gif) no-repeat 0 0;
}
#department_header #utility_navigation #searchbox #searchKeyword {
  width: 130px;
  margin: 0 5px 0 5px;
  padding: 0;
  background: none;
  border: none;
  outline: 0;
  color: #999;
  font-size: 1em;
}
#department_header #utility_navigation #searchbox .submit {
  width: 20px;
  height: 20px;
  padding: 0;
  border: 0;
  text-indent: -9999px;
  background: url(/ba/common/img/searchbox.gif) no-repeat -140px 0;
}
#department_header #utility_navigation #searchbox .submit:hover {
  cursor: pointer;
  background-position: -140px -30px;
}
#department_header #header_sup_nav {
  position: absolute;
  top: 40px;
  right: 0;
  font-size: 1.3em;
  font-weight: bold;
}
#department_header #header_sup_nav li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
#department_header #header_sup_nav li a {
  text-decoration: none;
}
#department_header #header_sup_nav li a:hover {
  text-decoration: underline;
}
#department_header #header_sup_nav #n_sup_graduate {
  margin-right: 1em;
}
#department_header #header_sup_nav #n_sup_graduate a {
  color: #EC9400;
  padding-left: 2em;
  background: url(/ba/common/img/brn_header_graduate.png) no-repeat left center;
}
#department_header #header_sup_nav #n_sup_student a {
  color: #900;
  padding-left: 2em;
  background: url(/ba/common/img/brn_header_student.png) no-repeat left center;
}

@media screen and (max-width: 640px) {
  /* グローバルナビゲーション（全サイト共通ナビ） */
  #global_header {
    display: none;
  }

  /* デパートメントナビゲーション（各学部メインのナビ） */
  #department_header {
    border-top: solid 5px #900;
    height: auto;
    margin-bottom: 10px;
    /* ユーティリティナビゲーション（サイト右上文字サイズなど） */
    /* 補足ナビゲーション（サイト右上） */
  }
  #department_header #department_logo {
    padding: 0;
    zoom: 70%;
  }
  #department_header #sp_btn_navi {
    display: block;
    cursor: pointer;
    right: 0;
    top: 0;
    position: absolute;
    width: 60px;
    height: 60px;
    border-left: solid 1px #ddd;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #ebebeb));
    background-image: -webkit-linear-gradient(top, #ffffff, #ebebeb);
    background-image: -moz-linear-gradient(top, #ffffff, #ebebeb);
    background-image: -o-linear-gradient(top, #ffffff, #ebebeb);
    background-image: linear-gradient(top, #ffffff, #ebebeb);
  }
  #department_header #sp_btn_navi span {
    display: block;
    padding-top: 38px;
    text-align: center;
    background: url(/ba/common/img/sp_btn_department_navi.gif) center 5px no-repeat;
    background-size: 50%;
  }
  #department_header #department_navigation {
    display: none;
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    z-index: 1000;
  }
  #department_header #department_navigation ul {
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
  }
  #department_header #department_navigation li {
    width: 33.3333333333%;
    padding: 0;
    border: none;
    font-size: 1.6em;
    background: #F7F7F7;
  }
  #department_header #department_navigation li:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
  }
  #department_header #department_navigation li a {
    border-left: none;
  }
  #department_header #department_navigation li a span {
    display: block;
    padding: 2.5em 0.2em 1em;
    background-position: 50% 25%;
    background-repeat: no-repeat;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
  }
  #department_header #utility_navigation {
    display: none;
  }
  #department_header #header_sup_nav {
    position: relative;
    top: 0;
    border-top: solid 2px #900;
    border-bottom: solid 1px #ccc;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #ebebeb));
    background-image: -webkit-linear-gradient(top, #ffffff, #ebebeb);
    background-image: -moz-linear-gradient(top, #ffffff, #ebebeb);
    background-image: -o-linear-gradient(top, #ffffff, #ebebeb);
    background-image: linear-gradient(top, #ffffff, #ebebeb);
  }
  #department_header #header_sup_nav li {
    width: 47%;
    margin: 0;
    padding: 0.8em 0;
    text-align: center;
  }
  #department_header #header_sup_nav li a {
    text-decoration: none;
  }
  #department_header #header_sup_nav li a:hover {
    text-decoration: underline;
  }
  #department_header #header_sup_nav #n_sup_graduate {
    border-right: solid 1px #ccc;
  }
}
/* フッター
---------------------------------------------------------------------------------------------------- */
#department_footer {
  position: relative;
  border-top: 8px solid #d7d7d7;
  padding-top: 15px;
  /* 補足ナビゲーション（サイト右下） */
  /* サイトナビゲーション（フッター部分のナビ） */
}
#department_footer #footer_sup_nav {
  position: absolute;
  right: 0;
}
#department_footer #footer_sup_nav li {
  display: inline-block;
  margin-left: 20px;
}
#department_footer #back_to_top {
  position: absolute;
  top: -30px;
  right: 0;
}
#department_footer #back_to_top a {
  padding-left: 1.5em;
  background: url(/ba/common/img/ar_black_up.png) left center no-repeat;
}
#department_footer address {
  margin-bottom: 10px;
}
#department_footer address a {
  color: #000;
}
#department_footer address a:hover {
  color: #900;
  text-decoration: underline;
}
#department_footer address strong {
  font-weight: normal;
}
#department_footer a {
  color: #000;
  text-decoration: none;
}
#department_footer a:hover {
  color: #900;
  text-decoration: underline;
}
#department_footer #site_navigation {
  margin-bottom: 10px;
}
#department_footer #site_navigation li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-right: 1px solid #000;
  padding-right: 5px;
  margin-right: 5px;
}
#department_footer #site_navigation li#n_sitemap {
  border: none;
}

@media screen and (max-width: 640px) {
  #department_footer {
    border-top: none;
    padding: 0 10px;
    /* 補足ナビゲーション（サイト右下） */
    /* サイトナビゲーション（フッター部分のナビ） */
  }
  #department_footer #footer_sup_nav {
    position: relative;
    margin-left: -10px;
    margin-bottom: 1em;
  }
  #department_footer #footer_sup_nav ul {
    overflow: hidden;
    *zoom: 1;
  }
  #department_footer #footer_sup_nav li {
    float: left;
    width: 50%;
    margin-left: 0;
  }
  #department_footer #footer_sup_nav li a {
    display: block;
    padding-left: 10px;
  }
  #department_footer #footer_sup_nav li a img {
    width: 100%;
    height: auto;
  }
  #department_footer #back_to_top {
    top: -20px;
    right: 10px;
  }
  #department_footer #site_navigation {
    margin: 0 -10px;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7f7f7), color-stop(100%, #ebebeb));
    background-image: -webkit-linear-gradient(top, #f7f7f7, #ebebeb);
    background-image: -moz-linear-gradient(top, #f7f7f7, #ebebeb);
    background-image: -o-linear-gradient(top, #f7f7f7, #ebebeb);
    background-image: linear-gradient(top, #f7f7f7, #ebebeb);
    text-align: center;
  }
  #department_footer #site_navigation li {
    border-right-color: #ccc;
    padding: 1em 0;
    margin-right: 0;
  }
  #department_footer #site_navigation li a {
    padding-right: 10px;
    padding-left: 5px;
    margin-right: 5px;
    background: url(/ba/common/img/ar_gray_right.png) right center no-repeat;
  }

  #global_footer {
    background: #333;
    color: #fff;
    text-align: center;
  }
  #global_footer p {
    margin: 0;
    padding: 1em;
  }
}
/* トップ
---------------------------------------------------------------------------------------------------- */
#home .only_home,
#home #back_to_top {
  display: none;
}
#home #content_wrapper {
  margin-top: -25px;
}
#home #home_area {
  overflow: hidden;
  *zoom: 1;
}
#home #home_mainimg {
  margin-bottom: 25px;
}
#home #home_banner {
  float: right;
  width: 490px;
  overflow: hidden;
  *zoom: 1;
}
#home #home_banner li {
  float: left;
  margin-bottom: 25px;
  margin-left: 25px;
  line-height: 1;
}
#home #home_banner .dkc {
  background: url(/ba/img/bnr_top02_4.gif);
}
#home #home_banner .dkc span {
  display: block;
}
#home #home_banner .dkc .inner {
  padding: 0 4px 4px;
  overflow: hidden;
  *zoom: 1;
}
#home #home_banner .dkc .inner .is-left,
#home #home_banner .dkc .inner .is-right {
  width: 227px;
}
#home #home_news {
  float: left;
  position: relative;
  width: 456px;
  margin-bottom: 25px;
}
#home #home_news h2 {
  margin-bottom: 0.5em;
  font-size: 1.8em;
  font-weight: bold;
  font-family: Arial,sans-serif;
  line-height: 1;
  color: #900;
}
#home #home_news .sub-navi {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
  font-weight: bold;
  font-family: Arial,sans-serif;
}
#home #home_news .sub-navi li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 1em;
  padding: 2px 0 2px 25px;
  background-position: left center;
  background-repeat: no-repeat;
}
#home #home_news .sub-navi li.backnumber {
  background-image: url(/ba/img/ico_backnumber.gif);
}
#home #home_news .sub-navi li.rss {
  background-image: url(/ba/img/ico_rss.gif);
}
#home #home_news .sub-navi a {
  color: #333;
  text-decoration: none;
}
#home #home_news .sub-navi a:hover {
  background: none;
}
#home #home_news .sub-navi a {
  color: #666;
}
#home #home_news #sp_category_select {
  display: none;
}
#home #home_news #category-navi {
  height: 27px;
  text-align: center;
}
#home #home_news #category-navi li {
  display: inline-block;
  cursor: pointer;
  width: 100px;
  height: 21px;
  margin-left: 5px;
  padding-top: 3px;
  background: #E5E5E5;
  border-right: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-top-style: solid;
  border-top-width: 3px;
  font-size: 1.2em;
}
#home #home_news #category-navi li a {
  color: #333;
  text-decoration: none;
}
#home #home_news #category-navi li a:hover {
  background: none;
}
#home #home_news #category-navi li#key_event {
  border-top-color: #FF4B39;
}
#home #home_news #category-navi li#key_topic {
  border-top-color: #FF9D00;
}
#home #home_news #category-navi li#key_admission {
  border-top-color: #3550A0;
}
#home #home_news #category-navi li#key_action {
  border-top-color: #A342B1;
}
#home #home_news #category-navi li.current {
  cursor: default;
  background: #fff;
  height: 22px;
}
#home #home_news #category-navi li:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
#home #home_news #home_news_contents {
  border: solid 1px #ccc;
  padding: 1em 1em 0;
  height: 360px;
  overflow: auto;
}
#home #home_news #home_news_contents .collumn {
  overflow: hidden;
  *zoom: 1;
  clear: both;
  margin-bottom: 1em;
  border-bottom: dotted 1px #ccc;
  font-size: 1.2em;
}
#home #home_news #home_news_contents .collumn:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#home #home_news #home_news_contents .collumn .date {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 0.5em;
  color: #666;
}
#home #home_news #home_news_contents .collumn .category {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 8em;
  margin-bottom: 0.5em;
  text-align: center;
  border: solid 1px #ccc;
  color: #666;
}
#home #home_news #home_news_contents .collumn a {
  color: #000;
}
#home #home_news #home_news_contents .collumn a:hover {
  color: #900;
}

@media screen and (max-width: 640px) {
  #home #content_wrapper {
    margin-top: 0;
  }
  #home #home_area {
    padding: 0 10px;
  }
  #home #home_banner {
    float: inherit;
    width: auto;
    margin-left: -10px;
    margin-bottom: 5px;
    padding: 0;
  }
  #home #home_banner li {
    width: 100%;
    margin-bottom: 15px;
  }
  #home #home_banner li img {
    width: 100%;
    height: auto;
  }
  #home #home_banner .large {
    margin-left: 10px;
  }
  #home #home_banner .small {
    margin-left: 0;
    width: 50%;
    height: auto;
  }
  #home #home_banner .small a {
    display: block;
    padding-left: 10px;
  }
  #home #home_banner .dkc {
    margin-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
  #home #home_banner .dkc .inner {
    overflow: hidden;
    *zoom: 1;
  }
  #home #home_banner .dkc .inner .is-left,
  #home #home_banner .dkc .inner .is-right {
    width: 49%;
  }
  #home #home_news {
    float: inherit;
    width: auto;
    margin-bottom: 15px;
  }
  #home #home_news h2 {
    margin: 0 -10px;
    padding: 0.5em 10px;
    background: #900;
    color: #fff;
    border-bottom: solid 1px #fff;
  }
  #home #home_news h2 span {
    display: block;
    padding-left: 5px;
    border-left: solid 5px #fff;
  }
  #home #home_news .sub-navi {
    position: relative;
    right: 0;
    top: 0;
    text-align: right;
    font-weight: bold;
    font-family: Arial,sans-serif;
  }
  #home #home_news .sub-navi li {
    display: block;
    margin-left: 0;
    padding: 0.5em 1em;
    font-size: 1.2em;
    text-align: center;
    border: solid 1px #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
  #home #home_news .sub-navi li.backnumber {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #ebebeb));
    background-image: -webkit-linear-gradient(top, #ffffff, #ebebeb);
    background-image: -moz-linear-gradient(top, #ffffff, #ebebeb);
    background-image: -o-linear-gradient(top, #ffffff, #ebebeb);
    background-image: linear-gradient(top, #ffffff, #ebebeb);
  }
  #home #home_news .sub-navi li.backnumber a {
    display: block;
    background: url(/ba/common/img/ar_circle_gray_right.png) right center no-repeat;
  }
  #home #home_news .sub-navi li.rss {
    display: none;
  }
  #home #home_news .sub-navi a {
    color: #333;
    text-decoration: none;
  }
  #home #home_news .sub-navi a:hover {
    background: none;
  }
  #home #home_news .sub-navi a {
    color: #666;
  }
  #home #home_news #sp_category_select {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0.4em;
    text-align: left;
    display: block;
    width: 175px;
    height: 21px;
    margin-left: 5px;
    padding-top: 3px;
    padding-left: 8px;
    border: solid 1px #ccc !important;
    background: url(/ba/common/img/ar_black_down.png) 95% center no-repeat white;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    font-size: 1.2em;
  }
  #home #home_news #category-navi {
    position: absolute;
    display: none;
    right: 0;
    top: 30px;
    text-align: right;
  }
  #home #home_news #category-navi li {
    text-align: left;
    display: block;
    width: 175px;
    height: 21px;
    margin-left: 5px;
    padding-top: 3px;
    padding-left: 8px;
    border: solid 1px #ccc !important;
  }
  #home #home_news #home_news_contents {
    border: none;
    border-top: solid 1px #900;
    padding: 10px 0 0;
    margin: 0 -10px;
    height: auto;
  }
  #home #home_news #home_news_contents .collumn {
    padding-right: 10px;
    padding-left: 10px;
  }
}
/* 教員紹介
---------------------------------------------------------------------------------------------------- */
/* 教員一覧
-------------------- */
#professor .catch-copy {
  font-size: 3.6em;
  font-weight: normal;
  font-style: italic;
}
#professor #profile_wrapper {
  padding-top: 20px;
  border-top: solid 10px #ececec;
  letter-spacing: -.5em;
}
#professor #profile_wrapper .inner {
  margin-left: -20px;
}
#professor #profile_wrapper .profile {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 200px;
  margin-left: 20px;
  margin-bottom: 20px;
  letter-spacing: 0;
}
#professor #profile_wrapper .profile a {
  display: block;
  z-index: 0;
}
#professor #profile_wrapper .profile .spec {
  position: relative;
  z-index: 1;
  margin-top: -22px;
  padding: 15px 10px 10px;
  background: url(/ba/img/introduce/professor-list/bg_professor01.png) top center no-repeat;
}
#professor #profile_wrapper .profile .spec h4 {
  margin-bottom: 0;
  font-size: 1.4em;
  font-weight: normal;
}
#professor #profile_wrapper .profile .spec h4 strong {
  margin-right: 0.5em;
  font-size: 1.14285em;
}
#professor #profile_wrapper .profile .spec p {
  font-size: 1.4em;
  color: #fff;
  text-align: right;
  margin-bottom: 0;
}
#professor .main-title {
  font-size: 2.8em;
  font-weight: normal;
  font-family: "ＭＳ Ｐ明朝",serif;
  margin: 1em 0 0.8em;
  line-height: 1.2;
}
#professor .text-title {
  font-size: 2em;
  font-weight: normal;
  font-family: "ＭＳ Ｐ明朝",serif;
  margin: 1em 0 0.5em;
  line-height: 1.2;
}

/* ピックアップインタビュー
-------------------- */
#interview {
  background: #fff;
}
#interview .close {
  text-align: right;
  margin: 0;
  zoom: 200%;
}
#interview .modal-navi a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: absolute;
  top: 50%;
  margin-top: 1.5em;
  padding: 1em 0.5em;
  font-size: 1.2em;
  color: #fff;
  background: #333;
  text-decoration: none;
}
#interview .modal-navi a:hover {
  background: #666;
}
#interview .modal-navi .next a {
  right: 0;
}
#interview .modal-navi .back a {
  left: 0;
}
#interview p {
  font-size: 1.2em;
}
#interview .main-image {
  border-bottom: solid 5px #FFAD33;
  margin-bottom: 0;
}
#interview .main-image img {
  width: 100%;
  height: auto;
}
#interview .section {
  padding: 30px;
}
#interview .section h1 {
  font-size: 1.4em;
  margin-bottom: 0;
}
#interview .section h1 strong {
  margin-right: 1em;
  font-size: 1.42857em;
}
#interview .section h2 {
  font-size: 1.4em;
  margin-top: 0;
}
#interview .section h3 {
  font-size: 2em;
  font-weight: normal;
  color: #f90;
}
#interview .article {
  padding: 30px;
  background: #E8E8E8;
  overflow: hidden;
  *zoom: 1;
}
#interview .article .img {
  float: left;
  margin-right: 20px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  -webkit-box-shadow: 0 0 3px;
  -moz-box-shadow: 0 0 3px;
  box-shadow: 0 0 3px;
}
#interview .article h5 {
  font-size: 1.8em;
  font-weight: normal;
  color: #f90;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

@media screen and (max-width: 640px) {
  /* 教員一覧
  -------------------- */
  #professor #profile_wrapper {
    padding-top: 10px;
    border-top: solid 5px #ececec;
  }
  #professor #profile_wrapper .inner {
    margin-left: -10px;
  }
  #professor #profile_wrapper .profile {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 50%;
    margin-left: 0;
    margin-bottom: 10px;
  }
  #professor #profile_wrapper .profile a {
    margin-left: 10px;
  }
  #professor #profile_wrapper .profile a img {
    width: 100%;
    height: auto;
  }
  #professor #profile_wrapper .profile .spec {
    margin-top: -22px;
    margin-left: 10px;
  }
  #professor #profile_wrapper .profile .spec h4 {
    font-size: 1.0em;
  }
  #professor #profile_wrapper .profile .spec p {
    font-size: 1.0em;
  }

  /* ピックアップインタビュー
  -------------------- */
  #interview .section {
    padding: 20px;
  }
  #interview .article {
    padding: 20px;
  }
  #interview .article .img {
    float: inherit;
    margin: 0 auto 1em;
  }
}
/* 学びを深める
---------------------------------------------------------------------------------------------------- */
#curriculum .catch-copy:first-letter {
  font-size: 1.3em;
}

#curriculum_navi h3 {
  margin-bottom: 0.3em;
  padding: 0.3em;
  background: #000;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
#curriculum_navi ul {
  overflow: hidden;
  *zoom: 1;
  position: relative;
}
#curriculum_navi li {
  float: left;
  width: 160px;
  padding-bottom: 5px;
  background: url(/ba/img/education/bg_curriculum04.gif) left bottom no-repeat;
}
#curriculum_navi li.current {
  padding-bottom: 2px;
  background: none;
  border-bottom-style: solid;
  border-bottom-width: 3px;
}
#curriculum_navi li.first {
  border-bottom-color: #80B9E6;
}
#curriculum_navi li.first:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 160px;
  width: 10px;
  height: 20px;
  background: url(/ba/img/education/bg_curriculum01.png);
}
#curriculum_navi li.second {
  border-bottom-color: #F080A4;
}
#curriculum_navi li.second:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 320px;
  width: 10px;
  height: 20px;
  background: url(/ba/img/education/bg_curriculum02.png);
}
#curriculum_navi li.third {
  border-bottom-color: #78C48D;
}
#curriculum_navi li.third:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 480px;
  width: 10px;
  height: 20px;
  background: url(/ba/img/education/bg_curriculum03.png);
}
#curriculum_navi li.fourth {
  border-bottom-color: #F6D033;
}

#curriculum3_chart {
  border: solid 5px #78C48D;
  background: #F2FAF5;
  margin-bottom: 4em;
  padding: 15px;
}
#curriculum3_chart ul {
  overflow: hidden;
  *zoom: 1;
}
#curriculum3_chart li {
  float: left;
  position: relative;
  margin-bottom: 10px;
}
#curriculum3_chart li.first {
  padding-right: 44px;
}
#curriculum3_chart li.first:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 30px;
  right: 22px;
  width: 12px;
  height: 18px;
  background: url(/ba/img/education/curriculum/img_curriculum3_04.gif);
}
#curriculum3_chart li.second {
  padding-right: 52px;
}
#curriculum3_chart li.second:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 30px;
  right: 19px;
  width: 29px;
  height: 18px;
  background: url(/ba/img/education/curriculum/img_curriculum3_05.gif);
}
#curriculum3_chart dl {
  display: table;
  width: 100%;
  font-weight: bold;
  background: url(/ba/img/education/curriculum/bg_curriculum03_01.gif);
}
#curriculum3_chart dl dt {
  display: table-cell;
  width: 20%;
  font-size: 1.4em;
  background: #78C48D;
  text-align: center;
  color: #fff;
}
#curriculum3_chart dl dd {
  background: #fff;
  margin: 5px;
  padding: 0.4em;
  font-size: 1.2em;
}

#curriculum_interview {
  margin-bottom: 3em;
}
#curriculum_interview .inner {
  overflow: hidden;
  *zoom: 1;
  padding: 15px;
  border: solid 1px #ccc;
  background: #fff;
}
#curriculum_interview h4 {
  margin-bottom: 0;
}
#curriculum_interview .figure {
  float: left;
  width: 160px;
  margin-right: 20px;
  background: #D7D7D7;
}
#curriculum_interview .figure p {
  margin: 0;
}
#curriculum_interview .figure .figcaption {
  font-size: 1.1em;
  margin: 0;
  padding: 0.5em;
}
#curriculum_interview .figure .figcaption strong {
  font-size: 1.18em;
}
#curriculum_interview h5 {
  font-size: 1.6em;
  margin-bottom: 0.5em;
}
#curriculum_interview .text {
  font-size: 1.2em;
}

#curriculum_footer_navi {
  margin-bottom: 3em;
}
#curriculum_footer_navi ul {
  overflow: hidden;
  *zoom: 1;
}
#curriculum_footer_navi li {
  width: 170px;
}
#curriculum_footer_navi li a {
  display: block;
}
#curriculum_footer_navi li.back {
  float: left;
}
#curriculum_footer_navi li.back a {
  padding-left: 10px;
  background: url(/ba/img/education/btn_curriculum_left.gif) left center no-repeat #333333;
}
#curriculum_footer_navi li.forward {
  float: right;
}
#curriculum_footer_navi li.forward a {
  padding-right: 10px;
  background: url(/ba/img/education/btn_curriculum_right.gif) right center no-repeat #333333;
}

/* ゼミ紹介
---------------------------------------------------------------------------------------------------- */
#seminar .catch-copy,
#seminar_detail .catch-copy {
  font-size: 3.0em;
  margin: 1em 0 0.8em;
  line-height: 1.5;
  background: url(/ba/img/education/seminar/bg_seminar01.gif) right top no-repeat;
}
#seminar .catch-copy span,
#seminar_detail .catch-copy span {
  font-size: 0.86666em;
}
#seminar .seminar-num,
#seminar_detail .seminar-num {
  margin-bottom: 0.2em;
  font-size: 3.2em;
  font-style: italic;
  font-family: "ＭＳ Ｐ明朝",serif;
  background: url(/ba/img/education/seminar/bg_seminar02.gif) right center repeat-x;
}
#seminar .seminar-num span,
#seminar_detail .seminar-num span {
  padding-right: 0.5em;
  background: #fff;
}

/* ゼミ一覧
------------------------------ */
#seminar .section {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 2em;
}
#seminar .section a {
  text-decoration: none;
}
#seminar .section .img {
  float: left;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border: solid 4px #ECECEC;
}
#seminar .section .img img {
  border: solid 1px #fff;
}
#seminar .section .is-right {
  width: 410px;
}
#seminar .section h4 {
  color: #46B6CC;
  font-size: 18px;
  margin-bottom: 0.3em;
}
#seminar .section .name {
  margin-bottom: 0.5em;
  font-size: 16px;
}
#seminar .section .name strong {
  margin-right: 0.5em;
}
#seminar .section .text {
  color: #333;
}
#seminar .section .keyword {
  padding: 5px;
  background: #ECECEC;
}
#seminar .section .keyword h5 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #fff;
  margin-bottom: 5px;
  padding: 0.5em 2em 0.5em 1em;
  background: url(/ba/img/education/seminar/bg_seminar03.gif) right center no-repeat #46b6cc;
}
#seminar .section .keyword ul {
  display: inline;
}
#seminar .section .keyword ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 2px;
  padding: 0.5em 1em;
  background: #fff;
  color: #000;
}

/* ゼミ紹介 詳細
------------------------------ */
#seminar_detail .detail-header {
  position: relative;
}
#seminar_detail .detail-header .seminar-list-btn {
  position: absolute;
  right: 20px;
  top: 12px;
}
#seminar_detail .detail-header .seminar-list-btn a {
  display: block;
  background: #666;
  text-align: center;
  padding: 0.3em 3.5em;
  font-size: 1.2em;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  text-decoration: none;
  color: #fff;
}
#seminar_detail .detail-header .seminar-list-btn a:hover {
  background: #999;
}
#seminar_detail .lead-area {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 1em;
}
#seminar_detail .lead-area h4 {
  color: #46B6CC;
  font-size: 28px;
  margin-bottom: 0;
}
#seminar_detail .lead-area .name {
  margin-bottom: 0.5em;
  font-size: 16px;
}
#seminar_detail .lead-area .name strong {
  margin-right: 0.5em;
}
#seminar_detail .lead-area .keyword {
  float: right;
  width: 200px;
  margin-left: 15px;
  margin-bottom: 1em;
  padding: 10px 10px 0.5em;
  background: #ECECEC;
  text-align: center;
}
#seminar_detail .lead-area .keyword h5 {
  color: #fff;
  margin-bottom: 0;
  padding: 0.5em 1em 1em;
  background: url(/ba/img/education/seminar/bg_seminar04.gif) center bottom no-repeat #46b6cc;
}
#seminar_detail .lead-area .keyword ul li {
  margin-bottom: 0.5em;
  padding: 0.5em 1em;
  background: #fff;
  color: #000;
}
#seminar_detail .section {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 2em;
}
#seminar_detail .section .img {
  border: solid 4px #ECECEC;
}
#seminar_detail .section .img img {
  border: solid 1px #fff;
}
#seminar_detail .section .num-title {
  margin-bottom: 1em;
  margin-left: 4em;
  line-height: 1.2;
  font-size: 1.6em;
}
#seminar_detail .section .num-title span {
  margin-right: 0.2em;
  margin-left: -2.2em;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0.3em 1em 0.3em 0.5em;
  font-size: 1.75em;
  font-style: italic;
  font-weight: normal;
  font-family: "ＭＳ Ｐ明朝",serif;
  line-height: 1;
  color: #fff;
  background: url(/ba/img/education/seminar/bg_seminar05.gif) right center no-repeat #46b6cc;
}
#seminar_detail .section .is-left {
  margin-right: 20px;
}

@media screen and (max-width: 640px) {
  #curriculum_navi {
    margin: 0 -10px;
  }
  #curriculum_navi li {
    float: left;
    width: 50%;
    background-repeat: repeat-x;
  }
  #curriculum_navi li.first:after {
    left: 50%;
    top: 17%;
  }
  #curriculum_navi li.second:after {
    left: 0;
    top: 67%;
  }
  #curriculum_navi li.third:after {
    left: 50%;
    top: 67%;
  }
  #curriculum_navi li a img {
    width: 100%;
    height: auto;
  }

  #curriculum3_chart li {
    float: inherit;
    text-align: center;
    margin-bottom: 10px;
  }
  #curriculum3_chart li.first {
    padding-right: 0;
    padding-bottom: 44px;
  }
  #curriculum3_chart li.first:after {
    top: 194px;
    left: 51%;
    margin-left: -9px;
    -webkit-transform: translate(0px, 0px) scale(1) rotate(90deg);
  }
  #curriculum3_chart li.second {
    padding-right: 0;
    padding-bottom: 52px;
  }
  #curriculum3_chart li.second:after {
    top: 204px;
    left: 50%;
    margin-left: -9px;
    -webkit-transform: translate(0px, 0px) scale(1) rotate(90deg);
  }
  #curriculum3_chart dl dt {
    white-space: nowrap;
    padding-right: 0.5em;
    padding-left: 0.5em;
    vertical-align: middle;
  }

  #curriculum_interview {
    margin-bottom: 1em;
  }
  #curriculum_interview .figure {
    float: inherit;
    margin: 0 auto 1em;
  }

  #curriculum_footer_navi {
    margin-bottom: 1em;
  }
  #curriculum_footer_navi li {
    width: 50%;
  }
  #curriculum_footer_navi li a img {
    width: 100%;
    height: auto;
  }

  /* ゼミ紹介
  ---------------------------------------------------------------------------------------------------- */
  #seminar .catch-copy,
  #seminar_detail .catch-copy {
    font-size: 2em;
    background: none;
  }

  /* ゼミ一覧
  ------------------------------ */
  #seminar .section .img {
    float: inherit;
    display: block;
    width: 202px;
    margin: 0 auto 1em;
  }
  #seminar .section .is-right {
    width: auto;
  }
  #seminar .section .keyword h5 {
    padding: 0.3em;
    background-image: none;
  }
  #seminar .section .keyword ul li {
    padding: 0.3em;
  }

  /* ゼミ紹介 詳細
  ------------------------------ */
  #seminar_detail .lead-area .keyword {
    width: 120px;
  }
  #seminar_detail .section .img {
    max-width: 300px;
    box-sizing: border-box;
    margin: 0 auto 1em;
  }
  #seminar_detail .section .img img {
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }
  #seminar_detail .section .is-left {
    float: inherit;
    margin: 0 auto 1em;
  }
}
/* MOVE ＆ VOICE
---------------------------------------------------------------------------------------------------- */
#voice_navi li a {
  display: block;
  padding: 0.5em 0.5em 0.5em 45px;
  margin-bottom: 20px;
  background: #fff;
  border-left-style: solid;
  border-left-width: 5px;
  background-repeat: no-repeat;
  background-position: 10px center;
  font-size: 14px;
  color: #333;
  text-decoration: none;
}
#voice_navi li a strong {
  font-size: 18px;
}
#voice_navi li a:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
#voice_navi .all a {
  border-left-color: #8F8F8F;
  background-image: url(/ba/img/voice/ico_voice_all.gif);
}
#voice_navi .student a {
  border-left-color: #FFA817;
  background-image: url(/ba/img/voice/ico_voice_student.gif);
}
#voice_navi .graduate a {
  border-left-color: #5D73B3;
  background-image: url(/ba/img/voice/ico_voice_graduate.gif);
}

#voice_navi .teacher a {
  border-left-color: #FF6F61;
  background-image: url(/ba/img/voice/ico_voice_teacher.gif);
}

/* 一覧
-------------------- */
#voice #main_title {
  margin-bottom: 2em;
  background: url(/ba/img/voice/bg_voice01.gif) left top no-repeat;
  text-align: center;
}
#voice .voice-copy {
  font-size: 3.2em;
  text-align: center;
}
#voice .voice-copy span {
  font-size: 0.85em;
}
#voice .voice-copy b {
  color: #A33FB1;
}
#voice .voice-copy i {
  font-style: oblique;
}
#voice #voice_wrapper {
  overflow: hidden;
  *zoom: 1;
  margin-left: -20px;
  vertical-align: top;
  letter-spacing: -.5em;
}
#voice #voice_wrapper #voice_navi {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: 0;
  margin-left: 20px;
  width: 225px;
  padding: 20px;
  background: #A342B1;
}
#voice #voice_wrapper #voice_navi li:last-child a {
  margin-bottom: 0;
}
#voice #voice_wrapper .section {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  letter-spacing: 0;
  vertical-align: top;
  width: 225px;
  margin-bottom: 20px;
  margin-left: 20px;
  background-color: #fff;
}
#voice #voice_wrapper .section a {
  display: block;
}
#voice #voice_wrapper .section .spec {
  position: relative;
  z-index: 1;
  margin-top: -24px;
  padding: 22px 10px 10px;
  background: url(/ba/img/voice/bg_voice02.png) top center no-repeat;
}
#voice #voice_wrapper .section .spec h4 {
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: normal;
}
#voice #voice_wrapper .section .spec h4 strong {
  margin-right: 0.5em;
  font-size: 1.14285em;
}
#voice #voice_wrapper .section .spec p {
  font-size: 1.2em;
  margin-bottom: 0;
}
#voice #voice_wrapper .section .spec .name {
  text-align: right;
}
#voice #voice_wrapper .section .spec .name strong {
  font-size: 1.16666em;
  margin-right: 0.5em;
}
#voice #voice_wrapper .new {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  overflow: hidden;
  background: url(/ba/img/voice/ico_voice_new.png) left top no-repeat;
  text-indent: -9999px;
}
#voice #voice_wrapper .icon {
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 26px;
  height: 26px;
  overflow: hidden;
}
#voice .page-list span.first {
  background: none;
}
#voice .page-list span.first a {
  background: #A342B1;
}
#voice .page-list span.last {
  background: none;
}
#voice .page-list span.last a {
  background: #A342B1;
}
#voice .page-list span a {
  background: #BA71C5;
}
#voice .page-list span a:hover {
  background: #DCB8E2;
}

/* 詳細
-------------------- */
#voice_detail #hearder_area {
  overflow: hidden;
  *zoom: 1;
  background: #A342B1;
  margin-bottom: 2em;
}
#hearder_area h1 {
  float: left;
  width: 511px;
  padding: 30px 0 0 30px;
}
#hearder_area #voice_navi {
  float: right;
  letter-spacing: 0;
  width: 460px;
  padding: 10px 10px 0;
  letter-spacing: -.5em;
}
#hearder_area #voice_navi li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 180px;
  margin-bottom: 10px;
  margin-left: 10px;
  letter-spacing: 0;
}
#hearder_area #voice_navi li a {
  margin-bottom: 0;
}

#voicecrumb {
  margin-bottom: 2em;
}
#voicecrumb p {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 0.5em 0 0;
  background: #FFA817;
  font-size: 1.2em;
}
#voicecrumb p a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 0.5em;
  padding: 0.5em 1em 0.5em 0.5em;
  background: url(/ba/img/voice/bg_voice03.gif) right center no-repeat black;
  color: #fff;
  text-decoration: none;
}

#detail_wrapper {
  position: relative;
  border: solid 10px #efefef;
  margin-bottom: 2em;
  padding: 20px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
#detail_wrapper .new {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 80px;
}
#detail_wrapper .main-title {
  font-size: 2.6em;
}
#detail_wrapper .name {
  font-size: 1.2em;
}
#detail_wrapper .name strong {
  font-size: 1.16666em;
}
#detail_wrapper .name img {
  vertical-align: middle;
  margin-right: 0.5em;
}
#detail_wrapper .section {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 2em;
}
#detail_wrapper .section .is-left {
  margin-right: 30px;
}
#detail_wrapper .section .is-right {
  max-width: 520px;
}
#detail_wrapper .section .is-right .is-left {
  width: 240px;
  margin-right: 0;
  margin-left: 20px;
  margin-bottom: 20px;
}
#detail_wrapper .section .profile {
  font-size: 1.33333em;
  margin-bottom: 0.5em;
  padding: 0.5em 3em 0.8em;
  background: url(/ba/img/voice/bg_voice04.png) center bottom no-repeat #a342b1;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #fff;
}
#detail_wrapper .section .text-title {
  font-size: 1.8em;
  color: #f90;
}
#detail_wrapper .section h3.text-title-right {
    font-size: 1.8em;
    color: #f90;
    float: right;
    width: 61%;
}
#detail_wrapper .section .text {
  font-size: 1.2em;
	float: right;
	width: 60%;
}
#detail_wrapper .section .text .detail_img {
	float: left;
	width: 48%;
}
#detail_wrapper .section .text .detail_img:last-child {
	float: right;
}
#detail_wrapper .section .text .detail_img img {
	width: 100%;
	height: 100%;
}
#detail_wrapper .fill {
  background: #efefef;
  padding: 20px;
}
#detail_wrapper .fill .img {
  margin-bottom: 0;
  border: solid 4px #fff;
  -webkit-box-shadow: 0 0 2px #cccccc;
  -moz-box-shadow: 0 0 2px #cccccc;
  box-shadow: 0 0 2px #cccccc;
}
#detail_wrapper > :last-child {
  margin-bottom: 0;
}

#voice_footer_navi {
  text-align: center;
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 2em;
}
#voice_footer_navi .profile {
  width: 380px;
  min-height: 130px;
  background: #efefef;
  padding: 10px;
  overflow: hidden;
  *zoom: 1;
}
#voice_footer_navi .profile h4 {
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: normal;
}
#voice_footer_navi .profile h4 strong {
  margin-right: 0.5em;
  font-size: 1.14285em;
}
#voice_footer_navi .profile p {
  font-size: 1.2em;
}
#voice_footer_navi .profile .name {
  text-align: right;
}
#voice_footer_navi .profile .name strong {
  font-size: 1.16666em;
  margin-right: 0.5em;
}
#voice_footer_navi .profile .img {
  position: relative;
  margin-bottom: 0;
}
#voice_footer_navi .profile .img .icon {
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
  left: 5px;
  top: 5px;
}
#voice_footer_navi .profile .is-left {
  margin-right: 10px;
}
#voice_footer_navi .profile .is-right {
  margin-left: 10px;
}
#voice_footer_navi .prev,
#voice_footer_navi .next {
  width: 20px;
}
#voice_footer_navi .prev,
#voice_footer_navi .profile,
#voice_footer_navi h3 {
  float: left;
}
#voice_footer_navi .next {
  float: right;
}

@media screen and (max-width: 640px) {
  /* MOVE ＆ VOICE
  ---------------------------------------------------------------------------------------------------- */
  #voice_navi li a {
    margin-bottom: 0;
    border-top: solid 1px #8F8F8F;
    border-right: solid 1px #8F8F8F;
    border-bottom: solid 1px #8F8F8F;
    font-size: 1.2em;
  }
  #voice_navi li a:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
  }
  #voice_navi .all a {
    border-color: #8F8F8F;
  }
  #voice_navi .student a {
    border-color: #FFA817;
  }
  #voice_navi .graduate a {
    border-color: #5D73B3;
  }
  #voice_navi .teacher a {
    border-color: #FF6F61;
  }

  /* 一覧
  -------------------- */
  #voice #main_title {
    background: none;
  }
  #voice .voice-copy {
    font-size: 1.6em;
    margin-bottom: 0;
  }
  #voice #voice_wrapper {
    margin-left: -10px;
    padding: 10px;
  }
  #voice #voice_wrapper #voice_navi {
    margin-left: 0;
    margin-right: -10px;
    width: auto;
    padding: 10px;
    background: none;
  }
  #voice #voice_wrapper #voice_navi li {
    float: left;
    width: 50%;
  }
  #voice #voice_wrapper .section {
    width: 50%;
    margin-bottom: 10px;
    margin-left: 0;
  }
  #voice #voice_wrapper .section a {
    margin-left: 10px;
  }
  #voice #voice_wrapper .section a img {
    width: 100%;
    height: auto;
  }
  #voice #voice_wrapper .section .spec {
    margin-top: -22px;
    margin-left: 10px;
  }
  #voice #voice_wrapper .section .spec h4 {
    font-size: 1.0em;
  }
  #voice #voice_wrapper .section .spec p {
    font-size: 1.0em;
  }
  #voice #voice_wrapper .new {
    zoom: 75%;
    left: 13.3333px;
  }

  /* 詳細
  -------------------- */
  #hearder_area {
    margin-bottom: 1em;
  }
  #hearder_area h1 {
    float: inherit;
    width: auto;
    padding: 10px;
    margin-bottom: 0;
  }
  #hearder_area h1 img {
    width: 100%;
    height: auto;
  }
  #hearder_area #voice_navi {
    float: inherit;
    width: auto;
    margin-bottom: 10px;
  }
  #hearder_area #voice_navi li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 50%;
    margin-bottom: 0;
    margin-left: 0;
  }

  #voicecrumb {
    margin-bottom: 1em;
    padding: 0 10px;
  }

  #detail_wrapper {
    border-width: 5px;
    padding: 10px;
  }
  #detail_wrapper .img {
    float: inherit !important;
    margin: 0 auto 1em !important;
    text-align: center;
  }
  #detail_wrapper img {
    max-width: 100%;
    height: auto;
  }
  #detail_wrapper .new {
    zoom: 75%;
  }
  #detail_wrapper .main-title {
    font-size: 2em;
    margin-right: 40px;
  }
  #detail_wrapper .name {
    font-size: 1.2em;
  }
  #detail_wrapper .name strong {
    font-size: 1.16666em;
  }
  #detail_wrapper .name img {
    vertical-align: middle;
    margin-right: 0.5em;
  }
	#detail_wrapper .section .text {
		float: none;
		width: 100%;
	}
  #detail_wrapper .section .is-right {
    max-width: inherit;
    margin-right: -10px !important;
  }
  #detail_wrapper .section .is-right .is-left {
    padding-right: 10px;
    margin: 0 0 1em;
    width: 50%;
    box-sizing: border-box;
  }
  #detail_wrapper .section .is-right .is-left img {
    width: 100%;
    height: auto;
  }
  #detail_wrapper .fill {
    padding: 10px;
  }
  #detail_wrapper .fill .img {
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  #detail_wrapper > :last-child {
    margin-bottom: 0;
  }

  #voice_footer_navi {
    position: relative;
  }
  #voice_footer_navi h3 {
    display: none;
  }
  #voice_footer_navi .profile {
    float: inherit;
    width: auto;
    min-height: 0;
    padding-left: 30px;
    padding-right: 30px;
    border-bottom: solid 2px #fff;
  }
  #voice_footer_navi .prev,
  #voice_footer_navi .next {
    position: absolute;
    top: 50%;
    margin-top: -75px;
  }
  #voice_footer_navi .prev {
    left: 0;
  }
  #voice_footer_navi .next {
    right: 0;
  }
}
/* ページナビ
---------------------------------------------------------------------------------------------------- */
.page-list {
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: center;
  font-size: 1.2em;
}
.page-list span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.page-list span.first {
  background: none;
}
.page-list span.first a {
  background: #333;
  padding-left: 1.5em;
  padding-right: 1.5em;
  -webkit-border-radius: 15px 0 0 15px;
  -moz-border-radius: 15px 0 0 15px;
  -ms-border-radius: 15px 0 0 15px;
  -o-border-radius: 15px 0 0 15px;
  border-radius: 15px 0 0 15px;
}
.page-list span.last {
  background: none;
}
.page-list span.last a {
  background: #333;
  padding-left: 1.5em;
  padding-right: 1.5em;
  -webkit-border-radius: 0 15px 15px 0;
  -moz-border-radius: 0 15px 15px 0;
  -ms-border-radius: 0 15px 15px 0;
  -o-border-radius: 0 15px 15px 0;
  border-radius: 0 15px 15px 0;
}
.page-list span.WCMpaged a {
  margin-right: 0.25em;
  margin-left: 0.25em;
}
.page-list span a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0.5em 1em;
  color: #fff;
  background: #666;
  text-decoration: none;
}
.page-list span a:hover {
  background: #999;
}

/* 表
---------------------------------------------------------------------------------------------------- */
/* グレイトーン
-------------------- */
table.graytone-style {
  margin-bottom: 1em;
  border-top: #c8c8c8 solid 1px;
  table-layout: fixed;
}
table.graytone-style caption {
  text-align: left;
}
table.graytone-style th, table.graytone-style td {
  padding: 1em;
}
table.graytone-style .name {
  width: 140px;
}
table.graytone-style .field {
  width: 320px;
}
table.graytone-style .subject {
  width: 180px;
}
table.graytone-style thead {
  background: url(/ba/common/img/table-thead-bg.gif) left bottom repeat-x;
}
table.graytone-style thead th {
  padding-right: 0;
  white-space: nowrap;
}
table.graytone-style thead th span {
  padding-right: 1em;
  display: block;
  border-right: solid 1px #c8c8c8;
}
table.graytone-style thead th:last-child span {
  border-right: none;
}
table.graytone-style tbody th, table.graytone-style tbody td {
  border-bottom: solid 1px #C8C8C8;
}
table.graytone-style tbody th {
  background: #F5F5F5;
}

@media screen and (max-width: 640px) {
  /* ページナビ
  ---------------------------------------------------------------------------------------------------- */
  .page-list {
    font-size: 1.0em;
    letter-spacing: -.2em;
  }
  .page-list span {
    letter-spacing: 0;
  }
  .page-list span.first a {
    padding-left: 1em;
    padding-right: 1em;
  }
  .page-list span.last a {
    padding-left: 1em;
    padding-right: 1em;
  }
  .page-list span.WCMpaged a {
    margin-right: 0.1em;
    margin-left: 0.1em;
  }
}
/* 学部長あいさつ
---------------------------------------------------------------------------------------------------- */
#message .catch-copy:first-letter {
  font-size: 1.3em;
}

#message .is-right {
  margin-left: 20px;
}

@media screen and (max-width: 640px) {
  #message .is-right {
    margin-left: 0;
    float: none;
    text-align: center;
  }
}
/* 学部概要
---------------------------------------------------------------------------------------------------- */
#introutline .catch-copy:first-letter {
  font-size: 1.3em;
}

#introutline .section {
  overflow: hidden;
}

#introutline .outline-title {
  font-size: 1.4em;
  padding-left: 25px;
  background: url(/ba/img/introduce/icon_fukidashi.gif) no-repeat left center;
}

#introutline .is-right {
  margin-left: 20px;
}

@media screen and (max-width: 640px) {
	#introutline .is-left,
  #introutline .is-right {
    margin-left: 0;
    float: none;
    text-align: center;
  }
}
/* 人材育成目標
---------------------------------------------------------------------------------------------------- */
#feature .catch-copy:first-letter {
  font-size: 1.3em;
}

#feature .section {
  overflow: hidden;
}

#feature .outline-title {
  font-size: 1.4em;
  padding-left: 25px;
  background: url(/ba/img/introduce/icon_fukidashi.gif) no-repeat left center;
}

#feature .is-right {
  margin-left: 20px;
}

#feature .feature_list {
  border: 7px solid #900;
  padding: 13px;
  margin-top: 5px;
  margin-bottom: 4em;
  background: #F2FAF5;
  overflow: hidden;
  *zoom: 1;
  line-height: 1.45;
  font-size: 1.4em;
  font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}

#feature .feature_list .kugiri {
  margin: 12px 0 7px 0;
  font-family: "ＭＳ ゴシック", "Osaka－等幅";
  font-weight: bold;
}

/* change - start ----------------------------------------------------------------------------------- 2014.04.02 */
#feature h5 {
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-style: italic;
  font-size: 1.8em;
  margin-bottom: 1em;
}

#feature .mt {
  padding-top: 30px;
}
/* change - end ------------------------------------------------------------------------------------- 2014.04.02 */

@media screen and (max-width: 640px) {
  #feature .is-right {
    margin-left: 0;
    float: none;
    text-align: center;
  }
}
/* 大阪いばらきキャンパス移転について
---------------------------------------------------------------------------------------------------- */
/* トップ
----------------------*/
#ibaraki .catch-copy:first-letter {
  font-size: 1.3em;
}

#ibaraki #ibaraki-top-list {
  overflow: hidden;
}

#ibaraki #ibaraki-top-list li {
  width: 310px;
  height: 190px;
  float: left;
  margin-bottom: 20px;
}

#ibaraki #ibaraki-top-list li:nth-child(even) {
  margin-left: 20px;
}

#ibaraki #ibaraki-top-list li a {
  display: block;
  width: 310px;
  height: 190px;
  color: #fff;
  text-decoration: none;
  font-size: 2.2em;
  line-height: 1.35;
}

#ibaraki #ibaraki-top-list li a:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

#ibaraki #ibaraki-top-list li em {
  display: table-cell;
  padding: 0 10px;
  height: 190px;
  vertical-align: middle;
  font-style: normal;
}

#ibaraki #ibaraki-top-list li a span {
  font-size: 60%;
}

#ibaraki #ibaraki-top-list li#ibaraki-top01 a {
  background: url(/ba/img/introduce/ibaraki/img_ibaraki01.jpg) no-repeat right top #990000;
}

#ibaraki #ibaraki-top-list li#ibaraki-top02 a {
  background: url(/ba/img/introduce/ibaraki/img_ibaraki02.jpg) no-repeat right top #336600;
}

#ibaraki #ibaraki-top-list li#ibaraki-top03 a {
  background: url(/ba/img/introduce/ibaraki/img_ibaraki03.jpg) no-repeat right top #000097;
}

#ibaraki #ibaraki-top-list li#ibaraki-top04 a {
  background: url(/ba/img/introduce/ibaraki/img_ibaraki04.jpg) no-repeat right top #f36501;
}

/* コンセプト等
----------------------*/
#ibarakiConcept {
  background: #fff;
}

#ibarakiConcept .modal-navi a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: absolute;
  top: 50%;
  margin-top: 1.5em;
  padding: 1em 0.5em;
  font-size: 1.2em;
  color: #fff;
  background: #333;
  text-decoration: none;
}

#ibarakiConcept .modal-navi a:hover {
  background: #666;
}

#ibarakiConcept .modal-navi .next a {
  right: 0;
}

#ibarakiConcept .modal-navi .back a {
  left: 0;
}

#ibarakiConcept p {
  font-size: 1.2em;
}

#ibarakiConcept #header_ibaraki {
  position: relative;
  margin-bottom: 20px;
}

#ibarakiConcept #header_ibaraki h1 {
  font-size: 2em;
  line-height: 1.35;
  color: #fff;
  padding: 10px 40px;
  margin: 0;
  text-align: center;
}

#ibarakiConcept #header_ibaraki .close {
  position: absolute;
  right: 10px;
  top: 12px;
}

#ibarakiConcept #header_ibaraki .arrow {
  position: absolute;
  left: 50%;
  margin-left: -13px;
}

#ibarakiConcept #header_ibaraki h1 span {
  font-size: 80%;
}

#ibarakiConcept .ibaraki-content-imgr,
#ibarakiConcept .ibaraki-content-imgl {
  overflow: hidden;
  *zoom: 1;
}

#ibarakiConcept .ibaraki-content-imgr img {
  float: right;
  margin-left: 20px;
}

#ibarakiConcept .ibaraki-content-imgr p {
  padding-left: 20px;
}

#ibarakiConcept .ibaraki-content-imgl img {
  float: left;
  margin-right: 20px;
}

#ibarakiConcept .ibaraki-content-imgl p {
  padding-right: 20px;
}

#ibarakiConcept .ibaraki-sub01 #header_ibaraki {
  background: #900;
}

#ibarakiConcept .ibaraki-sub01 #ibaraki-modal-content {
  padding: 0 20px;
}

#ibarakiConcept .ibaraki-sub01 .img-all {
  text-align: center;
}

#ibarakiConcept .ibaraki-sub01 .img-all img {
  width: 100%;
}

#ibarakiConcept .ibaraki-sub02 #header_ibaraki {
  background: #360;
  margin-bottom: 0;
}

#ibarakiConcept .ibaraki-sub02 #sub02-main,
#ibarakiConcept .ibaraki-sub03 #sub03-main {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 20px;
}

#ibarakiConcept .ibaraki-sub02 #sub02-main img {
  float: left;
  margin-right: 40px;
}

#ibarakiConcept .ibaraki-sub02 #sub02-main h2 {
  font-size: 2.8em;
  font-weight: normal;
  font-family: "ＭＳ Ｐ明朝",serif;
  letter-spacing: -0.05em;
  line-height: 1.35;
  padding: 50px 0 20px 0;
}

#ibarakiConcept .ibaraki-sub02 #sub02-main p {
  font-size: 1.8em;
  text-align: right;
  padding-right: 20px;
}

/* add - start ----------------------------------------------------------------------------------- 2014.04.06 */
#ibarakiConcept .ibaraki-sub02 .ibaraki-content-imgr {
	overflow: inherit;
}
#ibarakiConcept .ibaraki-sub02 .ibaraki-content-imgr img {
	margin: -80px 10px 0 0;
}
/* add - end ------------------------------------------------------------------------------------- 2014.04.06 */

#ibarakiConcept .ibaraki-sub03 #header_ibaraki {
  background: #000097;
}

#ibarakiConcept .ibaraki-sub03 #sub03-main {
  padding: 0 20px;
}

#ibarakiConcept .ibaraki-sub03 #sub03-main h2 {
  font-size: 1.7em;
  font-weight: normal;
  font-family: "ＭＳ Ｐ明朝",serif;
  letter-spacing: -0.05em;
  line-height: 1.35;
}

#ibarakiConcept .ibaraki-sub03 #sub03-main h2 span {
  font-size: 180%;
  display: block;
  font-weight: bold;
}

#ibarakiConcept .ibaraki-sub03 #sub03-main img {
  float: right;
  margin-left: 20px;
}

#ibarakiConcept .ibaraki-sub03 #sub03-list h2 {
  font-size: 1.4em;
  padding-left: 25px;
  background: url(/ba/img/introduce/icon_fukidashi.gif) no-repeat left center;
  margin: 0 20px;
  font-weight: normal;
}

#ibarakiConcept .ibaraki-sub03 #sub03-list ul {
  overflow: hidden;
  *zoom: 1;
  padding: 0.5%;
}

#ibarakiConcept .ibaraki-sub03 #sub03-list ul li {
  width: 30%;
  padding: 1.5%;
  float: left;
  text-align: center;
  font-size: 1.2em;
}

#ibarakiConcept .ibaraki-sub03 #sub03-list ul li img {
  display: block;
  margin: 0 auto 10px auto;
  max-width: 100%;
}
/* add - start ----------------------------------------------------------------------------------- 2014.04.06 */
#ibarakiConcept .ibaraki-sub03 #sub03-bnr {
	clear: both;
	padding: 10px 0;
	text-align: center;
}
#ibarakiConcept .ibaraki-sub03 #sub03-bnr img {
	float: none;
	margin: 0 auto;
}
/* add - end ------------------------------------------------------------------------------------- 2014.04.06 */

/* add - start ----------------------------------------------------------------------------------- 2016.03.09 */
#ibarakiConcept .ibaraki-sub03 .club-txt h3 {
  font-size: 1.4em;
  padding-left: 25px;
  background: url(/ba/img/introduce/icon_fukidashi.gif) no-repeat left center;
  font-weight: normal;
}

#ibarakiConcept .ibaraki-sub03 .club-txt h4 {
  font-size: 1.6em;
  line-height: 1.2em;
  margin-bottom: 10px;
}

#ibarakiConcept .ibaraki-sub03 .ibaraki-content-imgr .club-txt h3,
#ibarakiConcept .ibaraki-sub03 .ibaraki-content-imgr .club-txt h4,
#ibarakiConcept .ibaraki-sub03 .ibaraki-content-imgr .club-txt p {
  margin-left: 20px;
}

/* add - end ------------------------------------------------------------------------------------- 2016.03.09 */

#ibarakiConcept .ibaraki-sub04 #header_ibaraki {
  background: #F36501;
}

#ibarakiConcept .ibaraki-sub04 #ibaraki-modal-content h2 {
  font-size: 2.8em;
  font-family: "ＭＳ Ｐ明朝",serif;
  text-align: center;
}

#ibarakiConcept .ibaraki-sub04 #ibaraki-modal-content h2 span {
  display: block;
  font-size: 75%;
}

#ibarakiConcept .ibaraki-sub04 .club-txt {
  width: 60%;
}

#ibarakiConcept .ibaraki-sub04 .ibaraki-content-imgl .club-txt {
  float: right;
}

#ibarakiConcept .ibaraki-sub04 .club-txt h3 {
  font-size: 1.4em;
  padding-left: 25px;
  background: url(/ba/img/introduce/icon_fukidashi.gif) no-repeat left center;
  font-weight: normal;
}

#ibarakiConcept .ibaraki-sub04 .club-txt h4 {
  font-size: 1.6em;
  line-height: 1.2em;
  margin-bottom: 10px;
}

#ibarakiConcept .ibaraki-sub04 .ibaraki-content-imgl,
#ibarakiConcept .ibaraki-sub04 .ibaraki-content-imgr {
  margin-bottom: 20px;
}

#ibarakiConcept .ibaraki-sub04 .ibaraki-content-imgl img,
#ibarakiConcept .ibaraki-sub04 .ibaraki-content-imgr img {
  width: 38%;
  margin: 0;
}

#ibarakiConcept .ibaraki-sub04 .ibaraki-content-imgr .club-txt {
  float: left;
}

#ibarakiConcept .ibaraki-sub04 .ibaraki-content-imgl p,
#ibarakiConcept .ibaraki-sub04 .ibaraki-content-imgr p {
  padding: 0;
}

#ibarakiConcept .ibaraki-sub04 .ibaraki-content-imgl .club-txt h3,
#ibarakiConcept .ibaraki-sub04 .ibaraki-content-imgl .club-txt h4,
#ibarakiConcept .ibaraki-sub04 .ibaraki-content-imgl .club-txt p {
  margin-right: 20px;
}

#ibarakiConcept .ibaraki-sub04 .ibaraki-content-imgr .club-txt h3,
#ibarakiConcept .ibaraki-sub04 .ibaraki-content-imgr .club-txt h4,
#ibarakiConcept .ibaraki-sub04 .ibaraki-content-imgr .club-txt p {
  margin-left: 20px;
}

@media screen and (max-width: 640px) {
  #ibaraki #ibaraki-top-list li {
    float: inherit;
    width: 100%;
  }

  #ibaraki #ibaraki-top-list li a {
    width: 100%;
  }

  #ibaraki #ibaraki-top-list li:nth-child(even) {
    margin-left: 0;
  }

  /* コンセプト等
  ----------------------*/
  #ibarakiConcept #header_ibaraki h1 {
    text-align: left;
    padding: 10px 30px 10px 20px;
  }

  #ibarakiConcept #header_ibaraki h1 span {
    display: block;
  }

  #ibarakiConcept .ibaraki-content-imgr img,
  #ibarakiConcept .ibaraki-content-imgl img {
    float: inherit;
    max-width: 100%;
    margin: 0 auto 10px auto;
    display: block;
    text-align: center;
  }

  #ibarakiConcept .ibaraki-content-imgr p,
  #ibarakiConcept .ibaraki-content-imgl p {
    padding: 0 20px;
  }

  #ibarakiConcept .ibaraki-sub02 #sub02-main img {
    float: inherit;
    width: 100%;
  }

  #ibarakiConcept .ibaraki-sub02 #sub02-main h2 {
    padding: 10px 20px 0 20px;
  }
/* add - start ----------------------------------------------------------------------------------- 2014.04.06 */
	#ibarakiConcept .ibaraki-sub02 .ibaraki-content-imgr {
		overflow: inherit;
	}
	#ibarakiConcept .ibaraki-sub02 .ibaraki-content-imgr img {
		margin: 0 auto 10px auto;
		display: block;
	}
/* add - end ------------------------------------------------------------------------------------- 2014.04.06 */

  #ibarakiConcept .ibaraki-sub03 #sub03-main img {
    float: inherit;
    max-width: 100%;
    margin: 0 auto 10px auto;
    display: block;
    text-align: center;
  }

  #ibarakiConcept .ibaraki-sub03 #sub03-list ul {
    padding: 1%;
  }

  #ibarakiConcept .ibaraki-sub03 #sub03-list ul li {
    width: 47%;
    padding: 1%;
  }

  #ibarakiConcept .ibaraki-sub04 .club-txt {
    width: auto;
    padding: 10px 20px;
  }

  #ibarakiConcept .ibaraki-sub04 .ibaraki-content-imgl .club-txt {
    float: inherit;
  }

  #ibarakiConcept .ibaraki-sub04 .ibaraki-content-imgl,
  #ibarakiConcept .ibaraki-sub04 .ibaraki-content-imgr {
    margin-bottom: 0;
  }

  #ibarakiConcept .ibaraki-sub04 .ibaraki-content-imgl img,
  #ibarakiConcept .ibaraki-sub04 .ibaraki-content-imgr img {
    width: auto;
    margin: 0 auto;
    display: block;
    max-width: 100%;
    text-align: center;
  }

  #ibarakiConcept .ibaraki-sub04 .ibaraki-content-imgr .club-txt {
    float: inherit;
  }

  #ibarakiConcept .ibaraki-sub04 .ibaraki-content-imgl .club-txt h3,
  #ibarakiConcept .ibaraki-sub04 .ibaraki-content-imgl .club-txt h4,
  #ibarakiConcept .ibaraki-sub04 .ibaraki-content-imgl .club-txt p {
    margin-right: 0;
  }

  #ibarakiConcept .ibaraki-sub04 .ibaraki-content-imgr .club-txt h3,
  #ibarakiConcept .ibaraki-sub04 .ibaraki-content-imgr .club-txt h4,
  #ibarakiConcept .ibaraki-sub04 .ibaraki-content-imgr .club-txt p {
    margin-left: 0;
  }
}
/* 経営学部での学び
---------------------------------------------------------------------------------------------------- */
#eduabout .catch-copy:first-letter {
  font-size: 1.3em;
}

#eduabout .catch-copy {
  letter-spacing: -0.05em;
}

#eduabout #about-list {
  overflow: hidden;
  *zoom: 1;
	margin-bottom: 30px;
}

#eduabout #about-list {
}

#eduabout #about-list .main-list{
  overflow: hidden;
  *zoom: 1;
	margin-bottom: 20px;
}

#eduabout #about-list .main-list .txt-box {
        border: 1px solid #0a913d;
	background: #fff;
	margin-bottom: 20px;
	float: left;
	width: 500px;
}
#eduabout #about-list .main-list .txt-box:last-child {
	float: right;
}

#eduabout #about-list .main-list .txt-box h3{
	font-size: 20px;
        margin: 0;
}
#eduabout #about-list .main-list .txt-box p {
	padding: 15px;
	margin: 0;
}

#eduabout #about-list .main-list .txt-box h3 {
	border-bottom: 1px solid #0a913d;
	text-align: center;
}

#eduabout #about-list .main-list .txt-box h3 a{
	font-size: 1.4em;
	padding: 15px;
  display:block;
  /*background:#DEEFF3;*/
}

#eduabout #about-list .sub-list {
  overflow: hidden;
  *zoom: 1;
	margin-bottom: 30px;
}

#eduabout #about-list .main-list p,
#eduabout #about-list .sub-list p {
	margin-bottom: 0;
}

#eduabout #about-list .sub-list h5 {
	border: 1px solid #0a913d;
	margin-bottom: 10px;
	/*padding: 10px 5px;*/
	text-align: center;

  overflow:hidden;
}

#eduabout #about-list .sub-list h5 a {
	font-size: 1.5em;
  display:block;
	padding: 10px 5px;
  /*background:#DEEFF3;*/
}

#eduabout #about-list .sub-list h5 a.w50:nth-child(1) {
  width:44%;
  float:left;
	border-right: 1px solid #0a913d;
}
#eduabout #about-list .sub-list h5 a.w50:nth-child(2) {
  width:45%;
  float:right;
}

#eduabout #about-list .sub-list h5 a span{
	font-size: .7em;
  color:#000;
}

#eduabout #about-list .sub-list .txt-box {
	float: left;
	width: 346px;
	margin-right: 16px;
}

#eduabout #about-list .sub-list .txt-box:last-child {
	margin-right: 0;
}

#eduabout #about-list .sub-list .txt-box p {
	margin-bottom: 10px;
}

#eduabout #about-list .sub-list .txt-box p span {
	font-size: .9em;
	display: block;
	margin-top: 5px;
	padding-left: 1em;
	text-indent: -1em;
}

#eduabout #about-list .sub-list .txt-box .photo img {
	width: 100%;
}

#eduabout #about-list .sub-list h4 {
  font-size: 1.4em;
  padding: 5px;
  margin-bottom: 1em;
	text-align: center;
	background: #d2e1c9;
}

#eduabout #about-list .bsa-program h4 {
	font-size: 1.4em;
	/*border-bottom: 1px solid #0a913d;*/
	border: 1px solid #0a913d;
}
#eduabout #about-list .bsa-program h4 a {
  display:block;
	padding: 10px 5px;
  /*background:#DEEFF3;*/
  text-align:center;
}

#eduabout #about-flow {
  padding: 0;
  margin: 0 0 40px;
}

#eduabout #about-flow ul {
	margin-bottom: 30px;
}

#eduabout #about-flow h5 {
  margin-bottom: 5px;
	padding: 3px 5px;
	background: #ffd7d8;
}

#eduabout #about-flow h5 a {
	font-size: 1.3em;
}

#eduabout .about-support_outer {
  margin-bottom: 20px;
	overflow: hidden;
}

#eduabout .about-support {
	float: left;
	width: 346px;
	margin-right: 16px;
}

#eduabout .about-support:last-child {
	margin-right: 0;
}

/*
#eduabout .about-support h5 {
  font-size: 1.3em;
  color: #ff0;
  margin-bottom: 5px;
  background: #00AECB;
  padding: 10px 5px;
}
*/

#eduabout .about-support h5 {
  font-size: 1.3em;
  color: #ff0;
  margin-bottom: 5px;
  background: #00AECB;
  padding: 10px 5px;
  text-align:center;
  height:70px;
}
#eduabout .about-support h5.line1 {
  padding: 20px 5px 0px;
}

#eduabout .about-support p.txt {
  min-height:100px;
}


#eduabout .about-support .photo img {
	width: 100%;
}

/* add - start ----------------------------------------------------------------------------------- 2014.04.10 */
#eduabout .about-support h5.h2em {
	height:3em;
}
/* add - end ------------------------------------------------------------------------------------- 2014.04.10 */

#eduabout .about-support p {
  margin-bottom: 10px;
}

#eduabout .about-support ul {
  overflow: hidden;
  *zoom: 1;
  background: url(/ba/img/education/about/bg_w_line.gif) repeat-y center top;
}

#eduabout .about-support ul li {
  width: 270px;
  float: left;
}

/* change - start -------------------------------------------------------------------------------- 2014.04.10 */
#eduabout .about-support ul li.even {
  margin-left: 50px;
}
/* change - end ---------------------------------------------------------------------------------- 2014.04.10 */

#about-pickup {
  overflow: hidden;
  *zoom: 1;
}

#about-pickup h4 {
  background: url(/ba/img/education/about/icon_pickup.gif) no-repeat left center;
  font-size: 1.4em;
  font-weight: normal;
  padding-left: 85px;
  margin-bottom: 10px;
  line-height: 1.8;
}

#about-pickup #about-pickupl {
  width: 310px;
  float: left;
}

#about-pickup #about-pickupl h5 {
  font-size: 1.8em;
  margin-bottom: 10px;
}

#about-pickup #about-pickupl img {
  float: right;
  margin-left: 10px;
}

#about-pickup #about-pickupl p {
  font-size: 1.1em;
}

#about-pickup #about-pickupr {
  width: 290px;
  float: right;
  padding: 9px;
  border: 1px solid #00AECB;
  background: #D9F3F7;
}

#about-pickup #about-pickupr h5 {
  font-size: 1.4em;
  color: #01AECB;
  margin-bottom: 5px;
}

#about-pickup #about-pickupr ul {
  font-size: 1.2em;
}

#about-pickup #about-pickupr ul li {
  text-indent: -1em;
  margin-left: 1em;
  *zoom: 1;
}

@media screen and (max-width: 640px) {
	#eduabout #about-list .main-list .txt-box,
  #eduabout #about-list .main-list .txt-box:last-child{
    width: auto;
    float: inherit;
  }

	#eduabout #about-list .sub-list .txt-box:last-child,
	#eduabout #about-list .bsa-program .sub-list:last-child{
		margin-bottom: 0;
	}

	#eduabout #about-list .sub-list .txt-box,
	#eduabout .about-support {
		float: none;
		width: auto;
		margin-right: 0;
		margin-bottom: 20px;
	}

	#eduabout .about-support h5 {
		padding: 5px;
    height:auto;
	}

  #eduabout .about-support h5.line1 {
		padding: 5px;
  }

  #eduabout .about-support p.txt {
    min-height:auto;
  }

	#eduabout #about-list .sub-list h5 br,
	#eduabout .about-support h5 br {
		display: none;
	}

  #eduabout #about-list .sub-list h5 a.w50:nth-child(1) {
    width:47%;
  }
  #eduabout #about-list .sub-list h5 a.w50:nth-child(2) {
    width:45%;
  }


  #eduabout #about-flow li .aboutflowinnr {
    background: none !important;
  }

  #eduabout #about-flow .about-flowl {
    float: none;
    width: auto;
    padding-right: 20px;
    min-height: inherit !important;
  }

  #eduabout #about-flow .about-flowr {
    float: none;
    width: auto;
    padding: 20px 20px 0 20px;
  }

  #eduabout #about-flow .about-flowr p {
    padding: 0;
  }

  #eduabout #about-flow #aboutflow034 #aboutflow034r {
    display: none;
  }

  #eduabout #about-flow .arrow {
    left: 50%;
    margin-left: -38px;
  }

  #eduabout #about-flow #aboutflow034 #aboutflow034l {
    width: auto;
    float: inherit;
  }

  #eduabout #about-flow #about-result {
    font-size: 3em;
  }

  #eduabout #about-flow #aboutflow03:after,
  #eduabout #about-flow #aboutflow04:after {
    display: none;
  }

  #eduabout #about-flow #aboutflow034 .about-flowr {
    display: block;
  }

  #eduabout .about-support ul {
    background: none;
  }

  #eduabout .about-support ul li {
    width: auto;
    float: none;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
  }

/* add - start ----------------------------------------------------------------------------------- 2014.04.10 */
	#eduabout .about-support h5.h2em {
		height:auto;
	}
/* add - end ------------------------------------------------------------------------------------- 2014.04.10 */

/* change - start -------------------------------------------------------------------------------- 2014.04.10 */
  #eduabout .about-support ul li.even {
    margin-left: 0;
  }
/* change - end ---------------------------------------------------------------------------------- 2014.04.10 */

  #eduabout .about-support ul li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
  }

  #about-pickup #about-pickupl,
  #about-pickup #about-pickupr {
    width: auto;
    float: inherit;
  }

  #about-pickup #about-pickupl {
    overflow: hidden;
    *zoom: 1;
    margin-bottom: 10px;
  }
}
/* 学科・コース
---------------------------------------------------------------------------------------------------- */
/* トップ
------------------------------ */
#course .catch-copy:first-letter {
  font-size: 1.3em;
}

#course #course_list,
#course #course_list li {
  margin-bottom: 20px;
}

#course #course_list li {
  display: table;
  width: 100%;
  *display: inline;
  *zoom: 1;
}

#course #course_list li h4 {
  display: table-cell;
  padding: 20px;
  height: 110px;
  *display: inline;
  *zoom: 1;
  background: #900;
  font-size: 2em;
  color: #fff;
  font-weight: normal;
  vertical-align: middle;
  line-height: 1.2;
  width: 180px;
  margin-bottom: 0;
}

#course #course_list li .course_listr {
  display: table-cell;
  padding: 10px 20px 10px 30px;
  height: 130px;
  *display: inline;
  *zoom: 1;
  width: 370px;
  background: url(/ba/img/education/course/arrow_index.gif) no-repeat left center #cccccc;
  text-shadow: 0 0 3px #fff;
  color: #900;
  line-height: 1.2;
  vertical-align: middle;/* add ------------------------------------------------------------------- 2014.04.10 */
}

#course #course_list li h5 {
  font-family: "ＭＳ Ｐ明朝",serif;
  font-size: 3em;
  margin-bottom: 10px;
}

#course #course_list li h5 a,
#course #course_list li li a {
  color: #900;
  text-decoration: none;
}

#course #course_list li h5 a:hover,
#course #course_list li li a:hover {
  color: #c00;
  text-decoration: underline;
}

#course #course_list li li {
  margin: 0;
  font-size: 1.4em;
  font-weight: bold;
}

#course .catch-copy.lss {
  letter-spacing: -0.05em;
}

#course h4.course2-ttl2 {
  font-size: 1.6em;
}

/*国際経営学科
------------------------------ */
#corse_inter_list {
	margin-bottom: 40px;
}
#corse_inter_list .main-list,
#corse_inter_list .sub-list {
	margin-bottom: 13px;
}

#corse_inter_list .sub-list {
	background: url(/ba/img/education/course/arrow_course1_2.gif) no-repeat bottom center;
	padding-bottom: 50px;
}

#corse_inter_list .sub-list:last-child {
	background: none;
	padding-bottom: 0;
}

#corse_inter_list .sub-list-outer {
	border: 10px solid #dcdddd;
	padding: 20px;
	margin-top: 30px;
	/*margin-left: 60px;*/
	margin-bottom: 40px;
	position: relative;
}

#corse_inter_list .sub-list-outer:before {
	content: "";
	width: 60px;
	height: 450px;
	/*background: url(/ba/img/education/course/bg_g_line.gif) no-repeat top;*/
	position: absolute;
	top: -30px;
	left: -70px;
}

#corse_inter_list .sub-list-outer .sub-list:last-child {
	margin-bottom: 0;
}

#corse_inter_list .sub-list a img {
	width: 100%;
}

#corse_inter_list .main-list p,
#corse_inter_list .sub-list p {
	margin-bottom: 0;
}
#corse_inter_list .sub-list p.click {
  display:inline-block;
  padding:2px 5px;
  background:#FF0;
}

#corse_inter_list .sub-list h5 {
	border-bottom: 1px dotted #000;
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 1.1em;
}

#corse_inter_list .sub-list .txt-box {
	overflow: hidden;
}

#corse_inter_list .sub-list .txt-box p {
	margin-bottom: 10px;
	float: left;
	width: 55%;
}

#corse_inter_list .sub-list .txt-box p span {
	font-size: .9em;
	display: block;
	margin-top: 5px;
	padding-left: 1em;
	text-indent: -1em;
}

#corse_inter_list .sub-list .txt-box .photo {
	float: right;
	width: 40%;
}

#corse_inter_list .sub-list .txt-box .photo img {
	width: 100%;
}
#course1_bdr {
	padding-bottom: 3em;
	border-bottom: 3px solid #ececec;
}
/* add - end ------------------------------------------------------------------------------------- 2014.04.10 */


/* add - start ----------------------------------------------------------------------------------- 2014.04.06 */
.course_kamoku {
	*zoom: 1;
	margin-bottom: 50px;
	padding: 10px 20px;
	border: 1px solid #000;
	position: relative;
}
.course_kamoku:after {
	position: absolute;
	bottom: -40px;
	left: 0;
	right: 0;
	margin: auto;
	width: 30px;
	height: 30px;
	content: url(/ba/img/education/course/plus_course1_2.gif);
}
.course_kamoku.course_kamoku_bottom {
	margin-top: 50px;
}
.course_kamoku.course_kamoku_bottom:after {
	bottom: auto;
	top: -40px;
}
.course_kamoku ul {
	font-size:1.4em;
}
.course_kamoku ul li {
	padding:0 14px;
	background: url(/ba/img/icon_linkarrow.gif) no-repeat left .2em;
}
.course_themes{
	padding: 15px;
	margin-bottom: 4em;
	border:5px solid #00AECC;
	font-size: 1.2em;
	background: #E7FAFE;
}
.course_themes_ttl {
	font-size: 1.2em;
	margin-bottom: .5em;
	color: #fff;
	background: #008000;
	padding: 5px 10px;
}
.course_themes_ttl2 {
	font-size: 1.5em;
	margin-bottom: 1em;
	color: #fff;
	background: #008000;
	padding: 5px 10px;
}
.course_tani {
	border-collapse: separate;
	border-spacing: 2px;
	margin-bottom: 4em;
	width: 100%;
}
.course_tani th,
.course_tani td {
	padding: 5px 10px;
}
.course_tani th {
	color:#fff;
	background: #900;
	text-align: left;
}
.course_tani .wsnwp {
	white-space: nowrap;
}
.course_tani td {
	background: #EDE8DF;
}
.course_tani td.bikou {
	font-size: 1.1em;
}
.course_tani td.bdrw {
	border-bottom:2px solid #666
}
.course_tani tfoot td {
	background: #E7FAFE;
}
.pdl1em{
	padding-left: 1em;
}
.course2-contents {
	margin-bottom: 40px;
}
.course2-contents .sub-list-outer{
	padding: 30px 0 0 0;
	margin-top: 20px;
	/*margin-left: 60px;*/
	margin-bottom: 40px;
	position: relative;
	/*background: url(/ba/img/education/course/bg_g_line2.gif) no-repeat left top;*/
}
.course2-contents .sub-list {
	margin-bottom: 20px;
  padding: 20px;
  border: 6px solid #dcdddd;
	/*padding-left: 60px;*/
	/*background: url(/ba/img/education/course/arrow_course2.gif) no-repeat left center;*/
}

.course2-contents .sub-list img {
	width: 100%;
}

#marketing .sub-list,
#management .sub-list,
#finance .sub-list{
	margin: 0;
}

.course2-contents .main-list p,
.course2-contents .sub-list p {
	margin-bottom: 0;
}

.course2-contents .sub-list p.click {
  display:inline-block;
  padding:2px 5px;
  background:#FF0;
}

.course2-contents .sub-list.sub-list02 {
	padding-left: 0;
	background: none;
}
.course2-contents .sub-list.sub-list02 h5 {
	border-bottom: 2px dotted #666;
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 1.2em;
}

.course2-contents .sub-list h6 {
	margin-bottom: 10px;
	font-size: 1.1em;
}

.course2-contents .sub-list .txt-box {
	overflow: hidden;
}

.course2-contents .sub-list .txt-box p {
	margin-bottom: 10px;
	float: left;
	width: 55%;
}

.course2-contents .sub-list .txt-box p span {
	font-size: .9em;
	display: block;
	margin-top: 5px;
	padding-left: 1em;
	text-indent: -1em;
}

.course2-contents .sub-list .txt-box .photo {
	float: right;
	width: 40%;
}

.course2-contents .sub-list .txt-box .photo img {
	width: 100%;
}

.course2-txt {
	margin-bottom: 2.5em;
}
.course2-txt span {
	font-size: 80%
}

.photo_area {
	overflow: hidden;
	margin-top: 30px;
}
.photo_area img {
	width: 100%;
}
.photo_area .photo_col12 {
	margin-bottom: 30px;
}
.photo_area .photo_col06 {
	float: left;
	width: 520px;
	margin-bottom: 30px;
}
.photo_area .photo_col06:nth-child(even) {
	float: right;
}

/* add - end ------------------------------------------------------------------------------------- 2014.04.06 */


/* 経営学部のカリキュラム
------------------------------ */
#main_area .course_curriculum_new {
  margin-bottom: 1em;
	width: 100%;
	border-collapse: separate;
	border-spacing: 5px;
}
#main_area .course_curriculum_new th {
	background: #f7b76f;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 15px 0;
}
#main_area .course_curriculum_new td {
	border-spacing: 1px;
}
#main_area .course_curriculum_new th,
#main_area .course_curriculum_new td p {
  font-size: .8em;
  word-wrap: break-word;
}
#main_area .course_curriculum_new th.th_common {
  font-size: 1.5em;
}
#main_area .course_curriculum_new td.step_ttl {
	text-align: center;
	width: 45px;
	position: relative;
}
#main_area .course_curriculum_new td.step_ttl:after {
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	width: 44px;
	height: 20px;
	z-index: 1;
}
#main_area .course_curriculum_new td.grade01.step_ttl:after {
	content: url(/ba/img/education/course/table_step01.png);
}
#main_area .course_curriculum_new td.grade02.step_ttl:after {
	content: url(/ba/img/education/course/table_step02.png);
}
#main_area .course_curriculum_new td.grade03.step_ttl:after {
	content: url(/ba/img/education/course/table_step03.png);
}


#main_area .course_curriculum_new td.td_common {
	color: #fff;
	background: #7ebf41;
	font-weight: bold;
	text-align: center;
}
#main_area .course_curriculum_new td.sub_subject {
	border: 1px dashed #00aecc;
	vertical-align: top;
	padding: 3px 2px;
}
#main_area .course_curriculum_new td.main_subject {
	width: 92px !important;
	vertical-align: top;
	padding-bottom: 5px;
}
#main_area .course_curriculum_new td.main_subject .main_subject_ttl {
	margin-bottom: 10px;
}
#main_area .course_curriculum_new td p {
	padding: 0 5px;
}
#main_area .course_curriculum_new td p:last-child {
	margin-bottom: 0;
}
#main_area .course_curriculum_new td.main_subject .main_subject_ttl img {
	width: 100%;
}
#main_area .course_curriculum_new .grade01 {
	background: #e9f4df;
}
#main_area .course_curriculum_new .grade02 {
	background: #d4f1f6;
}
#main_area .course_curriculum_new .grade03 {
	background: #e0edf7;
}
#main_area .course_curriculum_new .grade04 {
	background: #f1d4da;
}
#main_area .course_curriculum_new .grade03_04 {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e0edf7+0,f1d4da+100 */
background: #e0edf7; /* Old browsers */
background: -moz-linear-gradient(top, #e0edf7 0%, #f1d4da 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #e0edf7 0%,#f1d4da 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #e0edf7 0%,#f1d4da 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0edf7', endColorstr='#f1d4da',GradientType=0 ); /* IE6-9 */
}
/* #main_area .course_curriculum_new td.grade03_04 p {
	padding-top: 5px;
} */
#main_area .course_curriculum_new .ideal_course {
	text-align: center;
	border: 1px solid #444;
	padding: 8px 5px;
}


/* ----------------------- */
#main_area .course_curriculum_new td .in {
  overflow: hidden;
}
#main_area .course_curriculum_new td .in.mb10 {
  margin-bottom: 10px;
}
#main_area .course_curriculum_new td .in .ttt {
  float: left;
  margin-right: 10px;
  width: 200px;
}
#main_area .course_curriculum_new td .in .txt {
  overflow: hidden;
}
#main_area .course_curriculum_new td .in .kamoku {
  margin-bottom: 0;
  font-size: 12px;
}
/* ----------------------- */


#main_area .course_curriculum_subject td {
	padding: 20px 10px;
	width: 33.3333%;
}
#main_area .course_curriculum_subject td a {
	text-decoration: none;
	color: #000;
	display: block;
}
#main_area .course_curriculum_subject td a .ttl {
	text-align: center;
	font-size: 1.1em;
}
#main_area .course_curriculum_subject td a .ttl_subject {
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	/* text-decoration: underline; */
}
#main_area .course_curriculum_subject td a:hover {
	text-decoration: none;
	opacity: .7;
}
#main_area .course_curriculum_subject td a .lead_subject {
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 5px;
}
#main_area .course_curriculum_subject td.grade01 a .lead_subject {
	color: #7ebf41;
}
#main_area .course_curriculum_subject td.grade02 a .lead_subject {
	color: #00aecc;
}
#main_area .course_curriculum_subject td.grade03_04 .a {
	color: #4694d1;
}
#main_area .course_curriculum_subject td.grade03_04 .b {
	color: #ab0022;
}

#course_curriculum_pdf {
  display: none;
}
#main_area .course_curriculum_pdf_pc a.blank {
	background: none;
	padding: 0;
}

#main_area .pickup_button {
	margin-top: 20px;
}
#main_area .pickup_button img {
	padding-top: 10px;
	margin-right: 10px;
	vertical-align: middle;
  width:100%;
}
#main_area .pickup_button a {
	color: #000;
	display: block;
}

.course_curriculum_pdf_sp {
	display: none;
	font-size: 1.1em;
}
.course_curriculum_pdf_sp h4 {
	margin-bottom: 5px;
}
.course_curriculum_pdf_sp ul li {
	margin-bottom: 3px;
}
.course_curriculum_pdf_sp ul li a {
	padding-left: 1em;
	display: block;
	background: url(/ba/img/icon_linkarrow.gif) left center no-repeat;
}

#course_lightbox h1 strong {
	vertical-align: top;
	margin-left: 10px;
}

#course_lightbox .section {
	padding: 30px;
}

#course_lightbox .section p {
	font-size: 1.2em;
}

#course_lightbox .photo_box {
	overflow: hidden;
	margin-bottom: 20px;
}

#course_lightbox .photo {
	float: left;
	width: 55%;
}

#course_lightbox .photo img {
	width: 100%;
}

#course_lightbox .profile {
	float: right;
	width: 40%;
}

#course_lightbox .profile h3 {
	margin-top: 10px;
	margin-bottom: 5px;
	background: #000;
	padding: 3px 3px 0 3px;
	color: #fff;
	display: inline-block;
}



.section02 h3 strong {
	vertical-align: top;
	font-size: 1.7em;
	margin-left: 10px;
}

.section02 {
	margin-top: 30px;
}

.section02 p {
	font-size: 1.2em;
}

.section02 .photo_box {
	overflow: hidden;
	margin-bottom: 20px;
}

.section02 .photo {
	float: left;
	width: 55%;
}

.section02 .photo img {
	width: 100%;
}

.section02 .profile {
	float: right;
	width: 40%;
}

.section02 .profile .people {
	margin-bottom: 10px;
}

#main_area .section02 .profile .profile_ttl {
	margin-bottom: 5px;
	color: #fff;
	background: #000;
	font-weight: bold;
	padding: 3px 3px 0 3px;
	display: inline-block;
}

#main_area .section02 .profile .txt p:last-child {
	margin-bottom: 0;
}

.section02 h4 {
	font-size: 1.4em;
}


@media screen and (max-width: 640px) {
  /* トップ
  ------------------------------ */
  #course #course_list li h4,
  #course #course_list li .course_listr {
    display: block;
    width: auto;
    height: auto;
    padding: 20px;
  }

  #course #course_list li .course_listr {
    background: url(/ba/img/education/course/arrow_index_down.gif) no-repeat center top #cccccc;
  }

  /*国際経営学科
  ------------------------------ */
/* change - start -------------------------------------------------------------------------------- 2014.04.06 */
	#corse_inter_list .sub-list-outer {
		border-width: 6px;
		padding: 12px;
		margin-top: 30px;
		margin-left: 0;
	}
	#corse_inter_list .sub-list-outer:before {
		width: 40px;
		height: 30px;
		top: -30px;
		left: 0;
		right: 0;
		margin: auto;
		/*background: url(/ba/img/education/course/bg_g_line_sp.gif) no-repeat top;*/
	}
/* change - end ---------------------------------------------------------------------------------- 2014.04.06 */

  #corse_inter_list li h5 img {
    max-width: 100%;
  }

  #corse_inter_list li#corse_inter_listl {
    padding-right: 0;
    padding-bottom: 60px;
    background: url(/ba/img/education/course/arrow_course1_down.gif) no-repeat bottom center;
    margin-bottom: 10px;
  }

/* add - start ----------------------------------------------------------------------------------- 2014.04.10 */
#corse_inter_list li#corse_inter_list_last {
  width:auto;
  padding-top: 60px;
  margin-left:0;
  background: url(/ba/img/education/course/arrow_course1_down.gif) no-repeat top center;
  text-align:center;
}
#corse_inter_list li#corse_inter_list_last p {
	margin:0 auto;
	width: auto;
	text-align:left;
}
/* add - end ------------------------------------------------------------------------------------- 2014.04.10 */

/* add - start ----------------------------------------------------------------------------------- 2014.04.06 */
	.course_kamoku ul {
		width:auto;
		float:inherit;
	}
	.course_tani .wsnwp {
		white-space: normal;
	}
/* add - end ------------------------------------------------------------------------------------- 2014.04.06 */
.photo_area .photo_col06 {
	float: none;
	width: 100%;
}
.photo_area .photo_col06:nth-child(even) {
	float: none;
}

  /*経営学科
  ------------------------------ */
	.course2-contents .sub-list-outer {
		margin-left: 0;
		padding: 0;
		background: none;
	}
	.course2-contents .sub-list {
		padding: 12px;
    border: 6px solid #dcdddd;
		background: none;
	}

  /* 経営学部のカリキュラム
  ------------------------------ */
  .course_curriculum_new,
  .course_curriculum_subject {
    display: none;
  }

  #course_curriculum_pdf {
    display: block;
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
  }

  #course_curriculum_pdf img {
    display: block;
    margin-bottom: 10px;
    max-width: 100%;
  }

  #course_curriculum_pdf a {
    display: inline-block;
    padding: .5em 1em;
    background: #900;
    text-decoration: none;
    color: #fff;
    *display: inline;
    *zoom: 1;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
  }

	.course_curriculum_pdf_pc {
		display: none;
	}

	.course_curriculum_pdf_sp {
		display: block;
	}

	#course_lightbox .photo,
	#course_lightbox .profile {
		float: none;
		width: 100%;
		overflow: hidden;
	}

	#course_lightbox .photo {
		margin-bottom: 20px;
	}

	#course_lightbox .profile .people {
		float: left;
		width: 50%;
	}

	#course_lightbox .profile .people img {
		width: 100%;
	}

	#course_lightbox .profile .txt {
		float: right;
		width: 45%;
	}

	.section02 .photo,
	.section02 .profile {
		float: none;
		width: 100%;
		overflow: hidden;
	}

	.section02 .photo {
		margin-bottom: 20px;
	}

	.section02 .profile .people {
		float: left;
		width: 50%;
	}

	.section02 .profile .people img {
		width: 100%;
	}

	.section02 .profile .txt {
		float: right;
		width: 45%;
	}

}
/* 学び
---------------------------------------------------------------------------------------------------- */
#curriculum .catch-copy:first-letter {
  font-size: 1.3em;
}

#curriculum_navi h3 {
  margin-bottom: 0.3em;
  padding: 0.3em;
  background: #000;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}

#curriculum_navi ul {
  overflow: hidden;
  *zoom: 1;
  position: relative;
}

#curriculum_navi li {
  float: left;
  width: 160px;
  padding-bottom: 5px;
  background: url(/ba/img/education/bg_curriculum04.gif) left bottom no-repeat;
}

#curriculum_navi li.current {
  padding-bottom: 2px;
  background: none;
  border-bottom-style: solid;
  border-bottom-width: 3px;
}

#curriculum_navi li.first {
  border-bottom-color: #80B9E6;
}

#curriculum_navi li.first:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 160px;
  width: 10px;
  height: 20px;
  background: url(/ba/img/education/bg_curriculum01.png);
}

#curriculum_navi li.second {
  border-bottom-color: #F080A4;
}

#curriculum_navi li.second:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 320px;
  width: 10px;
  height: 20px;
  background: url(/ba/img/education/bg_curriculum02.png);
}

#curriculum_navi li.third {
  border-bottom-color: #78C48D;
}

#curriculum_navi li.third:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 480px;
  width: 10px;
  height: 20px;
  background: url(/ba/img/education/bg_curriculum03.png);
}

#curriculum_navi li.fourth {
  border-bottom-color: #F6D033;
}

#curriculum .curriculumbox {
  margin-bottom: 4em;
  padding: 15px;
  overflow: hidden;
  *zoom: 1;
}

#curriculum .curriculumbox h4 {
  font-size: 2em;
  margin-bottom: 0;
}

#curriculum .curriculumbox h5 {
  font-size: 1.2em;
  margin-bottom: 10px;
}

#curriculum .curriculumbox img {
  float: right;
  margin-left: 10px;
}

#curriculum .curriculumbox p {
  font-size: 1.1em;
  margin: 0;
}

#curriculumbox01 {
  border: solid 5px #80B9E6;
  background: #EAF3FB;
}

#curriculumbox01 h4 {
  color: #80B9E6;
}

#curriculumbox02 {
  border: solid 5px #F080A4;
  background: #FAD8E2;
}

#curriculumbox02 h4 {
  color: #F07FA4;
}

#curriculumbox03 {
  border: solid 5px #78C48D;
  background: #F2FAF5;
}

#curriculumbox03 h4 {
  color: #78C48D;
}

#curriculumbox04 {
  border: solid 5px #F6D033;
  background: #FEFAE9;
}

#curriculumbox04 h4 {
  color: #F7C033;
}

#curriculum3_chart {
  border: solid 5px #78C48D;
  background: #F2FAF5;
  margin-bottom: 4em;
  padding: 15px;
}

#curriculum3_chart ul {
  overflow: hidden;
  *zoom: 1;
}

#curriculum3_chart li {
  float: left;
  position: relative;
  margin-bottom: 10px;
}

#curriculum3_chart li.first {
  padding-right: 44px;
}

#curriculum3_chart li.first:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 30px;
  right: 22px;
  width: 12px;
  height: 18px;
  background: url(/ba/img/education/curriculum/img_curriculum3_04.gif);
}

#curriculum3_chart li.second {
  padding-right: 52px;
}

#curriculum3_chart li.second:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 30px;
  right: 19px;
  width: 29px;
  height: 18px;
  background: url(/ba/img/education/curriculum/img_curriculum3_05.gif);
}

#curriculum3_chart dl {
  display: table;
  width: 100%;
  font-weight: bold;
  background: url(/ba/img/education/curriculum/bg_curriculum03_01.gif);
}

#curriculum3_chart dl dt {
  display: table-cell;
  width: 20%;
  font-size: 1.4em;
  background: #78C48D;
  text-align: center;
  color: #fff;
}

#curriculum3_chart dl dd {
  background: #fff;
  margin: 5px;
  padding: 0.4em;
  font-size: 1.2em;
}

#curriculum3_pickup {
  margin-bottom: 4em;
}

#curriculum3_pickup h4 {
  background: url(/ba/img/education/curriculum/bg_border03.gif) repeat-x left bottom;
  padding-bottom: 2px;
}

#curriculum3_pickup ul {
  overflow: hidden;
  *zoom: 1;
}

#curriculum3_pickup ul li {
  float: left;
  width: 150px;
  margin-right: 13px;
}

#curriculum3_pickup ul li:last-child {
  margin-right: 0;
}

/* add - start ----------------------------------------------------------------------------------- 2014.04.02 */
#curriculum3_pickup ul li.lastChild {
  margin-right: 0;
}
/* add - end ------------------------------------------------------------------------------------- 2014.04.02 */






/* 講座 ----------------------------------------------------------------------------------- 2015.03.18 */

.kouzaBox {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 200px;
  margin-left: 10px;
  margin-bottom: 20px;
  letter-spacing: 0;
  text-align:center;


}
.kouzaBox a {
  display: block;
  padding:20px 10px;
  z-index: 0;
   border:1px solid #ddd;
   text-decoration:none;
   font-size:16px;
}

.kouzaBox a:hover {
  display: block;
  padding:20px 10px;
  z-index: 0;
   border:1px solid #aaa;
   text-decoration:none;
   font-size:16px;
   background:#efefef;
}




.kouza_wrap {
	padding:25px;
}

.kouza_wrap h2 {
	border:1px solid #ddd;
	background:#000;
	color:#fff;
	padding:5px;
}

.kouzaList {
	border-bottom:1px dotted #333;
}








p#c03_seminor_theme {
  font-size: 2.1em;
  color: #78C48C;
}

#curriculum_interview {
  margin-bottom: 3em;
}

#curriculum_interview .inner {
  overflow: hidden;
  *zoom: 1;
  padding: 15px;
  border: solid 1px #ccc;
  background: #fff;
}

#curriculum_interview .inner.innerdouble {
  margin-bottom: 4em;
}

#curriculum_interview h4 {
  margin-bottom: 0;
}

#curriculum_interview .figure {
  float: left;
  width: 160px;
  margin-right: 20px;
  background: #D7D7D7;
}

#curriculum_interview .figure p {
  margin: 0;
}

#curriculum_interview .figure .figcaption {
  font-size: 1.1em;
  margin: 0;
  padding: 0.5em;
}

#curriculum_interview .figure .figcaption strong {
  font-size: 1.18em;
}

#curriculum_interview .figurewide {
  float: left;
  width: 362px;
  margin-right: 18px;
  background: #D7D7D7;
}

#curriculum_interview .figurewide ul {
  overflow: hidden;
  *zoom: 1;
  font-size: 1.1em;
  margin: 0;
  padding: 0 0.5%;
}

#curriculum_interview .figurewide ul li {
  width: 30%;
  padding: 1.5%;
  float: left;
}

#curriculum_interview .figurewide ul strong {
  font-size: 1.18em;
}

#curriculum_interview .figureall {
  background: #D7D7D7;
  padding-right: 20px;
  overflow: hidden;
  *zoom: 1;
}

#curriculum_interview .figureall img {
  float: left;
  margin-right: 20px;
}

#curriculum_interview h5 {
  font-size: 1.6em;
  margin-bottom: 0.5em;
}

#curriculum_interview .text {
  font-size: 1.2em;
}

#curriculum_footer_navi {
  margin-bottom: 3em;
}

#curriculum_footer_navi ul {
  overflow: hidden;
  *zoom: 1;
}

#curriculum_footer_navi li {
  width: 170px;
}

#curriculum_footer_navi li a {
  display: block;
}

#curriculum_footer_navi li.back {
  float: left;
}

#curriculum_footer_navi li.back a {
  padding-left: 10px;
  background: url(/ba/img/education/btn_curriculum_left.gif) left center no-repeat #333333;
}

#curriculum_footer_navi li.forward {
  float: right;
}

#curriculum_footer_navi li.forward a {
  padding-right: 10px;
  background: url(/ba/img/education/btn_curriculum_right.gif) right center no-repeat #333333;
}
/* add - start ----------------------------------------------------------------------------------- 2014.04.06 */
#curriculum-themes ul {
	padding: 15px;
	margin-bottom: 4em;
	border:5px solid #00AECC;
	font-size: 1.2em;
	background: #E7FAFE;
}
/* add - end ------------------------------------------------------------------------------------- 2014.04.06 */


/* add - start ----------------------------------------------------------------------------------- 2014.04.02 */

#curriculum-pickup {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 4em;
}

#curriculum-pickup h4 {
  background: url(/ba/img/education/about/icon_pickup.gif) no-repeat left center;
  font-size: 1.4em;
  font-weight: normal;
  padding-left: 85px;
  margin-bottom: 10px;
  line-height: 1.8;
}

#curriculum-pickup h5 {
  font-size: 1.8em;
  margin-bottom: 10px;
}

#curriculum-pickup img {
  float: right;
  margin-left: 20px;
}

@media screen and (max-width: 640px) {
  #curriculum_navi {
    margin: 0 -10px;
  }
  #curriculum_navi li {
    float: left;
    width: 50%;
    background-repeat: repeat-x;
  }
  #curriculum_navi li.first:after {
    left: 50%;
    top: 17%;
  }
  #curriculum_navi li.second:after {
    left: 0;
    top: 67%;
  }
  #curriculum_navi li.third:after {
    left: 50%;
    top: 67%;
  }
  #curriculum_navi li a img {
    width: 100%;
    height: auto;
  }
  #curriculum .curriculumbox img {
	  display: block;
	  margin:0 auto 1em auto;
	  float:inherit;
	  max-width:100%;
  }
  #curriculum3_chart li {
    float: inherit;
    text-align: center;
    margin-bottom: 10px;
  }
  #curriculum3_chart li.first {
    padding-right: 0;
    padding-bottom: 44px;
  }
  #curriculum3_chart li.first:after {
    top: 194px;
    left: 51%;
    margin-left: -9px;
    -webkit-transform: translate(0px, 0px) scale(1) rotate(90deg);
  }
  #curriculum3_chart li.second {
    padding-right: 0;
    padding-bottom: 52px;
  }
  #curriculum3_chart li.second:after {
    top: 204px;
    left: 50%;
    margin-left: -9px;
    -webkit-transform: translate(0px, 0px) scale(1) rotate(90deg);
  }
  #curriculum3_chart dl dt {
    white-space: nowrap;
    padding-right: 0.5em;
    padding-left: 0.5em;
    vertical-align: middle;
  }

  #curriculum_interview {
    margin-bottom: 1em;
  }
  #curriculum_interview img{
	  max-width:100%;
	  height: auto;
  }
  #curriculum_interview .figure {
    float: inherit;
    margin: 0 auto 1em;
  }

  #curriculum_interview .figurewide {
	  width:100%;
	  margin-bottom:1em;
  }
  #curriculum_interview .figurewide img {
	  width:100%;
  }
  #curriculum_interview .figureall {
	  padding:0;
  }
  #curriculum_interview .figureall img {
	  float:inherit;
	  width:100%;
  }
  #curriculum_interview .figureall .figcaption {
	  padding:0 20px;
  }

  #curriculum_footer_navi {
    margin-bottom: 1em;
  }
  #curriculum_footer_navi li {
    width: 50%;
  }
  #curriculum_footer_navi li a img {
    width: 100%;
    height: auto;
  }
}

/* ゲストスピーカーによる特別授業 ----------------------------------------- 2018.03.05 */
#news .news_list_ttl {
	margin-top: 3em;
}
#news #news_list.guestspeaker {
	margin-top: 30px;
}
#news #news_list.guestspeaker li {
	padding-bottom: 10px;
	margin-bottom: 10px;
  overflow: hidden;
}
#news #news_list.guestspeaker .eyecatch {
  width: 120px;
  float: right;
  text-align: right;
}
#news #news_list.guestspeaker .eyecatch img {
  max-width: 100%;
  margin: 0;
  float: none;
}
#news #news_list.guestspeaker .news_header {
  margin-right: 135px;
}
#news #news_list.guestspeaker .news_header a {
  color: #000;
  font-size: 1.4em;
}
@media screen and (max-width: 640px) {
  #news #news_list.guestspeaker .eyecatch {
    width: 33%;
  }
  #news #news_list.guestspeaker .news_header {
    margin-right: 35%;
  }
  #news #news_list.guestspeaker .news_header a {
    font-size: 1.2em;
  }
}

.nav_pager {
  margin-top: 20px;
  text-align: center;
}
.nav_pager li {
  display: inline;
}
.nav_pager li.prev {
  margin-right: 20px;
}
.nav_pager li.next {
  margin-left: 20px;
}
.nav_pager a {
  color: #337ab7;
  font-size: 1.2em;
}
.nav_pager .WCMpaged a,
.nav_pager a {
  border: 1px solid #CCC;
  margin: 0 5px;
  padding: 6px 8px;
  text-decoration: none;
}
.nav_pager .active > a {
  color: #FFF;
}
.nav_pager .WCMpaged a.visible {
  display: inline-block;
}
.nav_pager .WCMpaged a.WCMselected,
.nav_pager .WCMpaged a.active {
  background: #aa003e;
  color: #FFF;
}

@media screen and (max-width: 640px) {
  .nav_pager a {
    font-size: 11px;
    margin: 0 2px;
    padding: 2px;
  }
  .nav_pager li.next {
    margin-left: 0;
  }
  .nav_pager li.prev {
    margin-right: 0;
  }
}

/* 特色ある学び
---------------------------------------------------------------------------------------------------- */
#edufeature .catch-copy:first-letter {
  font-size: 1.3em;
}
#edufeature #main_title span {
	font-size:80%;
}
#edufeature .sectionL {
	margin-bottom: 3em;
	position: relative;
}
#edufeature .sectionL .link-btn {
	position: absolute;
	top: 20px;
	left: 20px;
}
#edufeature .sectionL a.blank {
	background: none;
	padding: 0;
}

#edufeature .txt-right {
	text-align: right;
}

#feature_topList {
	overflow: hidden;
	*zoom: 1;
}
#feature_topList li {
	width: 420px;
	float: left;
	margin-bottom: 30px;
}
#feature_topList li:nth-child(even) {
	margin-left:20px;
}

#edufeature .purple-title,
#edufeature .blue-title,
#edufeature .orange-title,
#edufeature .green-title {
  font-size: 1.4em;
  padding-left: 25px;
  margin-bottom: 10px;
  font-weight: normal;
}
#edufeature .purple-title {
  background: url(/ba/img/education/feature/icon_fukidashi_p.gif) no-repeat left center;
}
#edufeature .blue-title {
  background: url(/ba/img/education/feature/icon_fukidashi_b.gif) no-repeat left center;
}
#edufeature .orange-title {
  background: url(/ba/img/education/feature/icon_fukidashi_o.gif) no-repeat left center;
}
#edufeature .green-title {
  background: url(/ba/img/education/feature/icon_fukidashi_g.gif) no-repeat left center;
}

#edufeature .eduf_img_tit {
	margin-bottom: 10px;
}
#edufeature .eduf_img_tit span {
	display: block;
	margin-bottom: 5px;
}

#edufeature .ph_r_box {
	overflow: hidden;
	*zoom: 1;
	margin-bottom:3em;
}
#edufeature .ph_r_box img {
	float:right;
	margin-left: 20px;
}
#edufeature .ph_r_box.em_font {
	font-size: 1.5em;
}
#edufeature .ph_r_box.em_font .bold_font {
	font-weight: bold;
	color: #900;
}

#edufeature .ftype {
	padding-top:10px;
	overflow: hidden;
	*zoom: 1;
}
#edufeature .ftype li {
	width: 310px;
	float: left;
        margin-left: 20px;
	margin-bottom: 15px;
}
/* add - start ----------------------------------------------------------------------------------- 2014.04.06 */
#edufeature .ftype li .ftype-ph {
	padding-top:1em;
	text-align: center;
}
#edufeature .ftype li .ftype-ph img {
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
/* add - end ------------------------------------------------------------------------------------- 2014.04.06 */
#edufeature .ftype li:nth-child(even) {
	margin-left:20px;
}
#edufeature .ftype li p {
	margin-bottom:0;
}

/* add - start ----------------------------------------------------------------------------------- 2014.04.06 */
#edufeature .ftype li h6 {
	font-size: 1.2em;
	margin: 0;
	padding: 1em 0 0 0;
}
#edufeature #ftype-bsa li h6 {
	color: #9966A4;
}
/* add - end ------------------------------------------------------------------------------------- 2014.04.06 */

#edufeature .feature_flow {
        padding:30px;
	margin-bottom: 4em;
}
#edufeature .feature_flow ul {
	overflow: hidden;
	*zoom: 1;
}

#edufeature #flow_bsa {
	border:5px solid #9B68A4;
	background:#E9DEEB;
}
#edufeature #flow_bsa ul {
        margin-bottom: 10px;
	padding-left:20px;
}
#edufeature #flow_bsa ul li {
	float:left;
	padding-bottom: 10px;
 	background: url(/ba/img/education/feature/arrow_ud_bsa.gif) no-repeat center bottom;
}
#edufeature #flow_bsa ul li p {
	width:200px;
	padding-right: 13px;
 	/*background: url(/ba/img/education/feature/arrow_r_bsa.gif) no-repeat right center; ---------------- change 2014.04.06 */
}
#edufeature #flow_bsa ul li:last-child p {
	padding-right:0;
	background:none;
}

#edufeature #flow_bsa div {
 	background: url(/ba/img/education/feature/bg_bsa_flow.gif) repeat;
	padding:5px;
}
#edufeature #flow_bsa div p {
	padding:5px;
	margin:0;
	background:#fff;
	text-align:center;
	font-size:1.4em;
	font-weight:bold;
}
#edufeature #flow_kaikei {
	border:5px solid #00AECC;
	background:#E7FAFE;
	padding:15px 0;
}
#edufeature #flow_kaikei ul li {
	float:left;
	padding-right:15px;
 	background: url(/ba/img/education/feature/arrow_r_kaikei.gif) no-repeat right 60px;
}
#edufeature #flow_kaikei ul li.bgn {
	background: none;
	padding-right:0;/* --------------------------------------------------------------------------------- change 2014.04.06 */
}
#edufeature #flow_kaikei ul li.bgpdn {
	padding-right:0;
	background: none;
}

#edufeature #flow_asia {
	border:5px solid #FF7E53;
	background:#FFD6C8;
}
#edufeature #flow_asia ul {
	padding-bottom: 15px;
}
#edufeature #flow_asia li {
	float:left;
}
#edufeature #flow_asia li.first {
	padding: 35px 18px 35px 0;
	margin-right: 7px;
 	background: url(/ba/img/education/feature/arrow_r_asia.gif) no-repeat right 100px;
}
#edufeature #flow_asia li.second,
#edufeature #flow_asia li.fourth {
	padding-top: 70px;
}
#edufeature #flow_asia li.third {
	padding: 0 30px;
 	background: url(/ba/img/education/feature/bg_asia_flow_arrow.gif) no-repeat center center;
}
#edufeature #flow_asia dl {
	display:table;
}
#edufeature #flow_asia dl dt,
#edufeature #flow_asia dl dd {
	display:table-cell;
}
#edufeature #flow_asia dl dt {
	padding: 0 .8em;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background:#FF7E53;
	color: #fff;
	white-space: nowrap;
}
#edufeature #flow_asia dl dd {
	padding: 5px;
	background: url(/ba/img/education/feature/bg_asia_flow.gif) repeat;
}
#edufeature #flow_asia dl dd div {
	padding: 10px 10px 0 10px;
	background: #fff;
}
#edufeature #flow_asia dl dd div p {
	margin: 0;
	padding-bottom: 10px;
	font-size: 1.2em;
}
#edufeature #flow_asia dl dd div p strong {
	color:#FF7E53;
}

#edufeature #flow_entre {
	border:5px solid #99CC33;
	background:#EAF4D2;
}
#edufeature #flow_entre li {
	float:left;
}
#edufeature #flow_entre li:first-child {
	padding-right: 18px;
	margin-right: 8px;
	background: url(/ba/img/education/feature/arrow_r_entre.gif) no-repeat right center;
}

.edufeature_interview {
  margin-bottom: 3em;
}
.edufeature_interview .inner {
  overflow: hidden;
  *zoom: 1;
  padding: 15px;
  border: solid 1px #ccc;
  background: #fff;
}
.edufeature_interview h4 {
  margin-bottom: 0;
}
.edufeature_interview .figure {
  float: left;
  width: 160px;
  margin-right: 20px;
  background: #D7D7D7;
}
.edufeature_interview .figure p {
  margin: 0;
}
.edufeature_interview .figure .figcaption {
  font-size: 1.1em;
  margin: 0;
  padding: 0.5em;
}
.edufeature_interview .figure .figcaption strong {
  font-size: 1.18em;
}
.edufeature_interview .interviewright {
  float: right;
  width: 760px;
}
.edufeature_interview .interviewright p {
	margin-bottom: 0;
}
.edufeature_interview h5 {
  font-size: 1.6em;
  margin-bottom: 0.5em;
}
.edufeature_interview .text {
  font-size: 1.2em;
}

#edufeature .bnr {
	padding: 0 0 2em 0;
}
#edufeature .bnr a.blank {
	background: none;
	padding-right: 0;
}

.edufeature_step {
	margin-bottom: 3em;
	min-width: 570px;
	font-size: .9em;
}
.edufeature_step caption {
	text-align: left;
	font-weight: bold;
	padding-bottom: 5px;
}
.edufeature_step caption img {
	vertical-align: middle;
	padding-left: 5px;
}
.edufeature_step th,
.edufeature_step td {
	padding: .4em .8em;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
}
.edufeature_step th {
	background: #900;
	color: #fff;
}
.edufeature_step td {
	background: #EDE8DF;
}
.edufeature_step .edf_step_col1 {
	width: 12.5em;
}
.edufeature_step .edf_step_col2 {
	width: 20em;
}
.edufeature_step .edf_step_col4 {
	width: 6em;
}

#edf_entrestep {
	margin-bottom: 4em;
}
#edf_entrestep #tit_step_arrow {
	padding: 10px 10px 20px 10px;
	font-size: 1.4em;
	color:#fff;
	background:url(/ba/img/education/feature/bg_entre_step.gif) repeat-x center bottom #900;
	text-align:center;
	margin-bottom: 10px;
}
#edf_entrestep #tit_step_arrow span {
	font-size: 0.8em;
}
#edf_entrestep ul {
	overflow: hidden;
	*zoom: 1;
	margin-bottom: 2em;
}
#edf_entrestep ul li {
	float:left;
	width: 305px;
	margin-bottom: 10px;
	border:1px solid #99CC33;
	padding: 15px 4px;
	text-align:center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
#edf_entrestep ul li:nth-child(even) {
	margin-left:10px;
}
#edf_entrestep ul li h6 {
	font-size: 1.2em;
	margin:0;
}
#edf_entrestep ul li p {
	margin: 0;
}
#edf_entrestep .tit_challenge {
	font-size: 1.6em;
	color:#900;
	margin-bottom: 10px;
}
#edf_entrestep .tit_challenge img {
	padding-right: 5px;
	vertical-align: middle;
}


@media screen and (max-width: 640px) {
	#edufeature .sectionL .link-btn {
		width: 60%;
		top: 10px;
		left: 10px;
	}
	#edufeature .sectionL .link-btn img {
		width: 100%;
	}
	#edufeature #main_area img {
		max-width:100%;
		height: auto;
	}
	#feature_topList li {
		width:auto;
		margin: 0 0 15px 0;
		text-align:center;
	}
	#feature_topList li:nth-child(even),
	#edufeature .ftype li:nth-child(even) {
		margin-left:0;
	}
	#edufeature .ph_r_box img {
		float:inherit;
		display: block;
		margin:0 auto 1em auto;
		max-width:100%;
		text-align:center;
	}

/* add - start ----------------------------------------------------------------------------------- 2014.04.06 */
	#edufeature .ftype li {
		width: auto;
		float: inherit;
	}
/* add - end ------------------------------------------------------------------------------------- 2014.04.06 */

	#edufeature #flow_bsa ul li {
		float:inherit;
		/*background: url(/ba/img/education/feature/arrow_d_bsa.gif) no-repeat center bottom; ---------------- change 2014.04.06 */
		background: none;/* ---------------------------------------------------------------------------------- change 2014.04.06 */
		padding-bottom: 10px;/* --------------------------------------------------------------------------------- change 2014.04.06 */
		margin-bottom: 15px;
	}
	#edufeature #flow_bsa ul li:last-child {
		background: none;
		padding:0;
	}
	#edufeature #flow_bsa ul li p {
		padding:0;
		width: auto;
		text-align:center;
		background: none;
	}

	#edufeature #flow_kaikei ul li {
		float:inherit;
		background: url(/ba/img/education/feature/arrow_d_kaikei.gif) no-repeat center bottom;
		padding-bottom: 25px;
		margin-bottom: 0;
		text-align:center;
	}
	#edufeature #flow_kaikei ul li.bgpdn {
		padding: 0;
		margin: 0;
	}

	#edufeature #flow_asia ul {
		padding-bottom: 15px;
	}
	#edufeature #flow_asia li {
		float:inherit;
		text-align:center;
	}
	#edufeature #flow_asia li.first {
		padding: 0 0 20px 0;
		margin: 0 0 10px 0;
		background: url(/ba/img/education/feature/arrow_d_asia.gif) no-repeat center bottom;
	}
	#edufeature #flow_asia li.second {
		padding: 0 0 20px 0;
		margin: 0 0 10px 0;
		background: url(/ba/img/education/feature/arrow_d_asia.gif) no-repeat center bottom;
	}
	#edufeature #flow_asia li.fourth {
		padding-top: 0;
	}
	#edufeature #flow_asia li.third {
		padding: 0 0 20px 0;
		margin: 0 0 10px 0;
		background: url(/ba/img/education/feature/arrow_d_asia.gif) no-repeat center bottom;
	}
	#edufeature #flow_asia dl dt {
		padding:0 .5em;
	}

	#edufeature #flow_entre li {
		float:inherit;
		text-align:center;
	}
	#edufeature #flow_entre li:first-child {
		padding: 0 0 20px 0;
		margin: 0 0 15px 0;
		background: url(/ba/img/education/feature/arrow_d_entre.gif) no-repeat center bottom;
	}

	.edufeature_interview .figure {
		float: inherit;
		margin:0 auto 15px auto;
	}
	.edufeature_interview .interviewright {
	  float: inherit;
	  width: auto;
	}
	.edufeature_step {
		margin-bottom: 2em;
		min-width: inherit;
		font-size: .85em;
	}
	.edufeature_step .edf_step_col1 {
		width: 25%;
	}
	.edufeature_step .edf_step_col2 {
		width: 35%;
	}

	#edf_entrestep #tit_step_arrow span {
		display: block;
	}

	#edf_entrestep ul li {
		float:inherit;
		width: auto;
		margin-bottom: 10px;
		border:1px solid #99CC33;
		padding: 10px;
	}
	#edf_entrestep ul li:nth-child(even) {
		margin-left:0;
	}
}
/* add - end ------------------------------------------------------------------------------------- 2014.04.02 */


/* NEWS
---------------------------------------------------------------------------------------------------- */
/* 一覧
-------------------- */
#news #news_list li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #ECECEC;
}

#news #news_list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

#news .news_date {
  color: #666;
  font-size: 1.2em;
  line-height: 1.2;
}

#news .news_date span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 1em;
  padding: .2em .8em;
  border: 1px solid #ccc;
}

#news h3 {
  font-size: 1.4em;
  padding-left: 25px;
  background: url(/ba/img/introduce/icon_fukidashi.gif) no-repeat left center;
  margin-bottom: 1em;
  font-weight: normal;
}

#news h3 a {
  color: #000;
  text-decoration: none;
}

#news h3 a:hover {
  color: #666;
  text-decoration: underline;
}

#news #news_list img {
  float: right;
  margin: 0 0 10px 20px;
}

#news .news_content {
  overflow: hidden;
  *zoom: 1;
}

#news .news_content .news_text {
  font-size: 1.2em;
  line-height: 1.5;
}

/*詳細
-------------------- */
#news #news_detail {
  margin-bottom: 4em;
}

#news #news_detail .news_header {
  margin-bottom: 2em;
}

#news .news_right {
  float: right;
  margin-left: 30px;
}

#news .news_left {
  float: left;
  margin-left: 30px;
}

#news .news_caption dt {
  margin-bottom: 5px;
}

#news .news_caption dd {
  font-size: 1.2em;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 640px) {
  #news .news_right,
  #news .news_left {
    float: inherit;
    text-align: center;
  }

  #news .news_right img,
  #news .news_left img {
    max-width: 100%;
  }
}
/* リンクテキスト
---------------------------------------------------------------------------------------------------- */
.icon_linkarrow {
  padding-left: 15px;
  background: url(/ba/img/icon_linkarrow.gif) no-repeat left center;
}

.linkblank a {
  padding-right: 15px;
  background: url(/ba/img/icon_linkblank.gif) no-repeat right center;
  text-decoration: none;
  color: #000;
}

.linkblank a:hover {
  color: #666;
  text-decoration: underline;
}

/* 学費・奨学金
---------------------------------------------------------------------------------------------------- */
#expenses .catch-copy:first-letter {
  font-size: 1.3em;
}

#expenses .expensesbox {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 4em;
}

#expenses .expensesbox img {
  float: right;
  margin-left: 20px;
}

#expenses .expensesbox p {
  margin-bottom: 0;
}

#expenses .expensesbox ul {
  font-size: 1.2em;
  margin-bottom: 1em;
}

#expenses .r_people {
  margin-bottom: 4em;
}

#expenses .r_people .row {
  overflow: hidden;
  *zoom: 1;
	margin-bottom: 20px;
}

#expenses .r_people .row .left_box {
	float: left;
	width: 48%;
}

#expenses .r_people .row .right_box {
	float: right;
	width: 48%;
}

#expenses .r_people .row .txt_box {
	border: 2px solid #99CC33;
	padding: 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 1em;
}

#expenses .r_people .row .txt_box ul {
	padding-left: 18px;
}

#expenses .r_people .row .txt_box ul li {
	font-size: 1.1em;
	list-style: disc;
        margin-right:20px;
}

#expenses .r_people .row .photo {
	margin-bottom: 1em;
}

#expenses .r_people .row .photo img {
	width: 95%;
}


@media screen and (max-width: 640px) {
  #expenses .expensesbox img {
    display: block;
    margin: 0 auto 1em auto;
    text-align: center;
    float: inherit;
    max-width: 100%;
  }
	#expenses .r_people .row .left_box,
	#expenses .r_people .row .right_box {
		float: none;
		width: 100%;
	}
	#expenses .r_people .row .left_box {
		margin-bottom: 3em;
	}
}
/* 進路・就職
---------------------------------------------------------------------------------------------------- */
#recruit .catch-copy:first-letter {
  font-size: 1.3em;
}

#recruit .catch-copy span {
  display: block;
  text-align: right;
}

#recruit #recruit_lead {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 4em;
}

#recruit #recruit_lead img {
  float: right;
  margin-left: 20px;
}

#recruit_list {
  border: 7px solid #900;
  padding: 13px;
  margin-bottom: 4em;
  background: #F2FAF5;
  overflow: hidden;
  *zoom: 1;
  line-height: 1.45;
}

#recruit_list h4 {
  font-size: 1.6em;
  margin: 0 0 .5em 0;
}

#recruit_list h5 {
  font-size: 1.2em;
  margin: 0;
}

#recruit_list ul {
  font-size: 1.2em;
  margin: 0 0 .2em 0;
}

#recruit_list ul li {
  padding-left: 10px;
  background: url(/ba/img/recruit/icon_square.gif) no-repeat left 0.2em;
}

#recruit_list #recruit_listl,
#recruit_list #recruit_listc,
#recruit_list #recruit_listr {
  width: 190px;
  float: left;
}

#recruit_list #recruit_listc {
  margin: 0 15px;
}

#recruit_list .lss {
  letter-spacing: -0.1em;
}

/* add - start ----------------------------------------------------------------------------------- 2014.04.06 */
.recruit-data {
	overflow: hidden;
	*zoom: 1;
	margin-bottom: 4em;
}

.recruit-data .recruit-data-left {
	width: 290px;
	float: left;
	padding:20px 10px;
	text-align: center;
}
.recruit-data .recruit-data-left p{
	padding: 10px 0 0 0;
	margin: 0;
}
.recruit-data .recruit-data-left p em {
	font-size: 90%;
	color: #900;
}
.recruit-data .recruit-data-right {
	width: 650px;
	float: right;
}
.recruit-data .recruit-data-box {
	display: inline-block;
	padding: 10px;
	border: 1px solid #999;
	*display: inline;
	*zoom: 1;
}
#main_area .recruit-data .recruit-data-box p {
	margin: 0 0 0 1em;
	padding: 0;
	text-indent: -1em;
	font-size: 1.1em;
}
.recruit-data .recruit-data-right h5 {
	font-size: 1.2em;
	margin: 0 0 .2em 0;
	font-weight: normal;
}
#main_area .recruit-data p.recruit-excerpt {
	font-size: 1em;
}
#recruit-support {
	margin-bottom: 3em;
}
#recruit-support h4,
#recruit-support h5 {
	margin:0;
	padding:0;
}
#recruit-support h5 {
	text-align:center;
	background:#900;
}
#recruit-support-inner {
	border: 1px solid #ccc;
}
#recruit-support-inner .recruit-support-txt {
	padding: 20px;
	margin: 0;
}
#recruit-support-inner ul {
	display:table;
	border-collapse: separate;
	border-spacing: 15px 0;
	padding:0 0 20px 0;
}
#recruit-support-inner ul li {
	display: table-cell;
	border:1px solid #900;
}
#main_area #recruit-support-inner ul li p {
	padding: 10px;
	margin: 0;
	font-size: 1.1em;
}
#recruit-bnr {
	text-align: right;
	margin-bottom: 3em;
}
#recruit-bnr a.blank {
	background: none;
	padding-right: 0;
}
/* add - end ------------------------------------------------------------------------------------- 2014.04.06 */

@media screen and (max-width: 640px) {
  #recruit #recruit_lead img {
    display: block;
    margin: 0 auto 1em auto;
    text-align: center;
    float: inherit;
    max-width: 100%;
  }

  #recruit_list #recruit_listl,
  #recruit_list #recruit_listc,
  #recruit_list #recruit_listr {
    width: auto;
    float: inherit;
  }

  #recruit_list #recruit_listc {
    margin: 0;
  }
/* add - start ----------------------------------------------------------------------------------- 2014.04.06 */
	.recruit-data .recruit-data-left,
	.recruit-data .recruit-data-right {
		width: auto;
		float: inherit;
		margin-bottom: 1em;
	}

	#recruit-support-inner .recruit-support-txt {
		padding: 10px;
	}
	#recruit-support-inner ul {
		display: block;
		border-spacing: 0;
		padding:0 10px 10px;
	}
	#recruit-support-inner ul li {
		display: block;
		margin-bottom: 10px;
	}
	#recruit-support-inner ul li:last-child {
		margin-bottom: 0;
	}
/* add - end ------------------------------------------------------------------------------------- 2014.04.06 */
}

/* 在学生の皆さまへ -------------------------------------------------------------------------------- add 2014.04.02
---------------------------------------------------------------------------------------------------- */
/*ナビゲーション*/
#department_navigation_student {
	padding: 10px 0;
}
#department_navigation_student ul {
	padding: 10px;
	border: 1px solid #900;
	overflow: hidden;
	*zoom: 1;
}
#department_navigation_student #student_nav_ttl {
	float: left;
	font-size: 1.8em;
	font-weight: bold;
}
#department_navigation_student #student_nav_link {
	float: right;
	font-size: 1.7em;
}
#department_navigation_student #student_nav_link a {
  padding-right: 25px;
  background: url(/ba/img/student/icon_nav_home.gif) no-repeat right center;
  text-decoration: none;
  color:#000;
}
#department_navigation_student #student_nav_link a:hover {
  text-decoration: underline;
  color:#900;
}

/*サイドバー*/
#local_navi .external {
	padding-left: 5px;
	vertical-align: middle;
}

/*コンテンツ*/
#student #student_title {
	font-size: 2.4em;
	font-weight: normal;
	border-bottom: 3px solid #ececec;
	margin-bottom: 1em;
}

#student #main_area h3 {
  font-size: 1.3em;
  padding-left: 25px;
  background: url(/ba/img/student/icon_fukidashi.gif) no-repeat left top;
  font-weight: normal;
  line-height:1.4;
}
#student #main_area h4 {
  font-size: 1.3em;
  font-weight: bold;
  line-height:1.5;
  color:#990000;
}


#student #student_list {
	overflow: hidden;
	*zoom: 1;
}
#student #student_list ul {
	margin-bottom: 2.5em;
}
#student #student_list li {
	color:#03c;
	font-size: 1.2em;
	padding-bottom: .5em;
}
#student #student_list li a {
	padding-left: 12px;
	color:#03c;
	text-decoration: none;
	background: url(/ba/img/student/icon_link.gif) no-repeat left .3em;
}
#student #student_list li a:hover {
	color: #900;
	text-decoration: underline;
}

#student #student_list_left {
	width:300px;
	float:left;
}
#student #student_list_right {
	width:320px;
	float:right;
}

#student_certificate_tbl {
	margin-bottom: 1em;
	width: 100%;
	font-size: .9em;
}
#student_certificate_tbl th,
#student_certificate_tbl td {
	padding: .4em .8em;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
}
#student_certificate_tbl thead th {
	background: #900;
	color: #fff;
}
#student_certificate_tbl tbody th,
#student_certificate_tbl td {
	background: #EDE8DF;
}
#student_certificate_tbl td ol {
	padding-left:2em;
}
#student_certificate_tbl td ol li {
	list-style:decimal;
}

@media screen and (max-width: 640px) {
	#student #student_list_left,
	#student #student_list_right {
		width:auto;
		float:inherit;
	}

#student_certificate_tbl {
		display: block;
	}
		#student_certificate_tbl thead{
			display: none;
		}
		#student_certificate_tbl tbody{
			display: block;
		}
			#student_certificate_tbl tbody tr{
				display: block;
				margin-bottom: 1.5em;
			}
			#student_certificate_tbl tbody th,
			#student_certificate_tbl tbody td{
				display: list-item;
				border: none;
			}
			#student_certificate_tbl tbody th{
				margin-bottom: 5px;
				list-style-type: none;
				color: #fff;
				background: #900;
			}
			#student_certificate_tbl tbody td{
				margin-left: 20px;
				list-style-type: none;
				padding: 0;
				background: none;
			}
			#student_certificate_tbl tbody td:nth-of-type(1):before { content: "[試験時限] "; }
			#student_certificate_tbl tbody td:nth-of-type(2):before { content: "[授業CD] "; }
			#student_certificate_tbl tbody td:nth-of-type(3):before { content: "[科目名] "; }
			#student_certificate_tbl tbody td:nth-of-type(4):before { content: "[クラス] "; }
			#student_certificate_tbl tbody td:nth-of-type(5):before { content: "[担当教員名] "; }

}

/* add - start ----------------------------------------------------------------------------------- 2014.04.06 */
.mb4em {
	margin-bottom: 4em;
}
.img-center {
	display: block;
	margin: 0 auto;
	text-align: center;
}
/* add - end ------------------------------------------------------------------------------------- 2014.04.06 */


/* 卒業生の皆さまへ -------------------------------------------------------------------------------- add 2014.04.10
---------------------------------------------------------------------------------------------------- */
/*ナビゲーション*/
#department_navigation_graduates {
	padding: 10px 0;
}
#department_navigation_graduates ul {
	padding: 10px;
	border: 1px solid #FFA40C;
	overflow: hidden;
	*zoom: 1;
}
#department_navigation_graduates #graduates_nav_ttl {
	float: left;
	font-size: 1.8em;
	font-weight: bold;
}
#department_navigation_graduates #graduates_nav_link {
	float: right;
	font-size: 1.7em;
}
#department_navigation_graduates #graduates_nav_link a {
  padding-right: 25px;
  background: url(/ba/img/graduates/icon_nav_home.gif) no-repeat right center;
  text-decoration: none;
  color:#000;
}
#department_navigation_graduates #graduates_nav_link a:hover {
  text-decoration: underline;
  color:#900;
}

/*サイドバー*/
#local_navi .external {
	padding-left: 5px;
	vertical-align: middle;
}

/*コンテンツ*/
#graduates #graduates_title {
	font-size: 2.4em;
	font-weight: normal;
	border-bottom: 3px solid #ececec;
	margin-bottom: 1em;
}

#graduates #main_area h3 {
  font-size: 1.3em;
  padding-left: 25px;
  background: url(/ba/img/graduates/icon_fukidashi.gif) no-repeat left top;
  font-weight: normal;
  line-height:1.4;
}

#graduates #graduates_list {
	overflow: hidden;
	*zoom: 1;
}
#graduates #graduates_list ul {
	margin-bottom: 2.5em;
}
#graduates #graduates_list li {
	color:#03c;
	font-size: 1.2em;
	padding-bottom: .5em;
}
#graduates #graduates_list li a {
	padding-left: 12px;
	color:#03c;
	text-decoration: none;
	background: url(/ba/img/student/icon_link.gif) no-repeat left .3em;
}
#graduates #graduates_list li a:hover {
	color: #900;
	text-decoration: underline;
}

#graduates #graduates_list_left {
	width:300px;
	float:left;
}
#graduates #graduates_list_right {
	width:320px;
	float:right;
}

#graduates_certificate_tbl {
	margin-bottom: 1em;
	width: 100%;
	font-size: .9em;
}
#graduates_certificate_tbl th,
#graduates_certificate_tbl td {
	padding: .4em .8em;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
}
#graduates_certificate_tbl th {
	background: #900;
	color: #fff;
}
#graduates_certificate_tbl td {
	background: #EDE8DF;
}
#graduates_certificate_tbl td ol {
	padding-left:2em;
}
#graduates_certificate_tbl td ol li {
	list-style:decimal;
}

@media screen and (max-width: 640px) {
	#graduates #graduates_list_left,
	#graduates #graduates_list_right {
		width:auto;
		float:inherit;
	}
}

/* add - end ------------------------------------------------------------------------------------- 2014.04.10 */


/* 大坂いばらきキャンパス（OIC）の魅力
-------------------------------------------------------------------------------------------2020.07.10 add */
#oic .catch-copy:first-letter {
  font-size: 1.3em;
}

#oic .section {
  overflow: hidden;
}

#oic .outline-title {
  font-size: 1.4em;
  padding-left: 25px;
  background: url(/ba/img/introduce/icon_fukidashi.gif) no-repeat left center;
}

#oic .is-right {
  margin-left: 20px;
}

@media screen and (max-width: 640px) {
	#oic .is-left,
  #oic .is-right {
    margin-left: 0;
    float: none;
    text-align: center;
  }
}

#oic .ftype {
	padding-top:10px;
	overflow: hidden;
	*zoom: 1;
}
#oic .ftype h5 {
	font-size: 140%;
	color: #800080;
}
#oic .ftype li {
	width: 310px;
	float: left;
	margin-bottom: 15px;
}
#oic .ftype li .ftype-ph {
	padding-top:1em;
	text-align: center;
}
#oic .ftype li .ftype-ph img {
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
#oic .ftype li:nth-child(even) {
	margin-left:20px;
}

@media screen and (max-width: 640px) {
#oic .ftype li {
	width: auto;
	float: inherit;
	}
#oic .ftype li .ftype-ph img {
	margin-bottom: 20px;
	}
#oic .ftype li {
	margin: 0 20px;
}
#oic .is-left,
#oic .is-right {
    margin-left: 0;
    float: none;
    text-align: center;
  }
}

/* 課外活動
-------------------------------------------------------------------------------------------2020.07.10 add */
#activities .catch-copy:first-letter {
  font-size: 1.3em;
}

#activities .section {
  overflow: hidden;
}

#activities .outline-title {
  font-size: 1.4em;
  padding-left: 25px;
  background: url(/ba/img/introduce/icon_fukidashi.gif) no-repeat left center;
}

#activities .select-title {
  font-size: 1.4em;
  padding-left: 25px;
  background: url(/ba/img/introduce/icon_fukidashi.gif) no-repeat left center;
  margin-top:10px;
}

#activities .inner {
  overflow: hidden;
  *zoom: 1;
  padding: 15px;
  border: solid 1px #ccc;
  background: #fff;
  margin-bottom: 10px;
}

#activities .inner p span {
  color: #ff6600;
}

#activities .is-right {
  margin-left: 20px;
}

@media screen and (max-width: 640px) {
	#activities .is-left,
  #activities .is-right {
    margin-left: 0;
    float: none;
    text-align: center;
  }
}

/* 経営学科
-------------------------------------------------------------------------------------------2020.07.10 add */
#course .section {
  overflow: hidden;
}

#course .outline-title {
  font-size: 1.4em;
  padding-left: 25px;
  background: url(/ba/img/introduce/icon_fukidashi.gif) no-repeat left center;
}

#course .is-right {
  margin-left: 20px;
}

@media screen and (max-width: 640px) {
	#course .is-left,
  #course .is-right {
    margin-left: 0;
    float: none;
    text-align: center;
  }
}

/* ゼミナール活動
------------------------------ */

#course_4 .catch-copy {
  font-size: 3.0em;
  margin: 1em 0 0.8em;
  line-height: 1.5;
  background: url(/ba/img/education/seminar/bg_seminar01.gif) right top no-repeat;
}

#course_4 .catch-copy span {
  font-size: 0.86666em;
}

#course_4 h4.seminar-title {
  color: #46B6CC;
  font-size: 18px;
  margin-bottom: 0.5em;
}

#course_4 .section {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 2em;
}

#course_4 .section .img {
  float: left;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border: solid 4px #ECECEC;
}
#course_4 .section .img img {
  border: solid 1px #fff;
}
#course_4 .section .is-right {
  width: 410px;
}

#course_4 .section .name {
  margin-bottom: 0.5em;
}
#course_4 .section .name strong {
  margin-right: 0.5em;
  font-size: 16px;
}
#course_4 .section .text {
  color: #333;
}

/* グローバルナビ（プルダウンメニュー）
-------------------------------------------------------------------------------------------2020.07.10 add */
#department_navigation {
  position: absolute;
  z-index: 99999;
}

.nav__list2 {
  display: none;
}

@media screen and (min-width: 640px) {
  .nav__list1 {
    overflow: visible !important;
  }
  .nav__item1 {
    position: relative;
  }
  .nav__item1:hover .nav__list2 {
    display: block !important;
  }
  .nav__list2 {
    overflow: visible !important;
    display: none !important;
    margin-top: 13px;
    position: absolute;
    top: auto;
    left: 0;
    background: #fff;
    border: 1px solid #ccc !important;
    font-size: 12px !important;
  }
  .nav__item2 {
    font-size: inherit !important;
    border-bottom: 1px solid #ccc !important;
    padding: 0 !important;
    position: relative;
    width: 189px !important;
  }
  .nav__item2:hover .nav__list3 {
    display: block !important;
  }
  .nav__link2 {
    font-size: inherit !important;
    text-align: left;
    padding: 1em 0.5em !important;
    line-height: 1.3;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav__link2:hover {
    background: #ffe4e4;
  }
  .nav__link2.arrow::after {
    content: ">";
    color: #999;
    -webkit-transform: scaleX(0.5);
            transform: scaleX(0.5);
  }
  .nav__list3 {
    overflow: visible !important;
    display: none !important;
    font-size: inherit !important;
    position: absolute;
    top: 0;
    left: 100%;
    background: #ffe4e4;
    border: 1px solid #ccc !important;
  }
  .nav__item3 {
    font-size: inherit !important;
    border-bottom: 1px solid #ccc !important;
    padding: 0 !important;
    position: relative;
    width: 189px !important;
  }
  .nav__link3 {
    display: block !important;
    font-size: inherit !important;
    text-align: left;
    padding: 1em 0.5em !important;
    line-height: 1.3;
  }
  .nav__link3:hover {
    background: #ffcccc;
  }
}

/* 教員一覧（タブメニュー）
-------------------------------------------------------------------------------------------2020.07.10 add */
.tab-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tab-group .tab {
  margin: 0 1em 1em 0;
  padding: 5px 1em;
  border-radius: 5px 5px 5px 5px;
  list-style: none;
  border: solid 1px #ccc;
  text-align: center;
  cursor: pointer;
}

.tab-group .tab.is-active {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.tab-group .tab.is-active.tab-A {
  background: #cacad9;
}

.tab-group .tab.is-active.tab-B {
  background: #a2d3c7;
}

.tab-group .tab.is-active.tab-C {
  background: #f3a7ab;
}

.tab-group .tab.is-active.tab-D {
  background: #f1da96;
}

.tab-group .tab.is-active.tab-E {
  background: #a4d1ea;
}

.tab-group .tab.is-active.tab-F {
  background: #ff99ff;
}

/*.panel-group {
  margin-top: 30px;
}

.panel {
  display: none;
}

.panel.is-show {
  display: block;
}*/

.nav__list2 {
  display: none;
}

@media screen and (min-width: 640px) {
  .nav__list1 {
    overflow: visible !important;
  }
  .nav__item1 {
    position: relative;
  }
  .nav__item1:hover .nav__list2 {
    display: block !important;
  }
  .nav__list2 {
    overflow: visible !important;
    display: none !important;
    margin-top: 13px;
    position: absolute;
    top: auto;
    left: 0;
    background: #fff;
    border: 1px solid #ccc !important;
    font-size: 12px !important;
  }
  .nav__item2 {
    font-size: inherit !important;
    border-bottom: 1px solid #ccc !important;
    padding: 0 !important;
    position: relative;
    width: 189px !important;
  }
  .nav__item2:hover .nav__list3 {
    display: block !important;
  }
  .nav__link2 {
    font-size: inherit !important;
    text-align: left;
    padding: 1em 0.5em !important;
    line-height: 1.3;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav__link2:hover {
    background: #ffe4e4;
  }
  .nav__link2.arrow::after {
    content: ">";
    color: #999;
    -webkit-transform: scaleX(0.5);
            transform: scaleX(0.5);
  }
  .nav__list3 {
    overflow: visible !important;
    display: none !important;
    font-size: inherit !important;
    position: absolute;
    top: 0;
    left: 100%;
    background: #ffe4e4;
    border: 1px solid #ccc !important;
  }
  .nav__item3 {
    font-size: inherit !important;
    border-bottom: 1px solid #ccc !important;
    padding: 0 !important;
    position: relative;
    width: 189px !important;
  }
  .nav__link3 {
    display: block !important;
    font-size: inherit !important;
    text-align: left;
    padding: 1em 0.5em !important;
    line-height: 1.3;
  }
  .nav__link3:hover {
    background: #ffcccc;
  }
}

/* カリキュラム
-------------------------------------------------------------------------------------------2020.07.10 add */
.content_wrapper_full {
  overflow: visible !important;
}

#full_area {
  margin: 1em;
  margin-bottom: 50px;
}

@media screen and (min-width: 641px) {
  #full_area {
    min-width: 960px;
  }
}

/* @media screen and (max-width: 640px) {
  #full_area .responsive {
    overflow-x: scroll;
  }
  #full_area .responsive table {
    width: 1600px;
  }
}

#full_area table {
  width: 100%;
  background: #fff;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

#full_area table tr td {
  vertical-align: top;
  padding: 1em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#full_area table tr td.c1 {
  width: 42px;
}

#full_area table tr td.c2 {
  width: 18%;
}

#full_area table tr td.c3 {
  width: 32%;
}

#full_area table tr td.c4 {
  width: 25%;
}

#full_area table tr td.c5 {
  width: 25%;
}

#full_area table tr td.t1 {
  color: #fff;
  background: #448b44;
}

#full_area table tr td.t2 {
  color: #fff;
  background: #448b44;
}

#full_area table tr td.t3 {
  background: #d4dfd4;
}

#full_area table tr td.t3.tate {
  min-width: 50px;
}

#full_area table tr td.t4 {
  font-weight: bold;
  background: #cbf3cb;
}

#full_area table tr td.t4.tate {
  min-width: 50px;
}

#full_area table tr td.t5 {
  background: #f7de4d;
}

#full_area table tr td.center {
  text-align: center;
}

#full_area table tr td.nobdr {
  border-right: none;
}

#full_area table tr td .tate {
  display: block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin: auto;
  max-height: 200px;
}

#full_area .t5_block {
  width: 30px;
  height: 1em;
  margin-right: 0.5em;
  display: inline-block;
  background: #f7de4d;
  position: relative;
  top: 2px;
}

.popup-box {
  display: none;
}

.popup-frm {
  font-size: 13px;
  background: #fff;
  padding: 2em;
}

.popup-frm strong {
  display: block;
} */

/* 入試について
-------------------------------------------------------------------------------------------2020.07.29 add */
#admission .fukidashi-copy {
	font-size: 1.4em;
	padding-left: 25px;
	background:url(/ba/img/introduce/icon_fukidashi.gif) no-repeat left center;
	margin-bottom: 1em;
	font-weight:bold;
}

#admission .section img.thum {
      width:100%;
      max-width: 100%;
    }

/* ローディング画面
-------------------------------------------------------------------------------------------2020.07.29 add */

#loader-bg {
  display: none;
  position: fixed;
  width:100%;
  top: 0px;
  left: 0px;
  background: url(/ba/img/top/loadimage.png) center center no-repeat;
  background-size: cover;
  z-index: 100005;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 100006;
}

/* 入試関連情報
-------------------------------------------------------------------------------------------2020.07.10 add */

.clearfix:after {
    content:"";
    display: block;
    clear: both;
}

#admission .ftype li {
	width: 500px;
	float: left;
	margin-bottom: 20px;
}
#admission .ftype li .ftype-ph {
	text-align: center;
}
#admission .ftype li img {
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
#admission .ftype li:nth-child(even) {
	margin-left:20px;
}

@media screen and (max-width: 640px) {
#admission .ftype li {
	width: auto;
	float: inherit;
	}
#admission .ftype li.last {
	margin-bottom: 30px;
	}
	}
#admission .item {
  width: 350px;
  float: left;
  margin-bottom: 15px;
  margin-right: 10px;
}
#admission .item img {
  margin: 0 auto;
	max-width: 100%;
	height: auto;
}
}
#admission .item p {
  text-align: left;
}
@media screen and (max-width: 640px) {
#admission .item {
    width: auto;
	float: inherit;
	}
	}

