@charset "UTF-8";
/* ==============================


style.css


============================== */
/*--------------------------
----------------------------
共通
----------------------------
--------------------------*/
/*--------------------------
----------------------------
タイトル
----------------------------
--------------------------*/
div#main_title {
  display: table;
  width: 100%;
  height: auto;
  min-height: 220px;
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
div#main_title h2 {
  display: table-cell;
  width: 100%;
  max-width: 1030px;
  height: 220px;
  *height: auto;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
  font-size: 130%;
  font-weight: normal;
}
div#main_title h2 strong {
  display: block;
  font-size: 160%;
  font-weight: bold;
}

/*--------------------------
タイトル　スマホ
--------------------------*/
@media only screen and (max-width: 767px) {
  div#main_title {
    display: table;
    width: 100%;
    height: auto;
    min-height: 90px;
    padding: 0 10px;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
  div#main_title h2 {
    display: table-cell;
    width: 100%;
    max-width: 1030px;
    height: 90px;
    *height: auto;
    text-align: center;
    vertical-align: middle;
    line-height: 1.5;
    font-size: 100%;
    font-weight: normal;
  }
  div#main_title h2 strong {
    display: block;
    font-size: 120%;
    font-weight: bold;
  }
}
/*--------------------------
法学部
--------------------------*/
body#faculty div#main_title {
  background-image: url(../img/title/faculty_title_img.jpg);
}

/*--------------------------
法学研究科
--------------------------*/
body#graduate div#main_title {
  background-image: url(../img/title/graduate_title_img.jpg);
}

/*--------------------------
教員紹介
--------------------------*/
body#staff div#main_title {
  background-image: url(../img/title/staff_title_img.jpg);
}

/*--------------------------
入試情報
--------------------------*/
body#admis div#main_title {
  background-image: url(../img/title/admis_title_img.jpg);
}

/*--------------------------
就職・進路
--------------------------*/
body#career div#main_title {
  background-image: url(../img/title/career_title_img.jpg);
}

/*--------------------------
サイトマップ
--------------------------*/
body#site_map div#main_title {
  background-image: url(../img/title/other_title_img.jpg);
}

/*--------------------------
新着情報
--------------------------*/
body#news div#main_title {
  background-image: url(../img/title/news_title_img.jpg);
}

/*--------------------------
サイト内検索
--------------------------*/
body#search_result div#main_title {
  background-image: url(../img/title/other_title_img.jpg);
}

/*--------------------------
お探しのページが見つかりません
--------------------------*/
body#not_found div#main_title {
  background-image: url(../img/title/other_title_img.jpg);
}

/*--------------------------
----------------------------
トップページ
----------------------------
--------------------------*/
body#top_page {
  /*--------------------------
  メインビジュアル
  --------------------------*/
}
body#top_page #contentsfield div.contentsinner {
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
}
body#top_page #slidearea {
  position: relative;
  width: 100%;
  min-width: 1200px;
  height: 315px;
  margin: 0 auto 0px;
  overflow: hidden;
  /* コントロール */
}
body#top_page #slidearea #mainVidual {
  z-index: 7;
  position: relative;
  width: 100%;
  min-width: 1200px;
  height: 315px;
  margin: 0 0 5px 0;
  line-height: 0;
}
body#top_page #slidearea #mainVidual #slideSet {
  width: 100%;
  height: 315px;
  position: relative;
  margin-top: 0px;
  margin-left: 0px;
}
body#top_page #slidearea #mainVidual #slideSet #slideBox {
  position: relative;
  width: 100%;
  height: 315px;
  margin: 0 0 0 0;
}
body#top_page #slidearea #mainVidual #slideSet #slideBox div.box {
  width: 100%;
  height: 315px;
  overflow: hidden;
  position: absolute;
}
body#top_page #slidearea #mainVidual #slideSet #slideBox div.box a:hover {
  display: block;
  background-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
body#top_page #slidearea #mainVidual #slideSet #slideBox div.box a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
}
body#top_page #slidearea #mainVidual #slideSet #slideBox div.box div.slide {
  position: absolute;
  width: 100%;
  height: 315px;
  background-repeat: no-repeat;
  background-position: 0 center;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  left: 0;
  line-height: 0;
  z-index: 1;
}
body#top_page #slidearea #mainVidual #slideSet #slideBox div.box div.slide p {
  position: absolute;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 0 0;
}
body#top_page #slidearea #mainVidual #slideSet #slideBox div.box div.slide.slide1 {
  background-image: url(../../img/top_page/slideimg_01.jpg);
  z-index: 5;
}
body#top_page #slidearea #mainVidual #slideSet #slideBox div.box div.slide.slide1 p {
  top: 72px;
  left: 86px;
  width: 465px;
  height: 172px;
  background-image: url(../../img/top_page/slideimg_title_01.png);
}
body#top_page #slidearea #mainVidual #slideSet #slideBox div.box div.slide.slide2 {
  background-image: url(../../img/top_page/slideimg_02.jpg);
  z-index: 1;
}
body#top_page #slidearea #mainVidual #slideSet #slideBox div.box div.slide.slide2 p {
  position: relative;
  right: 4px;
  width: 947px;
  height: 296px;
  margin: 10px auto 9px;
  background-image: url(../../img/top_page/slideimg_title_02.png);
}
body#top_page #slidearea #mainVidual #slideSet #slideBox div.box div.slide.slide3 {
  background-image: url(../../img/top_page/slideimg_03.jpg);
  z-index: 1;
}
body#top_page #slidearea #mainVidual #slideSet #slideBox div.box div.slide.slide3 p {
  top: 20px;
  left: 81px;
  width: 574px;
  height: 261px;
  background-image: url(../../img/top_page/slideimg_title_03.png);
}
body#top_page #slidearea #mainVidual #slideSet #slideBox div.box div.slide.slide4 {
  display: flex;
  width: 100%;
/*  table-layout: fixed;*/
  z-index: 1;
}
body#top_page #slidearea #mainVidual #slideSet #slideBox div.box div.slide.slide4 div.slide04_1,
body#top_page #slidearea #mainVidual #slideSet #slideBox div.box div.slide.slide4 div.slide04_2,
body#top_page #slidearea #mainVidual #slideSet #slideBox div.box div.slide.slide4 div.slide04_3 {
  display: inline-flex; align-items: flex-start;
  position: static;
  width: 33.3%;
  height: 315px;
  background-repeat: no-repeat;
  background-position: center bottom;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
body#top_page #slidearea #mainVidual #slideSet #slideBox div.box div.slide.slide4 div.slide04_1 p,
body#top_page #slidearea #mainVidual #slideSet #slideBox div.box div.slide.slide4 div.slide04_2 p,
body#top_page #slidearea #mainVidual #slideSet #slideBox div.box div.slide.slide4 div.slide04_3 p {
  position: relative;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 0 0;
}
body#top_page #slidearea #mainVidual #slideSet #slideBox div.box div.slide.slide4 div.slide04_1 {
  width: 33.4%;
  background-image: url(../../img/top_page/slideimg_04_01.jpg);
}
body#top_page #slidearea #mainVidual #slideSet #slideBox div.box div.slide.slide4 div.slide04_1 p {

	top: 10px;
	right: -10px;
  width: 112px;
  height: 166px;
  margin: 12px auto 0px;
  background-image: url(../../img/top_page/slideimg_title_04_01.png);
}
body#top_page #slidearea #mainVidual #slideSet #slideBox div.box div.slide.slide4 div.slide04_2 {
  background-image: url(../../img/top_page/slideimg_04_02.jpg);
}
body#top_page #slidearea #mainVidual #slideSet #slideBox div.box div.slide.slide4 div.slide04_2 p {
  top: 2px;
	right: -7px;
  width: 120px;
  height: 230px;
  margin: 12px auto 0px;
  background-image: url(../../img/top_page/slideimg_title_04_02.png);
}
body#top_page #slidearea #mainVidual #slideSet #slideBox div.box div.slide.slide4 div.slide04_3 {
  background-image: url(../../img/top_page/slideimg_04_03.jpg);
}
body#top_page #slidearea #mainVidual #slideSet #slideBox div.box div.slide.slide4 div.slide04_3 p {
  top: 2px;
	right: -6px;
  width: 119px;
  height: 285px;
  margin: 12px auto 0px;
  background-image: url(../../img/top_page/slideimg_title_04_03.png);
}
body#top_page #slidearea div.rightButton,
body#top_page #slidearea div.leftButton {
  display: none;
  position: absolute;
  top: 43.1%;
  top: -webkit-calc(50% - 39px);
  top: calc(50% - 39px);
  z-index: 1000;
  cursor: pointer;
}
body#top_page #slidearea div.rightButton a,
body#top_page #slidearea div.leftButton a {
  display: block;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  width: 60px;
  height: 78px;
}
body#top_page #slidearea div.rightButton a:hover,
body#top_page #slidearea div.leftButton a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
body#top_page #slidearea div.rightButton a:hover img,
body#top_page #slidearea div.leftButton a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}
body#top_page #slidearea div.rightButton {
  right: 0%;
}
body#top_page #slidearea div.rightButton a {
  background-image: url(../img/parts/button_carousel_next.png);
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
body#top_page #slidearea div.leftButton {
  left: 0%;
}
body#top_page #slidearea div.leftButton a {
  background-image: url(../img/parts/button_carousel_prev.png);
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
body#top_page #slideNaviSet {
  display: none;
}
body#top_page #top_lead {
  padding: 14px 0px 16px;
  border-top: 4px solid #7a7059;
  background-color: #332921;
}
body#top_page #top_lead p {
  text-align: center;
  font-size: 139.5%;
  color: #ffffff;
}
body#top_page #main_title h2 {
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  width: 148px;
  max-width: 148px;
  height: 408px;
  margin: 24px auto 21px;
  background: url(../../img/top_page/title_main.png) no-repeat 0px 0px;
}
body#top_page #curriculum {
  width: 100%;
  margin-bottom: 40px;
}
body#top_page #curriculum #curriculum_inner {
  width: 1030px;
  margin: 20px auto 0;
}
body#top_page #curriculum #curriculum_inner h2 {
  margin-bottom: 11px;
}
body#top_page #curriculum #curriculum_inner h2 strong {
  float: left;
  display: block;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  width: 121px;
  height: 121px;
  margin-right: 18px;
  margin-bottom: 9px;
  background: url(../../img/top_page/title_curriculum.png) no-repeat 0px 0px;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
body#top_page #curriculum #curriculum_inner h2 span {
  display: block;
  padding-top: 21px;
  padding-left: 139px;
  line-height: 1.35;
	letter-spacing: -0.2px;
  font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','游明朝','ＭＳ Ｐ明朝',"MS PMincho",serif;
  font-weight: normal;
  font-size: 144.0%;
}
body#top_page #curriculum #curriculum_inner div#banner_curriculum_top {
  margin-bottom: 19px;
}
body#top_page #curriculum #curriculum_inner div#banner_curriculum_top a img {
  vertical-align: bottom;
}
body#top_page #curriculum #curriculum_inner div#banner_curriculum_top a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
body#top_page #curriculum #curriculum_inner div#banner_curriculum_top a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}
body#top_page #curriculum #curriculum_inner div#curriculum_banner_pane {
  width: 100%;
}
body#top_page #curriculum #curriculum_inner div#curriculum_banner_pane div.curriculum_banner {
  float: left;
  width: 505px;
  background-color: #ffffff;
}
body#top_page #curriculum #curriculum_inner div#curriculum_banner_pane div.curriculum_banner a {
  display: block;
  width: 505px;
  height: 115px;
  background-repeat: no-repeat;
}
body#top_page #curriculum #curriculum_inner div#curriculum_banner_pane div.curriculum_banner a img {
  vertical-align: bottom;
}
body#top_page #curriculum #curriculum_inner div#curriculum_banner_pane div.curriculum_banner a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
body#top_page #curriculum #curriculum_inner div#curriculum_banner_pane div.curriculum_banner a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}
body#top_page #curriculum #curriculum_inner div#curriculum_banner_pane div.curriculum_banner.banner_curriculum01 {
  width: 525px;
  margin-bottom: 20px;
  padding-right: 20px;
}
body#top_page #curriculum #curriculum_inner div#curriculum_banner_pane div.curriculum_banner.banner_curriculum02 {
  margin-bottom: 20px;
}
body#top_page #curriculum #curriculum_inner div#curriculum_banner_pane div.curriculum_banner.banner_curriculum03 {
  width: 525px;
  padding-right: 20px;
}
body#top_page #future {
  width: 100%;
  margin-bottom: 40px;
  padding: 40px 0px 20px;
  background-color: #f3f2e6;
}
body#top_page #future #future_inner {
  width: 1030px;
  margin: 0 auto;
}
body#top_page #future #future_inner h2 {
  margin-bottom: 21px;
}
body#top_page #future #future_inner h2 strong {
  float: left;
  display: block;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  width: 121px;
  height: 121px;
  margin-right: 18px;
  background: url(../../img/top_page/title_future.png) no-repeat 0px 0px;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
body#top_page #future #future_inner h2 span {
  display: block;
  padding-top: 21px;
  padding-left: 139px;
  line-height: 1.35;
	letter-spacing: -0.2px;
  font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','游明朝','ＭＳ Ｐ明朝',"MS PMincho",serif;
  font-weight: normal;
  font-size: 144.0%;
}
body#top_page #future #future_inner ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  margin: 0;
  padding: 0;
  width: 100%;
}
body#top_page #future #future_inner ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
body#top_page #future #future_inner ul li {
  width: 505px;
  margin-bottom: 20px;
  background-color: #ffffff;
}
body#top_page #future #future_inner ul li a {
  display: block;
  width: 505px;
  height: 180px;
  background-repeat: no-repeat;
}
body#top_page #future #future_inner ul li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
body#top_page #future #future_inner ul li a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}
body#top_page #exam {
  width: 100%;
  margin-bottom: 50px;
}
body#top_page #exam #exam_inner {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
}
body#top_page #exam #exam_inner ul.detail_link {
  margin: 0;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}
body#top_page #exam #exam_inner ul.detail_link li {
  margin: 0;
  padding: 0;
  list-style: none;
}
body#top_page #exam #exam_inner ul.detail_link li {
  width: 324px;
}
body#top_page #exam #exam_inner ul.detail_link li a {
  display: block;
}
body#top_page #exam #exam_inner ul.detail_link li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
body#top_page #exam #exam_inner ul.detail_link li a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}
body#top_page #exam #exam_inner ul.detail_link li a img {
  vertical-align: bottom;
}
body#top_page #exam #exam_inner ul.detail_link li.admis, body#top_page #exam #exam_inner ul.detail_link li.graduate {
  float: left;
  width: 333px;
  margin-right: 20px;
}
body#top_page #exam #exam_inner ul.detail_link li.tuition_scholarship {
  float: right;
}
body#top_page #exam #exam_inner ul.detail_link li.tuition_scholarship a ~ a {
  margin-top: 23px;
}
body#top_page #news {
  width: 100%;
  background: url(../img/parts/bg_news.png) repeat 0px 0px;
}
body#top_page #news #news_inner {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  padding: 23px 0px 28px;
}
body#top_page #news #news_inner #faculty_news_pane {
  float: none;
  width: 100%;
}
body#top_page #news #news_inner #graduate_news_pane {
  float: right;
  width: 462px;
}
body#top_page #news #news_inner h3 {
  margin-bottom: 15px;
  font-size: 158%;
  color: #15499f;
}
body#top_page #news #news_inner ul.news_tab {
  width: 100%;
  margin: 0;
  padding: 0;
}
body#top_page #news #news_inner ul.news_tab li {
  margin: 0;
  padding: 0;
  list-style: none;
}
body#top_page #news #news_inner ul.news_tab li ~ li {
  margin-left: 2px;
}
body#top_page #news #news_inner ul.news_tab li {
  float: left;
  width: 114px;
  padding-bottom: 7px;
  cursor: pointer;
}
body#top_page #news #news_inner ul.news_tab li strong {
  display: table-cell;
  width: 114px;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  color: #000000;
}
body#top_page #news #news_inner ul.news_tab li strong span {
  display: table;
  width: 100%;
  height: 100%;
}
body#top_page #news #news_inner ul.news_tab li strong span b {
  display: table-cell;
  padding: 8px 5px 5px;
  text-align: center;
  vertical-align: middle;
  -ms-word-break: break-all;
  word-break: break-all;
  font-weight: normal;
}
body#top_page #news #news_inner ul.news_tab li:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
body#top_page #news #news_inner ul.news_tab li:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}
body#top_page #news #news_inner ul.news_tab li.select {
  background-repeat: no-repeat;
  background-position: center bottom;
}
body#top_page #news #news_inner ul.news_tab li.select strong span b {
  font-weight: bold;
  color: #ffffff;
}
body#top_page #news #news_inner ul.news_tab li.faculty_news_detail_all span, body#top_page #news #news_inner ul.news_tab li.graduate_news_detail_all span {
  background-color: #6fa5ff;
}
body#top_page #news #news_inner ul.news_tab li.faculty_news_detail_all.select, body#top_page #news #news_inner ul.news_tab li.graduate_news_detail_all.select {
  background-image: url(../img/parts/icon_select_all.png);
}
body#top_page #news #news_inner ul.news_tab li.faculty_news_detail_news span, body#top_page #news #news_inner ul.news_tab li.graduate_news_detail_news span {
  background-color: #ffbd3d;
}
body#top_page #news #news_inner ul.news_tab li.faculty_news_detail_news.select, body#top_page #news #news_inner ul.news_tab li.graduate_news_detail_news.select {
  background-image: url(../img/parts/icon_select_news.png);
}
body#top_page #news #news_inner ul.news_tab li.faculty_news_detail_event span, body#top_page #news #news_inner ul.news_tab li.graduate_news_detail_event span {
  background-color: #48bc64;
}
body#top_page #news #news_inner ul.news_tab li.faculty_news_detail_event.select, body#top_page #news #news_inner ul.news_tab li.graduate_news_detail_event.select {
  background-image: url(../img/parts/icon_select_event.png);
}
body#top_page #news #news_inner ul.news_tab li.faculty_news_detail_student span, body#top_page #news #news_inner ul.news_tab li.graduate_news_detail_student span {
  background-color: #b28bda;
}
body#top_page #news #news_inner ul.news_tab li.faculty_news_detail_student.select, body#top_page #news #news_inner ul.news_tab li.graduate_news_detail_student.select {
  background-image: url(../img/parts/icon_select_student.png);
}
body#top_page #news #news_inner div.news_detail_tab {
  display: none;
  margin-top: 8px;
  padding: 0px 1px;
}
body#top_page #news #news_inner div.news_detail_tab.select {
  display: block;
}
body#top_page #news #news_inner div.news_detail_tab dl {
  margin: 0;
  padding-top: 11px;
  background: url(../img/parts/line_news.png) repeat-x 0px top;
  font-size: 92.8%;
}
body#top_page #news #news_inner div.news_detail_tab dl dt {
	clear: left;
	float: left;
  margin-bottom: 2px;
}
body#top_page #news #news_inner div.news_detail_tab dl dt ~ dt {
  margin-top: 10px;
}
body#top_page #news #news_inner div.news_detail_tab dl dd {
  margin: 0;
  padding-bottom: 9px;
	padding-left: 6.7em;
  background: url(../img/parts/line_news.png) repeat-x 0px bottom;
}
body#top_page #news #news_inner div.news_detail_tab dl dd ~ dd {
  margin-top: 9px;
}
body#top_page #news #news_inner div.news_detail_tab dl dd p {
  padding-left: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
}
body#top_page #news #news_inner div.news_detail_tab dl dd a {
  color: #000000;
}
body#top_page #news #news_inner div.news_detail_tab dl dd.news p {
  background-image: url(../img/parts/label_news.png);
}
body#top_page #news #news_inner div.news_detail_tab dl dd.event p {
  background-image: url(../img/parts/label_event.png);
}
body#top_page #news #news_inner div.news_detail_tab dl dd.student p {
  background-image: url(../img/parts/label_ug.png);
}
body#top_page #news #news_inner p.news_all {
  margin-top: 16px;
  padding-right: 0;
  text-align: right;
}
body#top_page #news #news_inner p.news_all a {
  line-height: 1;
  color: #000000;
}
body#top_page #news #news_inner p.news_all a:before {
  top: 0;
}
body#top_page #news #news_inner #news_all_pane {
  width: 320px;
  margin: 30px auto 0;
  border: 1px solid #cecece;
}
body#top_page #news #news_inner #news_all_pane a {
  display: block;
  width: 100%;
  padding: 13px 0px 12px;
  text-align: center;
  font-size: 107%;
  font-weight: bold;
  color: #777777;
}

body#top_page #news #news_inner a .sp_title {
	display: none;
}
body#top_page #news #news_inner #news_all_pane a:hover {
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
body#top_page #news #news_inner #news_all_pane a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}
body#top_page #alacarte {
  display: block;
  width: 740px;
  margin: 0 auto;
  /*padding: 50px 0px;*/
}
body#top_page #alacarte #message {
  float: left;
  width: 448px;
}
body#top_page #alacarte #message div#message_inner {
  display: table;
  width: 100%;
  padding: 34px 12px;
  border: 1px solid #d6d6d6;
  border-width: 1px 0;
}
body#top_page #alacarte #message div#message_inner div.dean_image {
  display: table-cell;
  width: 151px;
  height: 165px;
  padding-right: 20px;
  vertical-align: top;
}
body#top_page #alacarte #message div#message_inner div.dean_image img {
  width: 100%;
  vertical-align: bottom;
}
body#top_page #alacarte #message div#message_inner div.greeting {
  display: table-cell;
  padding-bottom: 1px;
  vertical-align: middle;
}
body#top_page #alacarte #message div#message_inner div.greeting a {
  padding-left: 25px;
  color: #000000;
}
body#top_page #alacarte #message div#message_inner div.greeting a h4 {
  font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','游明朝','ＭＳ Ｐ明朝',"MS PMincho",serif;
  font-weight: normal;
  line-height: 1.4;
  font-size: 178.571%;
}
body#top_page #alacarte #message div#message_inner div.greeting a.link01:before {
  top: 40%;
}
body#top_page #alacarte #message div#message_inner div.greeting a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  text-decoration: none;
}
body#top_page #alacarte #message div#message_inner div.greeting a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}
body#top_page div#alacarte_inner {
  float: right;
  width: 260px;
}
body#top_page div#alacarte_inner div#alacarte_banner_pane {
  padding: 0;
}
body#top_page div#alacarte_inner div#alacarte_banner_pane div.alacarte_banner {
  float: none;
  width: 260px;
  height: 65px;
  margin: 0px 0px 20px;
}
body#top_page div#alacarte_inner div#alacarte_banner_pane div.alacarte_banner a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
body#top_page div#alacarte_inner div#alacarte_banner_pane div.alacarte_banner a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}
/*--------------------------
スライド調整　chrome , opera
--------------------------*/
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  body#top_page #slidearea #mainVidual #slideSet #slideBox div.box div.slide.slide4 {
    overflow: hidden;
  }
  body#top_page #slidearea #mainVidual #slideSet #slideBox div.box div.slide.slide4 div.slide04_1,
  body#top_page #slidearea #mainVidual #slideSet #slideBox div.box div.slide.slide4 div.slide04_2,
  body#top_page #slidearea #mainVidual #slideSet #slideBox div.box div.slide.slide4 div.slide04_3 {
    position: relative;
    right: -1px;
  }
}
/*--------------------------
トップページ　スマホ
--------------------------*/
@media only screen and (max-width: 767px) {
  body#top_page #contentsfield div.contentsinner {

    padding-top: 30px;
  }
  body#top_page #slidearea {
    in-width: 100%;

  }
  body#top_page #slidearea #mainVidual {
    min-width: 100%;
  }
  body#top_page #slidearea {
    position: relative;
    width: 100%;
    min-width: 320px;
    height: 0;
    padding-bottom: 50%;
    margin: 0 auto 0px;
    overflow: hidden;
    /* コントロール */
  }
  body#top_page #slidearea #mainVidual {
    z-index: 5;
    position: relative;
    width: 100%;
    min-width: 320px;
    height: 0;
    padding-bottom: 50%;
    margin: 0 0 5px 0;
    line-height: 0;
  }
  body#top_page #slidearea #mainVidual #slideSet {
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    position: relative;
    margin-top: 0px;
    margin-left: 0px;
  }
  body#top_page #slidearea #mainVidual #slideSet #slideBox {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    margin: 0 0 0 0;
  }
  body#top_page #slidearea #mainVidual #slideSet #slideBox div.box {
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    overflow: hidden;
    position: absolute;
  }
  body#top_page #slidearea #mainVidual #slideSet #slideBox div.box a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  body#top_page #slidearea #mainVidual #slideSet #slideBox div.box a:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  }
  body#top_page #slidearea #mainVidual #slideSet #slideBox div.box div.slide {
    position: absolute;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    background-repeat: no-repeat;
    background-position: 0 0;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
  body#top_page #slidearea #mainVidual #slideSet #slideBox div.box div.slide p {
    display: none;
  }
  body#top_page #slidearea #mainVidual #slideSet #slideBox div.box div.slide.slide1 {
    background: url(../../img/top_page/slideimg_01_sp.jpg) no-repeat 0px 0px;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
  body#top_page #slidearea #mainVidual #slideSet #slideBox div.box div.slide.slide2 {
    background: url(../../img/top_page/slideimg_02_sp.jpg) no-repeat 0px 0px;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
  body#top_page #slidearea #mainVidual #slideSet #slideBox div.box div.slide.slide3 {
    background: url(../../img/top_page/slideimg_03_sp.jpg) no-repeat 0px 0px;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
  body#top_page #slidearea #mainVidual #slideSet #slideBox div.box div.slide.slide4 {
    display: block;
    background: url(../../img/top_page/slideimg_04_sp.jpg) no-repeat 0px 0px;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
  body#top_page #slidearea #mainVidual #slideSet #slideBox div.box div.slide.slide4 div.slide04_1,
  body#top_page #slidearea #mainVidual #slideSet #slideBox div.box div.slide.slide4 div.slide04_2,
  body#top_page #slidearea #mainVidual #slideSet #slideBox div.box div.slide.slide4 div.slide04_3 {
    display: none;
  }
  body#top_page #slidearea div.rightButton,
  body#top_page #slidearea div.leftButton {
    display: none;
    position: absolute;
    top: 38.5%;
    top: -webkit-calc(50% - 23px);
    top: calc(50% - 23px);
    z-index: 1000;
    cursor: pointer;
  }
  body#top_page #slidearea div.rightButton a,
  body#top_page #slidearea div.leftButton a {
    display: block;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    width: 36px;
    height: 47px;
  }
  body#top_page #slidearea div.rightButton a:hover,
  body#top_page #slidearea div.leftButton a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  body#top_page #slidearea div.rightButton a:hover img,
  body#top_page #slidearea div.leftButton a:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  }
  body#top_page #slidearea div.rightButton {
    right: 0%;
  }
  body#top_page #slidearea div.rightButton a {
    background-image: url(../img/parts/button_carousel_next.png);
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
  body#top_page #slidearea div.leftButton {
    left: 0%;
  }
  body#top_page #slidearea div.leftButton a {
    background-image: url(../img/parts/button_carousel_prev.png);
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
  body#top_page #top_lead {
    padding: 14px 10px 16px;

  }


  body#top_page #top_lead p {
    text-align: left;
    font-size: 110%;

    font-weight: bold;
  }
  body#top_page #curriculum {
    margin-bottom: 25px;

	}
  body#top_page #curriculum #curriculum_inner {
    width: 100%;
    padding: 0px 10px;
    overflow: hidden;
  }
  body#top_page #curriculum #curriculum_inner h2 {
    display: table;
    width: 100%;

    margin-bottom: 10px;
    font-size: 100%;
  }
  body#top_page #curriculum #curriculum_inner h2 strong {
    display: table-cell;
    float: none;

    width: 87px;
    height: 87px;
    margin-right: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    background-position: center center;
    -moz-background-size: contain;

    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }

  body#top_page #curriculum #curriculum_inner h2 span {
    display: table-cell;
    padding-top: 0;
    padding-left: 8px;

		line-height: 1.5;

    vertical-align: middle;


    font-size: 110%;
  }
  body#top_page #curriculum #curriculum_inner div#banner_curriculum_top {
    max-width: 300px;

    margin: 0 auto 15px;
  }
  body#top_page #curriculum #curriculum_inner div#banner_curriculum_top a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);

    opacity: 1;
  }
  body#top_page #curriculum #curriculum_inner div#banner_curriculum_top a:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);

  }
  body#top_page #curriculum #curriculum_inner div#curriculum_banner_pane {
    position: relative;
    width: 100%;
    padding: 0px;
  }
  body#top_page #curriculum #curriculum_inner div#curriculum_banner_pane div#curriculum_banner_inner {
    position: static;
    width: 252px;
    margin: 0 auto;
    overflow: hidden;
  }
  body#top_page #curriculum #curriculum_inner div#curriculum_banner_pane div#curriculum_banner_inner div.curriculum_banner {
    float: left;
    width: 100%;
    margin-bottom: 0 !important;
    padding: 0px 10px !important;
    background-color: #ffffff;
    outline: none;
  }
  body#top_page #curriculum #curriculum_inner div#curriculum_banner_pane div#curriculum_banner_inner div.curriculum_banner a {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 23.5%;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    background-repeat: no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
  body#top_page #curriculum #curriculum_inner div#curriculum_banner_pane div#curriculum_banner_inner div.curriculum_banner a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  body#top_page #curriculum #curriculum_inner div#curriculum_banner_pane div#curriculum_banner_inner div.curriculum_banner a:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  }
  body#top_page #curriculum #curriculum_inner div#curriculum_banner_pane div#curriculum_banner_inner div.curriculum_banner.banner_curriculum01 a, body#top_page #curriculum #curriculum_inner div#curriculum_banner_pane div#curriculum_banner_inner div.curriculum_banner.banner_curriculum02 a, body#top_page #curriculum #curriculum_inner div#curriculum_banner_pane div#curriculum_banner_inner div.curriculum_banner.banner_curriculum03 a, body#top_page #curriculum #curriculum_inner div#curriculum_banner_pane div#curriculum_banner_inner div.curriculum_banner.banner_curriculum04 a {
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
  body#top_page #curriculum #curriculum_inner div#curriculum_banner_pane button {
    position: absolute;
    top: 12px;
    width: 36px;
    height: 47px;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    border: 0px none transparent;
    outline: none;
    z-index: 100;
  }
  body#top_page #curriculum #curriculum_inner div#curriculum_banner_pane button.slick-next {
    right: 0;
    background: url(../img/parts/button_carousel_next.png) no-repeat 0px 0px;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
  body#top_page #curriculum #curriculum_inner div#curriculum_banner_pane button.slick-prev {
    left: 0;
    background: url(../img/parts/button_carousel_prev.png) no-repeat 0px 0px;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
  body#top_page #future {
    margin-bottom: 25px;
    padding-top: 20px;
    padding-bottom: 5px;
  }
  body#top_page #future #future_inner {
    width: 100%;
    margin: 0 auto;
    padding: 0px 10px;
  }
  body#top_page #future #future_inner h2 {
    display: table;
    width: 100%;
    margin-bottom: 15px;
    font-size: 100%;
  }
  body#top_page #future #future_inner h2 strong {
    display: table-cell;
    float: none;
    width: 87px;
    height: 87px;
    margin-right: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    background-position: center center;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
  body#top_page #future #future_inner h2 span {
    display: table-cell;
    padding-top: 0;
    padding-left: 8px;
    vertical-align: middle;
		line-height: 1.5;
    font-size: 110%;
  }
  body#top_page #future #future_inner ul {
    max-width: 300px;
    margin: 0 auto;
  }
  body#top_page #future #future_inner ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  body#top_page #future #future_inner ul li a {
    width: 100%;
    height: 0;
    padding-bottom: 33.334%;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
  body#top_page #future #future_inner ul li a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  body#top_page #future #future_inner ul li a:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  }
  body#top_page #future #future_inner ul li a img {
    visibility: hidden;
  }
  body#top_page #future #future_inner ul li.banner_future01 a {
    background-image: url(../../img/top_page/banner_future01_sp.jpg);
  }
  body#top_page #future #future_inner ul li.banner_future02 a {
    background-image: url(../../img/top_page/banner_future02_sp.jpg);
  }
  body#top_page #future #future_inner ul li.banner_future03 a {
    background-image: url(../../img/top_page/banner_future03_sp.jpg);
  }
  body#top_page #future #future_inner ul li.banner_future04 a {
    background-image: url(../../img/top_page/banner_future04_sp.jpg);
  }
  body#top_page #exam {
    width: 100%;
    margin-bottom: 30px;
  }
  body#top_page #exam #exam_inner {
    width: 100%;
    margin: 0 auto;
    padding: 0px 10px;
  }
  body#top_page #exam #exam_inner h3 {
    margin-bottom: 20px;
  }
  body#top_page #exam #exam_inner h3 a {
    width: 100%;
    height: 0;
    padding-bottom: 25.852%;
    background-image: url(../../img/top_page/banner_exam_sp.jpg);
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
  body#top_page #exam #exam_inner h3 a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  body#top_page #exam #exam_inner h3 a:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  }
  body#top_page #exam #exam_inner ul.detail_link {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 233px;
    margin: 0 auto;
  }
  body#top_page #exam #exam_inner ul.detail_link li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  body#top_page #exam #exam_inner ul.detail_link:after {
    display: none;
  }
  body#top_page #exam #exam_inner ul.detail_link li {
    width: 100%;
    text-align: center;
  }
  body#top_page #exam #exam_inner ul.detail_link li a {
    display: block;
    width: 100%;
  }
  body#top_page #exam #exam_inner ul.detail_link li a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  body#top_page #exam #exam_inner ul.detail_link li a:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  }
  body#top_page #exam #exam_inner ul.detail_link li.admis, body#top_page #exam #exam_inner ul.detail_link li.graduate, body#top_page #exam #exam_inner ul.detail_link li.tuition_scholarship {
    float: none;
    max-width: 233px;
  }
  body#top_page #exam #exam_inner ul.detail_link li.tuition_scholarship {
    padding: 0 3px;
  }
  body#top_page #exam #exam_inner ul.detail_link li.tuition_scholarship a ~ a {
    margin-top: 10px;
  }
  body#top_page #exam #exam_inner ul.detail_link li ~ li {
    margin-top: 10px;
  }
  body#top_page #news {
    background-image: none;
  }
  body#top_page #news #news_inner {
    padding: 0px 10px;
  }
  body#top_page #news #news_inner h3 {
    font-size: 120%;
  }
  body#top_page #news #news_inner ul.news_tab li {
    width: 25%;
  }
  body#top_page #news #news_inner ul.news_tab li ~ li {
    margin-left: 0;
    border-left: 2px solid #ffffff;
  }
  body#top_page #news #news_inner ul.news_tab li strong {
    display: inline;
    width: auto;
  }
  body#top_page #news #news_inner ul.news_tab li strong span b {
    padding: 8px 1px 7px;
    font-weight: bold;
    font-size: 92%;
  }
  body#top_page #news #news_inner ul.news_tab li.faculty_news_detail_all.select, body#top_page #news #news_inner ul.news_tab li.graduate_news_detail_all.select {
    background-image: url(../img/parts/icon_select_all_sp.png);
    -moz-background-size: 14px 7px;
    -o-background-size: 14px 7px;
    -webkit-background-size: 14px 7px;
    background-size: 14px 7px;
  }
  body#top_page #news #news_inner ul.news_tab li.faculty_news_detail_news.select, body#top_page #news #news_inner ul.news_tab li.graduate_news_detail_news.select {
    background-image: url(../img/parts/icon_select_news_sp.png);
    -moz-background-size: 14px 7px;
    -o-background-size: 14px 7px;
    -webkit-background-size: 14px 7px;
    background-size: 14px 7px;
  }
  body#top_page #news #news_inner ul.news_tab li.faculty_news_detail_event.select, body#top_page #news #news_inner ul.news_tab li.graduate_news_detail_event.select {
    background-image: url(../img/parts/icon_select_event_sp.png);
    -moz-background-size: 14px 7px;
    -o-background-size: 14px 7px;
    -webkit-background-size: 14px 7px;
    background-size: 14px 7px;
  }
  body#top_page #news #news_inner ul.news_tab li.faculty_news_detail_student.select, body#top_page #news #news_inner ul.news_tab li.graduate_news_detail_student.select {
    background-image: url(../img/parts/icon_select_student_sp.png);
    -moz-background-size: 14px 7px;
    -o-background-size: 14px 7px;
    -webkit-background-size: 14px 7px;
    background-size: 14px 7px;
  }
  body#top_page #news #news_inner #faculty_news_pane,
  body#top_page #news #news_inner #graduate_news_pane {
    float: none;
    width: 100%;
  }
  body#top_page #news #news_inner #graduate_news_pane {
    padding-top: 10px;
  }
  body#top_page #news #news_inner div.news_detail_tab dl {
    font-size: 100%;
  }
	body#top_page #news #news_inner div.news_detail_tab dl dt {
		clear: none;
		float: none;
	}
  body#top_page #news #news_inner div.news_detail_tab dl dd {
		padding-left: 0;
    font-size: 107%;
  }
	body#top_page #news #news_inner div.news_detail_tab dl dd ~ dd {
		margin-top: 0;
	}
  body#top_page #news #news_inner div.news_detail_tab dl dd p {
    padding-left: 0;
    -moz-background-size: 64px 20px;
    -o-background-size: 64px 20px;
    -webkit-background-size: 64px 20px;
    background-size: 64px 20px;
  }
  body#top_page #news #news_inner div.news_detail_tab dl dd p a:before {
    top: 5px;
  }
  body#top_page #news #news_inner div.news_detail_tab dl dd.news p {
    background-image: url(../img/parts/label_news_sp.png);
  }
  body#top_page #news #news_inner div.news_detail_tab dl dd.event p {
    background-image: url(../img/parts/label_event_sp.png);
  }
  body#top_page #news #news_inner div.news_detail_tab dl dd.student p {
    background-image: url(../img/parts/label_ug_sp.png);
  }
	body#top_page #news #news_inner a .sp_title {
		display: inline;
	}
	body#top_page #news #news_inner a .pc_title {
		display: none;
	}
  body#top_page #news p.news_all {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 107%;
    font-weight: bold;
  }
  body#top_page #news p.news_all a:before {
    top: 5px;
  }
  body#top_page #alacarte {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0px 40px;
  }
  body#top_page #alacarte #message {
    float: none;
    width: 100%;
    padding: 0 10px;
  }
  body#top_page #alacarte #message div#message_inner {
    width: 100%;
    padding: 10px 0px;
  }
  body#top_page #alacarte #message div#message_inner div.dean_image {
    display: table-cell;
    width: 89px;
    height: 99px;
    padding-right: 10px;
  }
  body#top_page #alacarte #message div#message_inner div.greeting {
    padding-bottom: 1px;
  }
  body#top_page #alacarte #message div#message_inner div.greeting a {
    padding-left: 19px;
  }
  body#top_page #alacarte #message div#message_inner div.greeting a h4 {
    font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','游明朝','ＭＳ Ｐ明朝',"MS PMincho",serif;
    font-weight: normal;
    line-height: 1.4;
    font-size: 128.571%;
  }
  body#top_page #alacarte #message div#message_inner div.greeting a p {
    font-size: 85.71%;
  }
  body#top_page #alacarte #message div#message_inner div.greeting a.link01:before {
    top: 40%;
  }
  body#top_page #alacarte #message div#message_inner div.greeting a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  body#top_page #alacarte #message div#message_inner div.greeting a:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  }
  body#top_page div#alacarte_inner {
    float: none;
    width: 100%;
  }
  body#top_page div#alacarte_inner div#alacarte_banner_pane {
    margin-top: 27px;
  }
  body#top_page div#alacarte_inner div#alacarte_banner_pane div.alacarte_banner {
    float: left;
    width: 100%;
    height: 100%;
    margin: 0px;
  }
  body#top_page div#alacarte_inner div#alacarte_banner_pane div.alacarte_banner a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  body#top_page div#alacarte_inner div#alacarte_banner_pane div.alacarte_banner a:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  }
}
@media only screen and (max-width: 340px) {
  body#top_page #curriculum #curriculum_inner div#curriculum_banner_pane div#curriculum_banner_inner {
    width: 78.5%;
    height: 0;
    padding-bottom: 16.6%;
  }

  body#top_page #curriculum #curriculum_inner div#curriculum_banner_pane div#curriculum_banner_inner button {
    top: 6.5%;
    width: 11%;
    height: 0;
    padding-bottom: 15%;
  }
}
/*--------------------------
法学部
--------------------------*/
body#faculty.column {
  /* 法学・政治学とは？ */
}
body#faculty.column .learn_about div.learn_detail ,
body#faculty.column.column_index div.learn_detail {
  display: table;
  width: 630px;
  margin: 0 auto;
}
body#faculty.column .learn_about div.learn_detail .learn_cell ,
body#faculty.column.column_index div.learn_detail .learn_cell {
  display: table-cell;
  padding: 11px 20px 15px;
}
body#faculty.column .learn_about div.learn_detail .learn_cell h4 ,
body#faculty.column.column_index div.learn_detail .learn_cell h4 {
  margin-bottom: 9px;
  line-height: 1.5;
  font-size: 121.40%;
  font-weight: bold;
  text-align: center;
  color: #369995;
}
body#faculty.column .learn_about div.learn_detail .learn_cell p.arrow_01 ,
body#faculty.column.column_index div.learn_detail .learn_cell p.arrow_01 {
  height: 20px;
  margin: 4px auto 3px;
  text-align: center;
}
body#faculty.column .learn_about div.learn_detail .learn_cell p.arrow_01 img ,
body#faculty.column.column_index div.learn_detail .learn_cell p.arrow_01 img {
  vertical-align: top;
}
body#faculty.column .learn_about div.learn_detail .learn_cell1 ,
body#faculty.column.column_index div.learn_detail .learn_cell1 {
  width: 348px;
  background-color: #e9f4e9;
}
body#faculty.column .learn_about div.learn_detail .learn_cell1 ul.learn_cell1_1 ,
body#faculty.column.column_index div.learn_detail .learn_cell1 ul.learn_cell1_1 {
  display: table;
  border-collapse: collapse;
  width: 100%;
}
body#faculty.column .learn_about div.learn_detail .learn_cell1 ul.learn_cell1_1 li ,
body#faculty.column.column_index div.learn_detail .learn_cell1 ul.learn_cell1_1 li {
  display: table-cell;
  width: 50%;
  padding: 7px 10px 6px;
  background-color: #ffffff;
  border: 4px solid  #6fbfbc;
  text-align: center;
  font-size: 114.30%;
}
body#faculty.column .learn_about div.learn_detail .learn_cell1 p.process ,
body#faculty.column.column_index div.learn_detail .learn_cell1 p.process {
  padding: 9px 10px 10px;
  background-color: #fffbb9;
  border: 4px solid  #6fbfbc;
  line-height: 1.3;
  text-align: center;
  font-size: 143.0%;
  font-weight: bold;
}
body#faculty.column .learn_about div.learn_detail .learn_cell1 p.process span ,
body#faculty.column.column_index div.learn_detail .learn_cell1 p.process span {
  font-size: 80%;
}
body#faculty.column .learn_about div.learn_detail .learn_cell1 ul.learn_cell1_2 ,
body#faculty.column.column_index div.learn_detail .learn_cell1 ul.learn_cell1_2 {
  display: block;
  width: 100%;
  margin-bottom: 16px;
  border: 4px solid  #6fbfbc;
}
body#faculty.column .learn_about div.learn_detail .learn_cell1 ul.learn_cell1_2 li ,
body#faculty.column.column_index div.learn_detail .learn_cell1 ul.learn_cell1_2 li {
  width: 100%;
  padding: 2px 10px;
  background-color: #ffffff;
  text-align: center;
  font-size: 114.30%;
}
body#faculty.column .learn_about div.learn_detail .learn_cell1 ul.learn_cell1_2 li ~ li ,
body#faculty.column.column_index div.learn_detail .learn_cell1 ul.learn_cell1_2 li ~ li {
  border-top: 2px solid  #6fbfbc;
}
body#faculty.column .learn_about div.learn_detail .learn_cell2 ,
body#faculty.column.column_index div.learn_detail .learn_cell2 {
  width: 62px;
  padding: 10px 9px;
  text-align: center;
  vertical-align: middle;
}
body#faculty.column .learn_about div.learn_detail .learn_cell3 ,
body#faculty.column.column_index div.learn_detail .learn_cell3 {
  width: 220px;
  background-color: #e9f4e9;
}
body#faculty.column .learn_about div.learn_detail .learn_cell3 h4 ,
body#faculty.column.column_index div.learn_detail .learn_cell3 h4 {
  margin-bottom: 15px;
  color: #3b70ac;
}
body#faculty.column .learn_about div.learn_detail .learn_cell3 ul li ,
body#faculty.column.column_index div.learn_detail .learn_cell3 ul li {
  padding: 8px 10px 7px;
  background-color: #ffffff;
  border: 3px solid  #3b70ac;
  text-align: center;
  font-size: 114.3%;
  font-weight: bold;
}
body#faculty.column .learn_about div.learn_detail .learn_cell3 ul li ~ li ,
body#faculty.column.column_index div.learn_detail .learn_cell3 ul li ~ li {
  margin-top: 10px;
}
body#faculty.column .learn_about div.learn_detail ul ,
body#faculty.column.column_index div.learn_detail ul {
  margin: 0;
  padding: 0;
}
body#faculty.column .learn_about div.learn_detail ul li ,
body#faculty.column.column_index div.learn_detail ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
body#faculty.column.column_index ul.column_list {
  margin: 0;
  padding: 0 0 10px;
  border-top: 1px dotted #9bb0e2;
  border-bottom: 1px dotted #9bb0e2;
}
body#faculty.column.column_index ul.column_list li {
  margin: 0;
  padding: 0;
  list-style: none;
}
body#faculty.column.column_index ul.column_list li {
  display: table;
  width: 100%;
  min-height: 56px;
  margin: 0;
  padding: 0;
  padding-top: 10px;
  padding-left: 70px;
  background-repeat: no-repeat;
  background-position: 0 10px;
}
body#faculty.column.column_index ul.column_list li ~ li {
  margin-top: 7px;
  padding-top: 10px;
  border-top: 1px dotted  #9bb0e2;
}
body#faculty.column.column_index ul.column_list li a {
  display: table-cell;
  height: 45px;
  vertical-align: middle;
}
body#faculty.column.column_index ul.column_list li a:before {
  display: none;
}
body#faculty.column.column_index ul.column_list li h5 {
  position: relative;
  font-size: 114.30%;
}
body#faculty.column.column_index ul.column_list li h5:before ,
html.svg body#faculty.column.column_index ul.column_list li h5:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -17px;
  width: 13px;
  height: 1.7em;
  background-position: 0 center;
  background-repeat: no-repeat;
  background-image: url(../img/parts/icon_link01.svg);
  -webkit-background-size: 13px 13px !important;
  background-size: 13px 13px !important;
}
@media only screen and (-webkit-max-device-pixel-ratio: 2), only screen and (max-resolution: 2dppx) {
body#faculty.column.column_index ul.column_list li h5:before {
  background-image: url(../img/parts/icon_link01.png);
}
}
body#faculty.column.column_index .about_link {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid  #193b8a;
}
body#faculty.column.column_article #article_pane {
  position: relative;
}
body#faculty.column.column_article h3.cmn_title span {
  padding-right: 5em;
}
body#faculty.column.column_article p.toall {
  position: absolute;
  top: 28px;
  right: 23px;
}
body#faculty.column.column_article div.titlepane {
  display: table;
  width: 100%;
  padding: 0 0 15px;
  border-bottom: 1px solid  #193A87;
}
body#faculty.column.column_article div.articleTitle {
  display: table-cell;
  vertical-align: bottom;
}
body#faculty.column.column_article div.articleTitle h4 {
  font-size: 160%;
}
body#faculty.column.column_article div.articleTitle p.entryExcerpt {
  font-size: 107%;
  font-weight: bold;
}
body#faculty.column.column_article div.articleAuthor {
  display: table-cell;
  width: 30%;
  text-align: right;
  vertical-align: bottom;
}
body#faculty.column.column_article div.articleAuthor p.entrycolumnauthor {
  font-size: 107%;
  font-weight: bold;
}
body#faculty.column.column_article div.articleAuthor p.entrycolumnauthor span {
  font-weight: normal;
}
body#faculty.column.column_article div.articleBody {
  padding: 25px 0 20px;
}
body#faculty.column.column_article div.articleBody p {
  margin-bottom: 1em;
  line-height: 2.2;
  font-size: 100%;
}
body#faculty.column.column_article div.articleBody ul.images {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px dotted  #193b8a;
}
body#faculty.column.column_article div.articleBody ul.images li {
  margin: 0;
  padding: 0;
  list-style: none;
}
body#faculty.column.column_article div.articleBody ul.images li {
  float: left;
  width: 164px;
}
body#faculty.column.column_article div.articleBody ul.images li ~ li {
  width: 182px;
  padding-left: 18px;
}
body#faculty.column.column_article div.articleBody ul.images li p {
  margin-bottom: 0;
  line-height: 1.9;
  font-size: 85.7%;
}
body#faculty.column.column_article div.articleBody img.mt-image-right {
  margin: 8px 0 30px 30px !important;
}
body#faculty.column.column_article div.articleBody img.mt-image-left {
  margin: 8px 30px 30px 0  !important;
}
body#faculty.column.column_article div.articleNavigation {
  padding: 0 10px;
}
body#faculty.column.column_article div.articleNavigation ul {
  margin: 0;
  padding: 0;
}
body#faculty.column.column_article div.articleNavigation ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
body#faculty.column.column_article div.articleNavigation ul li.prev {
  float: left;
}
body#faculty.column.column_article div.articleNavigation ul li.next {
  float: right;
}
body#faculty.greeting {
  /* 学部長からのメッセージ */
}
body#faculty.greeting #dean_image {
  float: right;
  width: 162px;
  height: 203px;
  margin-top: 7px;
  margin-bottom: 30px;
  margin-left: 30px;
}
body#faculty.greeting #dean_name {
  padding-top: 17px;
  padding-right: 3px;
  text-align: right;
}
body#faculty.greeting #dean_name span {
  position: relative;
  top: -2px;
}
body#faculty.greeting #dean_name strong {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 92px;
  height: 21px;
  margin-left: 19px;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  background: url(../../img/faculty/greeting/dean_name.png) no-repeat 0px 0px;
  text-align: left;
  vertical-align: baseline;
}
body#faculty.curriculum {
  /* 関大法学部で学ぶ */
}
body#faculty.curriculum.learning {
  /* 関大法学部で学ぶ */
}
body#faculty.curriculum.learning h3.cmn_title span em {
  padding-left: 1em;
}
body#faculty.curriculum.learning table.learning_detail {
  width: 100%;
  border-collapse: collapse;
}
body#faculty.curriculum.learning table.learning_detail th,
body#faculty.curriculum.learning table.learning_detail td {
  padding: 6px 10px;
  border: 1px solid  #909090;
  font-weight: bold;
}
body#faculty.curriculum.learning table.learning_detail th {
  background-color: #93c6ff;
}
body#faculty.curriculum.learning table.learning_detail td table {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 4px;
}
body#faculty.curriculum.learning table.learning_detail td table th:first-child,
body#faculty.curriculum.learning table.learning_detail td table td:first-child {
  border-left-width: 0;
}
body#faculty.curriculum.learning table.learning_detail td table th.last,
body#faculty.curriculum.learning table.learning_detail td table td.last {
  border-right-width: 0;
}
body#faculty.curriculum.learning table.learning_detail td table th {
  background-color: #d3d3d3;
}
body#faculty.curriculum.learning table.learning_detail td table td {
  background-color: #e2f9df;
  text-align: center;
  font-weight: normal;
}
body#faculty.curriculum.learning table.learning_detail td table td.basic {
  padding-top: 10px;
  background-color: #d6f0fd;
  vertical-align: top;
}
body#faculty.curriculum.learning table.learning_detail td table td.basic ul {
  margin-right: 5px;
}
body#faculty.curriculum.learning table.learning_detail td table td.basic ul li ~ li {
  margin-top: 1px;
}
body#faculty.curriculum.learning table.learning_detail td table td.subject {
  background-color: #ffffff;
  text-align: left;
}
body#faculty.curriculum.learning table.learning_detail td table td.subject div.subject_detail {
  float: left;
  width: 50%;
  padding: 4px 4px 2px 0px;
}
body#faculty.curriculum.learning table.learning_detail td table td.subject div.subject_detail ~ div.subject_detail {
  padding: 4px 0px 4px 6px;
}
body#faculty.curriculum.learning table.learning_detail td table td.subject div.subject_detail ul li ~ li {
  margin-top: 10px;
}
body#faculty.curriculum.learning table.learning_detail td table td.subject div.subject_detail ul li a {
  display: block;
  padding: 9px 10px 7px;
  font-size: 114.30%;
  font-weight: bold;
  color: #ffffff;
}
body#faculty.curriculum.learning table.learning_detail td table td.subject div.subject_detail ul li a span.link01_w,
body#faculty.curriculum.learning table.learning_detail td table td.subject div.subject_detail ul li a span.link02_w {
  padding-left: 20px;
}
body#faculty.curriculum.learning table.learning_detail td table td.subject div.subject_detail ul li a span.link01_w:before,
body#faculty.curriculum.learning table.learning_detail td table td.subject div.subject_detail ul li a span.link02_w:before{
  top: 6px;
}
body#faculty.curriculum.learning table.learning_detail td table td.subject div.subject_detail ul li a.law {
  background-color: #008cce;
}
body#faculty.curriculum.learning table.learning_detail td table td.subject div.subject_detail ul li a.business {
  background-color: #16baef;
}
body#faculty.curriculum.learning table.learning_detail td table td.subject div.subject_detail ul li a.public {
  background-color: #f3a055;
}
body#faculty.curriculum.learning table.learning_detail td table td.subject div.subject_detail ul li a.politics {
  background-color: #48b473;
}
body#faculty.curriculum.learning table.learning_detail td table td.subject div.subject_detail ul li a.political_history {
  background-color: #d76da6;
}
body#faculty.curriculum.learning table.learning_detail td table td.subject div.subject_detail ul li a.international {
  background-color: #8ec31e;
}
body#faculty.curriculum.learning table.learning_detail td table td ul {
  margin: 0;
  padding: 0;
}
body#faculty.curriculum.learning table.learning_detail td table td ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*---------------------------
202303追記
-----------------------------*/

/*　 基本枠　各科目の色　*/
body#faculty .article .cur_wrapper .cur_title h5 {
	text-align: center;
	color: #fff;
	font-size: 18px;
	padding: 10px;
}
body#faculty .article .cur_wrapper .cur_title.law {
	border: 1px solid #168dcb;
}
body#faculty .article .cur_wrapper .cur_title.business {
	border: 1px solid #28bbed;
}
body#faculty .article .cur_wrapper .cur_title.public {
	border: 1px solid #f3a055;
}
body#faculty .article .cur_wrapper .cur_title.politics {
	border: 1px solid #48b473;
}
body#faculty .article .cur_wrapper .cur_title.political_history {
	border: 1px solid #d76da6;
}
body#faculty .article .cur_wrapper .cur_title.international {
	border: 1px solid #8ec31e;
}


/*　基本帯　各科目の色　*/
body#faculty .article .cur_wrapper .cur_title .cur_title_inner {
	padding: 20px;
}
body#faculty .article .cur_wrapper .cur_title .cur_title_inner h6 {
	padding: 5px;
	text-align: center;
	background: #dddddd;
	color: #000;
	font-size: 14px;
	margin: 15px 0;
}
body#faculty .article .cur_wrapper .cur_title.law h5 {
	background: #168dcb;
}
body#faculty .article .cur_wrapper .cur_title.business h5 {
	background: #28bbed;
}
body#faculty .article .cur_wrapper .cur_title.public h5 {
	background: #f3a055;
}
body#faculty .article .cur_wrapper .cur_title.politics h5 {
	background: #48b473;
}
body#faculty .article .cur_wrapper .cur_title.political_history h5 {
	background: #d76da6;
}
body#faculty .article .cur_wrapper .cur_title.international h5 {
	background: #8ec31e;
}











body#faculty.curriculum.first_year_experience {
  /* 初年次教育 */
}
body#faculty.curriculum.first_year_experience div.experience_detail {
  width: 100%;
  background: url(../../img/faculty/curriculum/first_year_experience/bg_first_year.png) no-repeat 0px 0px #e9f4e9;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
body#faculty.curriculum.first_year_experience div.experience_detail div.experience_column {
  width: 100%;
  padding: 20px 10px;
}
body#faculty.curriculum.first_year_experience div.experience_detail div.experience_column h4 {
  max-width: 250px;
  margin: 0 auto 16px;
  padding: 3px 10px 2px;
  background-color: #16559b;
  text-align: center;
  color: #ffffff;
}
body#faculty.curriculum.first_year_experience div.experience_detail div.experience_column h4 span {
  font-size: 128.5%;
}
body#faculty.curriculum.first_year_experience div.experience_detail div.experience_column div.guidance {
  max-width: 460px;
  margin: 5px auto 0;
  padding: 6px 11px 7px;
  background-color: #ffffff;
  border: 3px solid #16559b;
  line-height: 1.9;
  font-size: 85.7%;
}
body#faculty.curriculum.first_year_experience div.experience_detail div.experience_column ul.subject {
  margin: 0;
  padding: 0;
  width: 606px;
  margin: 4px auto 0;
}
body#faculty.curriculum.first_year_experience div.experience_detail div.experience_column ul.subject li {
  margin: 0;
  padding: 0;
  list-style: none;
}
body#faculty.curriculum.first_year_experience div.experience_detail div.experience_column ul.subject li {
  display: inline-block;
  width: 121px;
  padding: 5px 2px 3px;
  background-color: #ffffff;
  border: 3px solid #16559b;
  text-align: center;
  font-size: 92.8%;
  font-weight: bold;
}
body#faculty.curriculum.first_year_experience div.experience_detail div.experience_column ul.subject li ~ li {
  width: 111px;
  margin-left: 10px;
}
body#faculty.curriculum.first_year_experience div.experience_detail div.experience_column p {
  max-width: 602px;
  margin: 0 auto;
  line-height: 1.9;
  font-size: 92.8%;
}
body#faculty.curriculum.first_year_experience div.experience_detail div.experience_column ~ div.experience_column {
  border-top: 2px solid #ffffff;
}
body#faculty.curriculum.first_year_experience div.experience_detail div.experience_column.experience_column01 {
  padding: 36px 10px 29px;
}
body#faculty.curriculum.first_year_experience div.experience_detail div.experience_column.experience_column01 strong {
  display: block;
  text-align: center;
  font-size: 143.0%;
  color: #16559b;
}
body#faculty.curriculum.first_year_experience div.experience_detail div.experience_column.experience_column04 {
  padding-bottom: 16px;
}
body#faculty.curriculum.program {
  /* 特修プログラム */
}
body#faculty.curriculum.program div#program_linkarea {
  padding: 12px 20px;
  background-color: #e5f2ff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
body#faculty.curriculum.program div#program_linkarea ul#program_link {
  margin: 0;
  padding: 0;
}
body#faculty.curriculum.program div#program_linkarea ul#program_link li {
  margin: 0;
  padding: 0;
  list-style: none;
}
body#faculty.curriculum.program div#program_linkarea ul#program_link li {
  float: left;
}
body#faculty.curriculum.program div#program_linkarea ul#program_link li ~ li {
  margin-left: 30px;
}
body#faculty.curriculum.program ol#program_detail {
  margin: 0;
  padding: 0;
}
body#faculty.curriculum.program ol#program_detail li {
  margin: 0;
  padding: 0;
  list-style: none;
}
body#faculty.curriculum.program ol#program_detail li {
  padding-left: 1em;
  text-indent: -1em;
}
body#faculty.curriculum.program div.imgarea {
  width: 320px;
  padding-left: 40px;
}
body#faculty.curriculum.program div.textarea {
  float: none;
}
body#faculty.six_subject {
  /* 6つの科目群 */
  /* 科目群共通 */
}
body#faculty p.date{
  text-align: right;
  margin-top: 5px;
  font-size: 12px;
}
body#faculty.six_subject.overview div.article_column {
  float: left;
  width: 50%;
  padding-right: 5px;
}
body#faculty.six_subject.overview div.article_column ~ div.article_column {
  padding-right: 0;
  padding-left: 5px;
}
body#faculty.six_subject.overview div.article_column div.subject_pane h5 a {
  display: block;
  padding: 7px 10px 5px;
  text-align: center;
  font-size: 133.30%;
  color: #ffffff;
}
body#faculty.six_subject.overview div.article_column div.subject_pane h5 a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
body#faculty.six_subject.overview div.article_column div.subject_pane h5 a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}
body#faculty.six_subject.overview div.article_column div.subject_pane h5 a span:before {
  top: 5px;
}
body#faculty.six_subject.overview div.article_column div.subject_pane div.subject_detail {
  padding: 16px 20px 5px;
  border: 1px solid #ffffff;
  border-width: 0 1px;
}
body#faculty.six_subject.overview div.article_column div.subject_pane div.subject_detail p {
  line-height: 2;
  font-size: 92.8%;
}
body#faculty.six_subject.overview div.article_column div.subject_pane div.example {
  padding: 0 10px 10px;
  border: 1px solid #ffffff;
  border-width: 0 1px 1px;
}
body#faculty.six_subject.overview div.article_column div.subject_pane div.example h6 {
  padding: 3px 10px 2px;
  text-align: center;
  font-size: 100%;
  font-weight: bold;
}
body#faculty.six_subject.overview div.article_column div.subject_pane div.example p {
  padding: 10px 15px 8px;
  line-height: 2;
  font-size: 92.8%;
}
body#faculty.six_subject.overview div.article_column div.subject_pane.subject_01 h5 a {
  background-color: #008cce;
}
body#faculty.six_subject.overview div.article_column div.subject_pane.subject_01 div.subject_detail {
  border-color: #008cce;
}
body#faculty.six_subject.overview div.article_column div.subject_pane.subject_01 div.example {
  border-color: #008cce;
}
body#faculty.six_subject.overview div.article_column div.subject_pane.subject_01 div.example h6 {
  background-color: #a4e1fe;
}
body#faculty.six_subject.overview div.article_column div.subject_pane.subject_01 div.example p {
  background-color: #e6f7ff;
}
body#faculty.six_subject.overview div.article_column div.subject_pane.subject_02 {
  margin-top: 10px;
}
body#faculty.six_subject.overview div.article_column div.subject_pane.subject_02 h5 a {
  background-color: #16baef;
}
body#faculty.six_subject.overview div.article_column div.subject_pane.subject_02 div.subject_detail {
  border-color: #16baef;
}
body#faculty.six_subject.overview div.article_column div.subject_pane.subject_02 div.example {
  border-color: #16baef;
}
body#faculty.six_subject.overview div.article_column div.subject_pane.subject_02 div.example h6 {
  background-color: #a4e1fe;
}
body#faculty.six_subject.overview div.article_column div.subject_pane.subject_02 div.example p {
  background-color: #ddf7ff;
}
body#faculty.six_subject.overview div.article_column div.subject_pane.subject_03 {
  margin-top: 10px;
}
body#faculty.six_subject.overview div.article_column div.subject_pane.subject_03 h5 a {
  background-color: #f3a055;
}
body#faculty.six_subject.overview div.article_column div.subject_pane.subject_03 div.subject_detail {
  border-color: #f3a055;
}
body#faculty.six_subject.overview div.article_column div.subject_pane.subject_03 div.example {
  border-color: #f3a055;
}
body#faculty.six_subject.overview div.article_column div.subject_pane.subject_03 div.example h6 {
  background-color: #fec592;
}
body#faculty.six_subject.overview div.article_column div.subject_pane.subject_03 div.example p {
  background-color: #ffeddc;
}
body#faculty.six_subject.overview div.article_column div.subject_pane.subject_04 h5 a {
  background-color: #48b473;
}
body#faculty.six_subject.overview div.article_column div.subject_pane.subject_04 div.subject_detail {
  border-color: #48b473;
}
body#faculty.six_subject.overview div.article_column div.subject_pane.subject_04 div.example {
  border-color: #48b473;
}
body#faculty.six_subject.overview div.article_column div.subject_pane.subject_04 div.example h6 {
  background-color: #96dcb2;
}
body#faculty.six_subject.overview div.article_column div.subject_pane.subject_04 div.example p {
  background-color: #e2f8eb;
}
body#faculty.six_subject.overview div.article_column div.subject_pane.subject_05 {
  margin-top: 10px;
}
body#faculty.six_subject.overview div.article_column div.subject_pane.subject_05 h5 a {
  background-color: #d76da6;
}
body#faculty.six_subject.overview div.article_column div.subject_pane.subject_05 div.subject_detail {
  border-color: #d76da6;
}
body#faculty.six_subject.overview div.article_column div.subject_pane.subject_05 div.example {
  border-color: #d76da6;
}
body#faculty.six_subject.overview div.article_column div.subject_pane.subject_05 div.example h6 {
  background-color: #f5c2dd;
}
body#faculty.six_subject.overview div.article_column div.subject_pane.subject_05 div.example p {
  background-color: #ffedf7;
}
body#faculty.six_subject.overview div.article_column div.subject_pane.subject_06 {
  margin-top: 10px;
}
body#faculty.six_subject.overview div.article_column div.subject_pane.subject_06 h5 a {
  background-color: #8ec31e;
}
body#faculty.six_subject.overview div.article_column div.subject_pane.subject_06 div.subject_detail {
  border-color: #8ec31e;
}
body#faculty.six_subject.overview div.article_column div.subject_pane.subject_06 div.example {
  border-color: #8ec31e;
}
body#faculty.six_subject.overview div.article_column div.subject_pane.subject_06 div.example h6 {
  background-color: #c4eb70;
}
body#faculty.six_subject.overview div.article_column div.subject_pane.subject_06 div.example p {
  background-color: #e9f7cc;
}
body#faculty.six_subject table.cmn_table th {
  padding: 8px 20px;
}
body#faculty.six_subject table.cmn_table th.career {
  background-color: #fffbcc;
}
body#faculty.six_subject table.cmn_table td {
  padding: 15px 0px 15px 20px;
}
body#faculty.six_subject table.cmn_table td ul {
  margin: 0;
  padding: 0;
  float: left;
  width: 33.3%;
  padding-right: 8px;
}
body#faculty.six_subject table.cmn_table td ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
body#faculty.six_subject table.cmn_table tr.career_detail th {
  padding: 15px 20px;
  background-color: #ffffff;
  text-align: left;
  vertical-align: top;
}
body#faculty.six_subject table.cmn_table tr.career_detail td ul {
  width: 50%;
}
body#faculty.six_subject div.about_lecture {
  padding: 8px;
  background-color: #008cce;
}
body#faculty.six_subject div.about_lecture h4 {
  padding: 10px 8px 0;
  text-align: left;
  line-height: 1.5;
  font-size: 157.1%;
  font-weight: bold;
  color: #ffffff;
}
body#faculty.six_subject div.about_lecture div.student {
  display: table;
  min-height: 285px;
  background-color: #ffffff;
}
body#faculty.six_subject div.about_lecture div.student div.textarea {
  display: table-cell;
  width: 394px;
  padding: 19px 0 17px 19px;
}
body#faculty.six_subject div.about_lecture div.student div.textarea h5 {
  float: left;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  width: 101px;
  height: 101px;
  background: url(../../img/faculty/curriculum/6subject/icon_comment.png) no-repeat 0px 0px;
}
body#faculty.six_subject div.about_lecture div.student div.textarea div.student_title {
  margin-bottom: 13px;
  padding: 8px 0 0 114px;
}
body#faculty.six_subject div.about_lecture div.student div.textarea div.student_title h6 {
  font-size: 114.30%;
  font-weight: bold;
}
body#faculty.six_subject div.about_lecture div.student div.textarea div.student_title h6 span {
  font-size: 75%;
}
body#faculty.six_subject div.about_lecture div.student div.textarea div.student_title strong {
  display: block;
  padding: 2px 0 0 2px;
  line-height: 1.4;
  font-size: 143.0%;
}
body#faculty.six_subject div.about_lecture div.student div.textarea p.comment {
  padding-left: 3px;
  line-height: 2.05;
  font-size: 92.8%;
}
body#faculty.six_subject div.about_lecture div.student div.imagearea {
  display: table-cell;
  width: 300px;
  padding: 13px 15px 0;
  text-align: right;
  vertical-align: bottom;
}
body#faculty.six_subject div.about_lecture div.student div.imagearea p {
  width: 100%;
  text-align: center;
}
body#faculty.six_subject div.about_lecture div.student div.imagearea p img {
  vertical-align: bottom;
}
body#faculty.six_subject div.about_lecture div.professor {
  display: table;
}
body#faculty.six_subject div.about_lecture div.professor div.imagearea {
  display: table-cell;
  width: 229px;
  padding: 19px 6px 3px;
  vertical-align: top;
}
body#faculty.six_subject div.about_lecture div.professor div.textarea {
  display: table-cell;
  padding: 19px 14px 3px 0;
  color: #ffffff;
}
body#faculty.six_subject div.about_lecture div.professor div.textarea h6 {
  margin-bottom: 8px;
  padding-top: 2px;
  font-size: 75%;
}
body#faculty.six_subject div.about_lecture div.professor div.textarea h6 span {
  padding: 0 3px;
  font-size: 150%;
}
body#faculty.six_subject div.about_lecture div.professor div.textarea p {
  padding-left: 3px;
  line-height: 2.05;
  font-size: 92.8%;
}
body#faculty.six_subject div.about_lecture div.professor div.textarea p a {
  margin: 0 5px;
  color: #ffffff;
}
body#faculty.six_subject div.model_title_area div.model_title_lead h4 {
    margin-bottom: 3px;
    letter-spacing: 0.8px;
}
body#faculty.six_subject div.model_title_area div.model_title_lead p {
    font-weight: bold !important;
}

body#faculty.six_subject.law {
  /* 法職科目群 */
}
@media only screen and (min-width: 768px) {
  br.br_clear_pc {
    display: none !important;
  }
}

body#faculty.six_subject.law div.model_area {
    padding-top: 50px;
}
body#faculty.six_subject.law div.model_title_area {
    color: #fff;
    background-color: #008cce;
    padding: 15px 8px 15px 20px;
    position: relative;
}
body#faculty.six_subject.law div.model_title_area div.model_title_lead {
    width: 682px;
}
body#faculty.six_subject.law div.model_title_area div.model_title_lead h4 {
    font-weight: bold;
    font-size: 185.7%;
    line-height: 1.4;
}
body#faculty.six_subject.law div.model_title_area div.model_title_lead p strong {
    font-size: 128.5%;
    font-weight: bold;
}
body#faculty.six_subject.law div.model_title_area div.model_title_img {
    width: 320px;
    height: 185px;
    position: absolute;
    bottom: 0;
    right: 13px;
}
body#faculty.six_subject.law div.model_title_area div.model_title_img div.model_title_img_student {
    float: left;
    padding-right: 11px;
    /*! padding-top: 13px; */
    /*! width: 149px; */
    /*! height: 185px; */
}
body#faculty.six_subject.law div.model_title_area div.model_title_img div.model_title_img_teacher {
    float: left;
    width: 153px;
    /*! height: 172px; */
}
body#faculty.six_subject.law div.model_contents {
    border-right: solid 8px #008cce;
    border-bottom: solid 8px #008cce;
    border-left: solid 8px #008cce;
    padding-top: 20px;
}
body#faculty.six_subject.law div.model_area div.model_contents div.model_interview {
    padding: 0 20px;
}
body#faculty.six_subject.law div.model_area div.model_contents div.model_interview .link01 {
    margin-left: 5px;
    vertical-align: baseline;
}
body#faculty.six_subject.law div.model_area div.model_contents div.model_interview  div.model_interview_answer h5 {
    font-size: 128.5%;
    line-height: 1.5;
    display: block;
    padding: 10px;
    border-top: solid 4px #008cce;
    border-right: solid 1px #008cce;
    border-bottom: solid 1px #008cce;
    border-left: solid 1px #008cce;
    color: #008cce;
    position: relative;
}
body#faculty.six_subject.law div.model_area div.model_contents div.model_interview  div.model_interview_answer h5:before {
    background: url(../../img/faculty/curriculum/6subject/law/icon_q_mark.png) no-repeat 0 center;
    content: "";
    width: 43px;
    height: 43px;
    line-height: 1.5;
    vertical-align: middle;
    display: inline-block;
    position: absolute;
}
body#faculty.six_subject.law div.model_area div.model_contents div.model_interview  div.model_interview_answer span {
    padding: 10px 10px 10px 54px;
    display: inline-block;
}
body#faculty.six_subject.law div.model_area div.model_contents div.model_interview div.model_interview_answer div.model_interview_answer_img {
    float:left;
    width: 122px;
    text-align: center;
}
body#faculty.six_subject.law div.model_area div.model_contents div.model_interview div.model_interview_answer div.model_interview_answer_text {
    float:right;
    padding-left: 20px;
    width: 532px;
}
body#faculty.six_subject.law div.model_area div.model_contents div.model_interview div.model_interview_advice div.model_interview_advice_img {
    color: #fff;
    background-color: #008cce;
    font-weight: bold;
    font-size: 114.3%;
    line-height: 1.5;
    width: 122px;
    text-align: center;
    padding: 20px 17px 20px 20px;
    display: table-cell;
    vertical-align: top;
}
body#faculty.six_subject.law div.model_area div.model_contents div.model_interview div.model_interview_advice div.model_interview_advice_img strong {
    display: block;
    margin-bottom: 10px;
}
body#faculty.six_subject.law div.model_area div.model_contents div.model_interview div.model_interview_advice div.model_interview_advice_img span {
    margin: 0 auto;
}
body#faculty.six_subject.law div.model_area div.model_contents div.model_interview div.model_interview_advice div.model_interview_advice_text {
    padding: 20px;
    background: #e6f7ff;
    display: table-cell;
    width: 532px;
}
body#faculty.six_subject.law div.model_interview_advice div.model_interview_advice_text div.model_interview_advice_text_img {
    float:right;
    text-align: center;
}
body#faculty.six_subject.law div.model_interview_advice div.model_interview_advice_text div.model_interview_advice_text_txt {
    float:left;
    width: 337px;
}
body#faculty.six_subject.law div.model_area div.model_contents div.course_area h5 {
    color: #fff;
    font-size: 114.3%;
    font-weight: bold;
    background: #575757;
    padding: 10px;
    text-align: center;
    margin: 0 4px;
}
body#faculty.six_subject.law div.model_area div.model_contents div.course_area h5 p {
    padding: 0 4px;
}
body#faculty.six_subject.law div.model_area div.model_contents div.course_area div.course_area_img img {
    vertical-align: top;
}
body#faculty.six_subject.law div.about_lecture {
		background-color: #008cce;
}
body#faculty.six_subject.law div.about_lecture div.student div.textarea h5 {
  background: url(../../img/faculty/curriculum/6subject/law/icon_comment_law.png) no-repeat 0px 0px;
}

body#faculty.six_subject.business {
  /* ビジネス法科目群 */
}

body#faculty.six_subject.business div.model_area {
    padding-top: 50px; 
}
body#faculty.six_subject.business div.model_title_area {
    color: #fff;
    background-color: #16baef;
    padding: 15px 8px 15px 20px;
    position: relative;
}
body#faculty.six_subject.business div.model_title_area div.model_title_lead {
    width: 682px;
}
body#faculty.six_subject.business div.model_title_area div.model_title_lead h4 {
    font-weight: bold;
    font-size: 185.7%;
    line-height: 1.4;
}
body#faculty.six_subject.business div.model_title_area div.model_title_lead p strong {
    font-size: 128.5%;
    font-weight: bold;
}
body#faculty.six_subject.business div.model_title_area div.model_title_img {
    width: 319px;
    height: 169px;
    position: absolute;
    bottom: 0;
    right: 7px;
}
body#faculty.six_subject.business div.model_title_area div.model_title_img div.model_title_img_student {
    float: left;
    padding-right: 15px;
    /*! padding-top: 4px; */
    /*! width: 172px; */
    /*! height: 185px; */
}
body#faculty.six_subject.business div.model_title_area div.model_title_img div.model_title_img_teacher {
    float: left;
    /*! width: 145px; */
    /*! height: 165px; */
}
body#faculty.six_subject.business div.model_contents {
    border-right: solid 8px #16baef;
    border-bottom: solid 8px #16baef;
    border-left: solid 8px #16baef;
    padding-top: 20px;
}
body#faculty.six_subject.business div.model_area div.model_contents div.model_interview {
    padding: 0 20px;
}
body#faculty.six_subject.business div.model_area div.model_contents div.model_interview  div.model_interview_answer h5 {
    font-size: 128.5%;
    line-height: 1.5;
    display: block;
    padding: 10px;
    border-top: solid 4px #16baef;
    border-right: solid 1px #16baef;
    border-bottom: solid 1px #16baef;
    border-left: solid 1px #16baef;
    color: #16baef;
    position: relative;
}
body#faculty.six_subject.business div.model_area div.model_contents div.model_interview  div.model_interview_answer h5:before {
    background: url(../../img/faculty/curriculum/6subject/business/icon_q_mark.png) no-repeat 0 center;
    content: "";
    width: 43px;
    height: 43px;
    line-height: 1.5;
    vertical-align: middle;
    display: inline-block;
    position: absolute;
}
body#faculty.six_subject.business div.model_area div.model_contents div.model_interview  div.model_interview_answer span {
    padding: 10px 10px 10px 54px;
    display: inline-block;
}
body#faculty.six_subject.business div.model_area div.model_contents div.model_interview div.model_interview_answer div.model_interview_answer_img {
    float:left;
    width: 152px;
    text-align: center;
}
body#faculty.six_subject.business div.model_area div.model_contents div.model_interview div.model_interview_answer div.model_interview_answer_text {
    float:right;
    padding-left: 20px;
    width: 502px;
}
body#faculty.six_subject.business div.model_area div.model_contents div.model_interview div.model_interview_advice div.model_interview_advice_img {
    color: #fff;
    background-color: #16baef;
    font-weight: bold;
    font-size: 114.3%;
    line-height: 1.5;
    width: 122px;
    text-align: center;
    padding: 20px 17px 20px 20px;
    display: table-cell;
    vertical-align: top;
}
body#faculty.six_subject.business div.model_area div.model_contents div.model_interview div.model_interview_advice div.model_interview_advice_img strong {
    display: block;
    margin-bottom: 10px;
}
body#faculty.six_subject.business div.model_area div.model_contents div.model_interview div.model_interview_advice div.model_interview_advice_img span {
    margin: 0 auto;
}
body#faculty.six_subject.business div.model_area div.model_contents div.model_interview div.model_interview_advice div.model_interview_advice_text {
    padding: 20px;
    background: #e6f7ff;
    display: table-cell;
    width: 532px;
}
body#faculty.six_subject.business div.model_interview_advice div.model_interview_advice_text div.model_interview_advice_text_img {
    float:right;
    text-align: center;
}
body#faculty.six_subject.business div.model_interview_advice div.model_interview_advice_text div.model_interview_advice_text_txt {
    float:left;
    width: 345px;
}
body#faculty.six_subject.business div.model_area div.model_contents div.course_area h5 {
    color: #fff;
    font-size: 114.3%;
    font-weight: bold;
    background: #575757;
    padding: 10px;
    text-align: center;
    margin: 0 4px;
}
body#faculty.six_subject.business div.model_area div.model_contents div.course_area h5 p {
    padding: 0 4px;
}
body#faculty.six_subject.business div.model_area div.model_contents div.course_area div.course_area_img img {
    vertical-align: top;
}
body#faculty.six_subject.business div.about_lecture {
  background-color: #16baef;
}
body#faculty.six_subject.business div.about_lecture div.student div.textarea h5 {
  background: url(../../img/faculty/curriculum/6subject/business/icon_comment_business.png) no-repeat 0px 0px;
}
body#faculty.six_subject.public {
  /* 公共政策科目群 */
}
body#faculty.six_subject.public div.model_area {
    padding-top: 50px;
}
body#faculty.six_subject.public div.model_title_area {
    color: #fff;
    background-color: #f3a055;
    padding: 15px 8px 15px 20px;
    position: relative;
}
body#faculty.six_subject.public div.model_title_area div.model_title_lead {
    width: 682px;
}
body#faculty.six_subject.public div.model_title_area div.model_title_lead h4 {
    font-weight: bold;
    font-size: 185.7%;
    line-height: 1.4;
}
body#faculty.six_subject.public div.model_title_area div.model_title_lead p strong {
    font-size: 128.5%;
    font-weight: bold;
}
body#faculty.six_subject.public div.model_title_area div.model_title_img {
    width: 300px;
    height: 184px;
    position: absolute;
    bottom: 0;
    right: 5px;
}
body#faculty.six_subject.public div.model_title_area div.model_title_img div.model_title_img_student {
    float: left;
    /*! padding-top: 20px; */
    /*! width: 188px; */
    /*! height: 164px; */
}
body#faculty.six_subject.public div.model_title_area div.model_title_img div.model_title_img_teacher {
    float: left;
    /*! width: 146px; */
    /*! height: 184px; */
}
body#faculty.six_subject.public div.model_contents {
    border-right: solid 8px #f3a055;
    border-bottom: solid 8px #f3a055;
    border-left: solid 8px #f3a055;
    padding-top: 20px;
}
body#faculty.six_subject.public div.model_area div.model_contents div.model_interview {
    padding: 0 20px;
}
body#faculty.six_subject.public div.model_area div.model_contents div.model_interview  div.model_interview_answer h5 {
    font-size: 128.5%;
    line-height: 1.5;
    display: block;
    padding: 10px;
    border-top: solid 4px #f3a055;
    border-right: solid 1px #f3a055;
    border-bottom: solid 1px #f3a055;
    border-left: solid 1px #f3a055;
    color: #f3a055;
    position: relative;
}
body#faculty.six_subject.public div.model_area div.model_contents div.model_interview  div.model_interview_answer h5:before {
    background: url(../../img/faculty/curriculum/6subject/public/icon_q_mark.png) no-repeat 0 center;
    content: "";
    width: 43px;
    height: 43px;
    line-height: 1.5;
    vertical-align: middle;
    display: inline-block;
    position: absolute;
}
body#faculty.six_subject.public div.model_area div.model_contents div.model_interview  div.model_interview_answer span {
    padding: 10px 10px 10px 54px;
    display: inline-block;
}
body#faculty.six_subject.public div.model_area div.model_contents div.model_interview div.model_interview_answer div.model_interview_answer_img {
    float:left;
    width: 156px;
    text-align: center;
}
body#faculty.six_subject.public div.model_area div.model_contents div.model_interview div.model_interview_answer div.model_interview_answer_text {
    float:right;
    padding-left: 20px;
    width: 498px;
}
body#faculty.six_subject.public div.model_area div.model_contents div.model_interview div.model_interview_advice div.model_interview_advice_img {
    color: #fff;
    background-color: #f3a055;
    font-weight: bold;
    font-size: 114.3%;
    line-height: 1.5;
    width: 122px;
    text-align: center;
    padding: 20px 17px 20px 20px;
    display: table-cell;
    vertical-align: top;
}
body#faculty.six_subject.public div.model_area div.model_contents div.model_interview div.model_interview_advice div.model_interview_advice_img strong {
    display: block;
    margin-bottom: 10px;
}
body#faculty.six_subject.public div.model_area div.model_contents div.model_interview div.model_interview_advice div.model_interview_advice_img span {
    margin: 0 auto;
}
body#faculty.six_subject.public div.model_area div.model_contents div.model_interview div.model_interview_advice div.model_interview_advice_text {
    padding: 20px;
    background: #fff3e8;
    display: table-cell;
    width: 532px;
}
body#faculty.six_subject.public div.model_interview_advice div.model_interview_advice_text div.model_interview_advice_text_img {
    float:right;
    text-align: center;
}
body#faculty.six_subject.public div.model_interview_advice div.model_interview_advice_text div.model_interview_advice_text_txt {
    float:left;
    width: 361px;
}
body#faculty.six_subject.public div.model_area div.model_contents div.course_area h5 {
    color: #fff;
    font-size: 114.3%;
    font-weight: bold;
    background: #575757;
    padding: 10px;
    text-align: center;
    margin: 0 4px;
}
body#faculty.six_subject.public div.model_area div.model_contents div.course_area h5 p {
    padding: 0 4px;
}
body#faculty.six_subject.public div.model_area div.model_contents div.course_area div.course_area_img img {
    vertical-align: top;
}
body#faculty.six_subject.public div.about_lecture {
  background-color: #f3a055;
}
body#faculty.six_subject.public div.about_lecture div.student div.textarea h5 {
  background: url(../../img/faculty/curriculum/6subject/public/icon_comment_public.png) no-repeat 0px 0px;
}
body#faculty.six_subject.politics {
  /* 政治学科目群 */
}
body#faculty.six_subject.politics div.model_area {
    padding-top: 50px;
}
body#faculty.six_subject.politics div.model_title_area {
    color: #fff;
    background-color: #48b473;
    padding: 15px 8px 15px 20px;
    position: relative;
}
body#faculty.six_subject.politics div.model_title_area div.model_title_lead {
    width: 682px;
}
body#faculty.six_subject.politics div.model_title_area div.model_title_lead h4 {
    font-weight: bold;
    font-size: 185.7%;
    line-height: 1.4;
}
body#faculty.six_subject.politics div.model_title_area div.model_title_lead p strong {
    font-size: 128.5%;
    font-weight: bold;
}
body#faculty.six_subject.politics div.model_title_area div.model_title_img {
    width: 300px;
    height: 177px;
    position: absolute;
    bottom: 0;
    right: 13px;
}
body#faculty.six_subject.politics div.model_title_area div.model_title_img div.model_title_img_student {
    float: left;
    padding-right: 12px;
    /*! padding-top: 15px; */
    /*! width: 156px; */
    /*! height: 177px; */
}
body#faculty.six_subject.politics div.model_title_area div.model_title_img div.model_title_img_teacher {
    float: left;
    /*! width: 169px; */
    /*! height: 177px; */
}
body#faculty.six_subject.politics div.model_contents {
    border-right: solid 8px #48b473;
    border-bottom: solid 8px #48b473;
    border-left: solid 8px #48b473;
    padding-top: 20px;
}
body#faculty.six_subject.politics div.model_area div.model_contents div.model_interview {
    padding: 0 20px;
}
body#faculty.six_subject.politics div.model_area div.model_contents div.model_interview  div.model_interview_answer h5 {
    font-size: 128.5%;
    line-height: 1.5;
    display: block;
    padding: 10px;
    border-top: solid 4px #48b473;
    border-right: solid 1px #48b473;
    border-bottom: solid 1px #48b473;
    border-left: solid 1px #48b473;
    color: #48b473;
    position: relative;
}
body#faculty.six_subject.politics div.model_area div.model_contents div.model_interview  div.model_interview_answer h5:before {
    background: url(../../img/faculty/curriculum/6subject/politics/icon_q_mark.png) no-repeat 0 center;
    content: "";
    width: 43px;
    height: 43px;
    line-height: 1.5;
    vertical-align: middle;
    display: inline-block;
    position: absolute;
}
body#faculty.six_subject.politics div.model_area div.model_contents div.model_interview  div.model_interview_answer span {
    padding: 10px 10px 10px 54px;
    display: inline-block;
}
body#faculty.six_subject.politics div.model_area div.model_contents div.model_interview  div.model_interview_answer div span.inyouhu01 {
    font-family: 'ＭＳ Ｐゴシック',"MS PGothic",sans-serif;
    padding: 0;
    display: inline;
}
body#faculty.six_subject.politics div.model_area div.model_contents div.model_interview div.model_interview_answer div.model_interview_answer_img {
    float:left;
    width: 133px;
    text-align: center;
}
body#faculty.six_subject.politics div.model_area div.model_contents div.model_interview div.model_interview_answer div.model_interview_answer_text {
    float:right;
    padding-left: 20px;
    width: 521px;
}
body#faculty.six_subject.politics div.model_area div.model_contents div.model_interview div.model_interview_advice div.model_interview_advice_img {
    color: #fff;
    background-color: #48b473;
    font-weight: bold;
    font-size: 114.3%;
    line-height: 1.5;
    width: 122px;
    text-align: center;
    padding: 20px 17px 20px 20px;
    display: table-cell;
    vertical-align: top;
}
body#faculty.six_subject.politics div.model_area div.model_contents div.model_interview div.model_interview_advice div.model_interview_advice_img strong {
    display: block;
    margin-bottom: 10px;
}
body#faculty.six_subject.politics div.model_area div.model_contents div.model_interview div.model_interview_advice div.model_interview_advice_img span {
    margin: 0 auto;
}
body#faculty.six_subject.politics div.model_area div.model_contents div.model_interview div.model_interview_advice div.model_interview_advice_text {
    padding: 20px;
    background: #e6fff0;
    display: table-cell;
    width: 532px;
}
body#faculty.six_subject.politics div.model_interview_advice div.model_interview_advice_text div.model_interview_advice_text_img {
    float:right;
    text-align: center;
}
body#faculty.six_subject.politics div.model_interview_advice div.model_interview_advice_text div.model_interview_advice_text_txt {
    float:left;
    width: 361px;
}
body#faculty.six_subject.politics div.model_area div.model_contents div.course_area h5 {
    color: #fff;
    font-size: 114.3%;
    font-weight: bold;
    background: #575757;
    padding: 10px;
    text-align: center;
    margin: 0 4px;
}
body#faculty.six_subject.politics div.model_area div.model_contents div.course_area h5 p {
    padding: 0 4px;
}
body#faculty.six_subject.politics div.model_area div.model_contents div.course_area div.course_area_img img {
    vertical-align: top;
}
body#faculty.six_subject.politics div.about_lecture {
  background-color: #48b473;
}
body#faculty.six_subject.politics div.about_lecture div.student div.textarea h5 {
  background: url(../../img/faculty/curriculum/6subject/politics/icon_comment_politics.png) no-repeat 0px 0px;
}
body#faculty.six_subject.political_history {
  /* 法政史・法政理論科目群 */
}
body#faculty.six_subject.political_history div.model_area {
    padding-top: 50px;    
}
body#faculty.six_subject.political_history div.model_title_area {
    color: #fff;
    background-color: #d76da6;
    padding: 15px 8px 15px 20px;
    position: relative;
}
body#faculty.six_subject.political_history div.model_title_area div.model_title_lead {
    width: 682px;
}
body#faculty.six_subject.political_history div.model_title_area div.model_title_lead h4 {
    font-weight: bold;
    font-size: 185.7%;
    line-height: 1.4;
}
body#faculty.six_subject.political_history div.model_title_area div.model_title_lead p strong {
    font-size: 128.5%;
    font-weight: bold;
}
body#faculty.six_subject.political_history div.model_title_area div.model_title_img {
    /*! width: 309px; */
    height: 170px;
    position: absolute;
    bottom: 0;
    right: 12px;
}
body#faculty.six_subject.political_history div.model_title_area div.model_title_img div.model_title_img_student {
    float: left;
    padding-right: 10px;
    /*! padding-top: 4px; */
    /*! width: 154px; */
    /*! height: 176px; */
}
body#faculty.six_subject.political_history div.model_title_area div.model_title_img div.model_title_img_teacher {
    float: left;
    /*! width: 155px; */
    /*! height: 176px; */
}
body#faculty.six_subject.political_history div.model_contents {
    border-right: solid 8px #d76da6;
    border-bottom: solid 8px #d76da6;
    border-left: solid 8px #d76da6;
    padding-top: 20px;
}
body#faculty.six_subject.political_history div.model_area div.model_contents div.model_interview {
    padding: 0 20px;
}
body#faculty.six_subject.political_history div.model_area div.model_contents div.model_interview  div.model_interview_answer h5 {
    font-size: 128.5%;
    line-height: 1.5;
    display: block;
    padding: 10px;
    border-top: solid 4px #d76da6;
    border-right: solid 1px #d76da6;
    border-bottom: solid 1px #d76da6;
    border-left: solid 1px #d76da6;
    color: #d76da6;
    position: relative;
}
body#faculty.six_subject.political_history div.model_area div.model_contents div.model_interview  div.model_interview_answer h5:before {
    background: url(../../img/faculty/curriculum/6subject/political_history/icon_q_mark.png) no-repeat 0 center;
    content: "";
    width: 43px;
    height: 43px;
    line-height: 1.5;
    vertical-align: middle;
    display: inline-block;
    position: absolute;
}
body#faculty.six_subject.political_history div.model_area div.model_contents div.model_interview  div.model_interview_answer span {
    padding: 10px 10px 10px 54px;
    display: inline-block;
}

body#faculty.six_subject.political_history div.model_area div.model_contents div.model_interview div.model_interview_answer div.model_interview_answer_img {
    float:left;
    width: 133px;
    text-align: center;
}
body#faculty.six_subject.political_history div.model_area div.model_contents div.model_interview div.model_interview_answer div.model_interview_answer_text {
    float:right;
    padding-left: 20px;
    width: 521px;
}
body#faculty.six_subject.political_history div.model_area div.model_contents div.model_interview div.model_interview_advice div.model_interview_advice_img {
    color: #fff;
    background-color: #d76da6;
    font-weight: bold;
    font-size: 114.3%;
    line-height: 1.5;
    width: 122px;
    text-align: center;
    padding: 20px 17px 20px 20px;
    display: table-cell;
    vertical-align: top;
}
body#faculty.six_subject.political_history div.model_area div.model_contents div.model_interview div.model_interview_advice div.model_interview_advice_img strong {
    display: block;
    margin-bottom: 10px;
}
body#faculty.six_subject.political_history div.model_area div.model_contents div.model_interview div.model_interview_advice div.model_interview_advice_img span {
    margin: 0 auto;
}
body#faculty.six_subject.political_history div.model_area div.model_contents div.model_interview div.model_interview_advice div.model_interview_advice_text {
    padding: 20px;
    background: #ffecf6;
    display: table-cell;
    width: 532px;
}
body#faculty.six_subject.political_history div.model_interview_advice div.model_interview_advice_text div.model_interview_advice_text_img {
    float:right;
    text-align: center;
}
body#faculty.six_subject.political_history div.model_interview_advice div.model_interview_advice_text div.model_interview_advice_text_txt {
    float:left;
    width: 315px;
}
body#faculty.six_subject.political_history div.model_area div.model_contents div.course_area h5 {
    color: #fff;
    font-size: 114.3%;
    font-weight: bold;
    background: #575757;
    padding: 10px;
    text-align: center;
    margin: 0 4px;
}
body#faculty.six_subject.political_history div.model_area div.model_contents div.course_area h5 p {
    padding: 0 4px;
}
body#faculty.six_subject.political_history div.model_area div.model_contents div.course_area div.course_area_img img {
    vertical-align: top;
}
body#faculty.six_subject.political_history div.about_lecture {
  background-color: #d76da6;
}
body#faculty.six_subject.political_history div.about_lecture div.student div.textarea h5 {
  background: url(../../img/faculty/curriculum/6subject/political_history/icon_comment_political_history.png) no-repeat 0px 0px;
}
body#faculty.six_subject.international {
  /* 国際関係科目群 */
}
body#faculty.six_subject.international div.model_area {
    padding-top: 50px;    
}
body#faculty.six_subject.international div.model_title_area {
    color: #fff;
    background-color: #8ec31e;
    padding: 15px 8px 15px 20px;
    position: relative;
}
body#faculty.six_subject.international div.model_title_area div.model_title_lead {
    width: 682px;
}
body#faculty.six_subject.international div.model_title_area div.model_title_lead h4 {
    font-weight: bold;
    font-size: 185.7%;
    line-height: 1.4;
}
body#faculty.six_subject.international div.model_title_area div.model_title_lead p strong {
    font-size: 128.5%;
    font-weight: bold;
}
body#faculty.six_subject.international div.model_title_area div.model_title_img {
    /*! width: 271px; */
    height: 186px;
    position: absolute;
    bottom: 0;
    right: 24px;
}
body#faculty.six_subject.international div.model_title_area div.model_title_img div.model_title_img_student {
    float: left;
    padding-right: 13px;
    /*! padding-top: 15px; */
    /*! width: 144px; */
    /*! height: 182px; */
}
body#faculty.six_subject.international div.model_title_area div.model_title_img div.model_title_img_teacher {
    float: left;
    /*! width: 127px; */
    /*! height: 182px; */
}
body#faculty.six_subject.international div.model_contents {
    border-right: solid 8px #8ec31e;
    border-bottom: solid 8px #8ec31e;
    border-left: solid 8px #8ec31e;
    padding-top: 20px;
}
body#faculty.six_subject.international div.model_area div.model_contents div.model_interview {
    padding: 0 20px;
}
body#faculty.six_subject.international div.model_area div.model_contents div.model_interview  div.model_interview_answer h5 {
    font-size: 128.5%;
    line-height: 1.5;
    display: block;
    padding: 10px;
    border-top: solid 4px #8ec31e;
    border-right: solid 1px #8ec31e;
    border-bottom: solid 1px #8ec31e;
    border-left: solid 1px #8ec31e;
    color: #8ec31e;
    position: relative;
}
body#faculty.six_subject.international div.model_area div.model_contents div.model_interview  div.model_interview_answer h5:before {
    background: url(../../img/faculty/curriculum/6subject/international/icon_q_mark.png) no-repeat 0 center;
    content: "";
    width: 43px;
    height: 43px;
    line-height: 1.5;
    vertical-align: middle;
    display: inline-block;
    position: absolute;
}
body#faculty.six_subject.international div.model_area div.model_contents div.model_interview  div.model_interview_answer span {
    padding: 10px 10px 10px 54px;
    display: inline-block;
}
body#faculty.six_subject.international div.model_area div.model_contents div.model_interview div.model_interview_answer div.model_interview_answer_img {
    float:left;
    width: 122px;
    text-align: center;
}
body#faculty.six_subject.international div.model_area div.model_contents div.model_interview div.model_interview_answer div.model_interview_answer_text {
    float:right;
    padding-left: 20px;
    width: 532px;
}
body#faculty.six_subject.international div.model_area div.model_contents div.model_interview div.model_interview_advice div.model_interview_advice_img {
    color: #fff;
    background-color: #8ec31e;
    font-weight: bold;
    font-size: 114.3%;
    line-height: 1.5;
    width: 122px;
    text-align: center;
    padding: 20px 17px 20px 20px;
    display: table-cell;
    vertical-align: top;
}
body#faculty.six_subject.international div.model_area div.model_contents div.model_interview div.model_interview_advice div.model_interview_advice_img strong {
    display: block;
    margin-bottom: 10px;
}
body#faculty.six_subject.international div.model_area div.model_contents div.model_interview div.model_interview_advice div.model_interview_advice_img span {
    margin: 0 auto;
}
body#faculty.six_subject.international div.model_area div.model_contents div.model_interview div.model_interview_advice div.model_interview_advice_text {
    padding: 20px;
    background: #f2fddb;
    display: table-cell;
    width: 532px;
}
body#faculty.six_subject.international div.model_interview_advice div.model_interview_advice_text div.model_interview_advice_text_img {
    float:right;
    text-align: center;
}
body#faculty.six_subject.international div.model_interview_advice div.model_interview_advice_text div.model_interview_advice_text_txt {
    float:left;
    width: 328px;
}
body#faculty.six_subject.international div.model_area div.model_contents div.course_area h5 {
    color: #fff;
    font-size: 114.3%;
    font-weight: bold;
    background: #575757;
    padding: 10px;
    text-align: center;
    margin: 0 4px;
}
body#faculty.six_subject.international div.model_area div.model_contents div.course_area h5 p {
    padding: 0 4px;
}
body#faculty.six_subject.international div.model_area div.model_contents div.course_area div.course_area_img img {
    vertical-align: top;
}
body#faculty.six_subject.international div.about_lecture {
  background-color: #8ec31e;
}
body#faculty.six_subject.international div.about_lecture div.student div.textarea h5 {
  background: url(../../img/faculty/curriculum/6subject/international/icon_comment_international.png) no-repeat 0px 0px;
}

/*科目群追加　PC*/
body#faculty.six_subject div.course_area div.subject{
  padding: 20px
}
body#faculty.six_subject div.course_area div.subject .subject_title {
  padding: 14px 20px;
  background-color: #aaaaaa;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  min-height: 50px;
}
body#faculty.six_subject div.course_area div.subject div.subject_detail {
  padding: 14px 13px;
  border: 1px solid #aaaaaa;
}
body#faculty.six_subject div.course_area div.subject ul.subject_list {
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
}
body#faculty.six_subject div.course_area div.subject ul.subject_list li {
  margin: 0;
  padding: 0;
  /*! list-style: none; */
}
body#faculty.six_subject div.course_area div.subject ul.subject_list li {
  display: table-cell;
  width: 33.3%;
}
body#faculty.six_subject div.course_area div.subject ul.subject_list li ul {
  display: block;
  padding: 0 0 0 20px;
}
body#faculty.six_subject div.course_area div.subject ul.subject_list li ul li {
  display: list-item;
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 3px;
  line-height: 1.5;
  font-size: 13px;
  list-style: disc;
}
body#faculty.six_subject div.course_area div.subject ul.subject_list li ul li ~ li {
  margin-top: 7px;
}
/*body#faculty.six_subject div.course_area div.subject ul.subject_list li ul li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: absolute;
  top: -1px;
  left: 0;
  width: 6px;
  height: 6px;
  min-height: 1.5em;
  background-position: 0 center;
  background-repeat: no-repeat;
  ! background-image: url(../img/parts/icon_square.png);
}*/
body#faculty.six_subject div.model_area div.model_contents div.course_area div.course_area_img_2{
  margin: 0 auto;
  width: 445px;
}
body#faculty.six_subject div.course_area div.subject ul.subject_list li ul li span {
  color: #000;
}
body#faculty ul.staff_detail {
  margin: 0;
  padding: 0;
}
body#faculty ul.staff_detail li {
  margin: 0;
  padding: 0;
  list-style: none;
}
body#faculty ul.staff_detail li {
  clear: both;
  margin-bottom: 14px;
}
body#faculty ul.staff_detail li dl {
  margin: 0;
  line-height: 2.2;
}
body#faculty ul.staff_detail li dl dt .h5_style_title {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.9;
  color: #fff;
}
body#faculty ul.staff_detail li dl dd {
  margin-left: 0;
}
body#faculty ul.staff_detail li dl dd h5 {
  line-height: 2.1;
  font-size: 95.0%;
}
body#faculty ul.staff_detail h5.cmn_title,
body#faculty ul.staff_detail .h5_style_title {
  display: table;
  *display: table;
  width: 100%;
  margin-bottom: 20px;
  padding: 11px 11px 11px 17px;
  background: url(../img/parts/bg_title02_w.png) no-repeat left center;
  line-height: 1.5;
  font-size: 100%;
  font-weight: bold;
  color: #000000;
}
body#faculty.six_subject div.model_title_area div.model_title_lead p img.s_name{
  position: relative;
  top: 2px;
  height: 18px;
}
body#faculty.six_subject div.model_area div.model_contents div.course_area h5 img.s_name2{
  position: relative;
  top: 2px;
  height: 16px;
}
body#faculty.six_subject div.model_interview_advice_text_txt img.s_name3{
  position: relative;
  top: 1px;
  height: 13px;
  padding: 0 2px 0;
}
body#faculty .ls{
  letter-spacing: -0.3px;
}
body#faculty .ls_2{
  letter-spacing: 0.5px;
}

/*科目群追加　スマホ*/
@media only screen and (max-width: 767px) {
  body#faculty.six_subject div.course_area div.subject .subject_title {
    font-size: 16px;
  }
  body#faculty.six_subject div.course_area div.subject ul.subject_list li {
    display: block;
    width: 100%;
  }
  body#faculty.six_subject div.course_area div.subject ul.subject_list li ul li{
    margin-top: 7px;
    font-size: 15px;
  }
  
  body#faculty.six_subject.law div.model_area div.model_contents div.course_area div.course_area_img{
    width: 100%
  }
  body#faculty.six_subject div.model_area div.model_contents div.course_area div.course_area_img_2{
    margin: 0 auto;
    width: auto;
    max-width: 270px;
  }
  
  body#staff.staff_aryicle ul.staff_detail li dl dt .h5_style_title {
    background: url(../img/parts/bg_title02_sp.png) no-repeat left 17px;
    -moz-background-size: 9px 9px;
    -o-background-size: 9px 9px;
    -webkit-background-size: 9px 9px;
    background-size: 9px 9px;
    background-position: left 10px;
  }
  body#faculty.six_subject div.model_title_area div.model_title_lead p img.s_name{
    height: 16px;
  }
	body#faculty.six_subject div.model_interview_advice_text_txt img.s_name3{
    height: 14px;
  }
}


body#faculty.internationalization {
  /* 法学部の国際化 */
}
body#faculty.internationalization div#article_pane p {
  text-align: center;
}
body#faculty.internationalization div#article_pane p.cmn_text {
  text-align: left;
}
body#faculty.internationalization div#article_pane p.kokusai {
  font-size: 107%;
}
body#faculty.internationalization div#article_pane p.kokusai a:before {
  top: 6px;
}
body#faculty.internationalization div#article_pane p a {
  margin-left: 5px;
}
body#faculty.internationalization div#article_pane h4 {
  margin-bottom: 15px;
  text-align: center;
  font-size: 107%;
}
body#faculty.internationalization div#article_pane h4 span {
  font-size: 86.67%;
}
body#faculty.internationalization div#article_pane table.cmn_table th,
body#faculty.internationalization div#article_pane table.cmn_table td {
  padding: 17px 15px;
  text-align: left;
  vertical-align: top;
}
body#faculty.internationalization div#article_pane small {
  font-size: 85.7%;
}
body#faculty.faq {
  /* FAQ */
}
body#faculty.faq .lead {
  font-size: 100%;
  font-weight: normal;
}
body#faculty.faq dl#faq_list {
  margin: 0;
  border-bottom: 1px dotted #9bb0e2;
}
body#faculty.faq dl#faq_list dt {
  margin: 0;
  padding: 20px 0 12px;
  border-top: 1px dotted #9bb0e2;
}
body#faculty.faq dl#faq_list dt strong {
  display: block;
  min-height: 24px;
  padding: 0 14px 0 40px;
  background: url(../../img/faculty/curriculum/faq/icon_q.png) no-repeat 11px 0px;
  -moz-background-size: 12px 24px;
  -o-background-size: 12px 24px;
  -webkit-background-size: 12px 24px;
  background-size: 12px 24px;
  cursor: pointer;
}
body#faculty.faq dl#faq_list dt strong span {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-right: 50px;
}
body#faculty.faq dl#faq_list dt strong span:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1px;
  right: 0;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(../../img/faculty/curriculum/faq/icon_plus.png);
  -moz-background-size: 36px 36px;
  -o-background-size: 36px 36px;
  -webkit-background-size: 36px 36px;
  background-size: 36px 36px;
  -moz-background-size: 22px 22px;
  -o-background-size: 22px 22px;
  -webkit-background-size: 22px 22px;
  background-size: 22px 22px;
}
body#faculty.faq dl#faq_list dt strong:hover span:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
body#faculty.faq dl#faq_list dt strong:hover span:after img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}
body#faculty.faq dl#faq_list dt.open strong span:after {
  background-image: url(../../img/faculty/curriculum/faq/icon_minus.png);
}
body#faculty.faq dl#faq_list dd {
  display: none;
  margin: 0;
  padding: 0 15px 15px 40px;
}
body#faculty.faq dl#faq_list dd a {
  margin-left: 6px;
}

/*法曹コース 2020年追加*/
body#faculty.curriculum.lawyer ul.target {
  margin: 0;
  padding: 0;
}
body#faculty.curriculum.lawyer ul.target li {
  margin: 0;
  padding: 0 10px;
  list-style: none;
  float: left;
  background-color: #193b8a;
  color: #fff;
  font-weight: bold;
  font-size: 92%;
}
body#faculty.curriculum.lawyer ul.target li ~ li {
  margin-left: 5px;
}
body#faculty.curriculum.lawyer .h5_style_title {
  font-size: 114%;
}
body#faculty.curriculum.lawyer .lawyer_image {
  text-align: center;
}
body#faculty.curriculum.lawyer .merit_1 {
  background-color: #fff8d2;
  padding: 20px;
}
body#faculty.curriculum.lawyer .merit_2 {
  background-color: #ffe8d2;
  padding: 20px;
}
body#faculty.curriculum.lawyer .merit_1 h5,
body#faculty.curriculum.lawyer .merit_2 h5 {
  position: relative;
  margin: 0; 
  padding: 0; 
  font-size: 121%;
  border-collapse: collapse;
  border-spacing: 0 0;
  width: 100%;
}
body#faculty.curriculum.lawyer .merit_1 h5 strong,
body#faculty.curriculum.lawyer .merit_2 h5 strong {
  display: inline-block;
  padding-top: 2px;
  padding-left: 40px;
}
body#faculty.curriculum.lawyer .merit_1 h5 span,
body#faculty.curriculum.lawyer .merit_2 h5 span {
  position: absolute;
  width: 1.8em;
  background-color: #fff;
  border: 2px solid #193b8a;
  text-align: center;
  vertical-align: middle;
  color: #193b8a;
}
body#faculty.curriculum.lawyer a.btn {
  background-color: #193b8a;
  padding: 13px 10px 11px;
  color: #ffffff;
}
body#faculty.curriculum.lawyer a.btn span {
  padding-left: 20px;
}

/* 3つのポリシー */ 	
body#faculty.policy ol#program_detail { 	
margin: 0; 	
padding: 0; 	
} 	
body#faculty.policy ol#program_detail li { 	
padding-left: 1em; 	
text-indent: -1em; 	
list-style:none; 	
line-height: 2.1; 	
} 	
	
body#graduate ol#program_detail { 	
margin: 0; 	
padding: 0; 	
} 	
	
body#graduate ol#program_detail li { 	
padding-left: 1em; 	
text-indent: -1em; 	
list-style:none; 	
line-height: 2.1; 	
} 

/*--------------------------
法学部　スマホ
--------------------------*/
@media only screen and (max-width: 767px) {
  body#faculty.column {
    /* 法学・政治学とは？ */
  }
  body#faculty.column .learn_about div.learn_detail ,
  body#faculty.column.column_index div.learn_detail {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  body#faculty.column .learn_about div.learn_detail .learn_cell ,
  body#faculty.column.column_index div.learn_detail .learn_cell {
    display: block;
    padding: 11px 20px 15px;
  }
  body#faculty.column .learn_about div.learn_detail .learn_cell h4 ,
  body#faculty.column.column_index div.learn_detail .learn_cell h4 {
    margin-bottom: 9px;
    line-height: 1.5;
    font-size: 121.40%;
    font-weight: bold;
    text-align: center;
  }
  body#faculty.column .learn_about div.learn_detail .learn_cell p.arrow_01 ,
  body#faculty.column.column_index div.learn_detail .learn_cell p.arrow_01 {
    width: 26px;
    height: 19px;
    margin: 4px auto 3px;
    background: url(../../img/faculty/learn/arrow_01_sp.png) no-repeat 0px 0px;
    -moz-background-size: 26px 19px;
    -o-background-size: 26px 19px;
    -webkit-background-size: 26px 19px;
    background-size: 26px 19px;
  }
  body#faculty.column .learn_about div.learn_detail .learn_cell p.arrow_01 img ,
  body#faculty.column.column_index div.learn_detail .learn_cell p.arrow_01 img {
    visibility: hidden;
  }
  body#faculty.column .learn_about div.learn_detail .learn_cell1 ,
  body#faculty.column.column_index div.learn_detail .learn_cell1 {
    width: 100%;
  }
  body#faculty.column .learn_about div.learn_detail .learn_cell1 ul.learn_cell1_1 ,
  body#faculty.column.column_index div.learn_detail .learn_cell1 ul.learn_cell1_1 {
    display: table;
    border-collapse: collapse;
    width: 100%;
  }
  body#faculty.column .learn_about div.learn_detail .learn_cell1 ul.learn_cell1_1 li ,
  body#faculty.column.column_index div.learn_detail .learn_cell1 ul.learn_cell1_1 li {
    display: table-cell;
    width: 50%;
    padding: 7px 10px 6px;
    background-color: #ffffff;
    border: 4px solid  #6fbfbc;
    text-align: center;
    font-size: 114.30%;
  }
  body#faculty.column .learn_about div.learn_detail .learn_cell1 a.cmn_text:before ,
  body#faculty.column.column_index div.learn_detail .learn_cell1 a.cmn_text:before {
    top: 6px;
  }
  body#faculty.column .learn_about div.learn_detail .learn_cell1 p.process ,
  body#faculty.column.column_index div.learn_detail .learn_cell1 p.process {
    padding: 9px 10px 10px;
    background-color: #fffbb9;
    border: 4px solid  #6fbfbc;
    line-height: 1.3;
    text-align: center;
    font-size: 143.0%;
    font-weight: bold;
  }
  body#faculty.column .learn_about div.learn_detail .learn_cell1 p.process span ,
  body#faculty.column.column_index div.learn_detail .learn_cell1 p.process span {
    font-size: 80%;
  }
  body#faculty.column .learn_about div.learn_detail .learn_cell1 ul.learn_cell1_2 ,
  body#faculty.column.column_index div.learn_detail .learn_cell1 ul.learn_cell1_2 {
    display: block;
    width: 100%;
  }
  body#faculty.column .learn_about div.learn_detail .learn_cell1 ul.learn_cell1_2 img ,
  body#faculty.column.column_index div.learn_detail .learn_cell1 ul.learn_cell1_2 img {
    vertical-align: top;
  }
  body#faculty.column .learn_about div.learn_detail .learn_cell2 ,
  body#faculty.column.column_index div.learn_detail .learn_cell2 {
    width: 86px;
    height: 43px;
    margin: 10px auto;
    padding: 0;
    background: url(../../img/faculty/learn/arrow_02_sp.png) no-repeat 0px 0px;
    -moz-background-size: 86px 43px;
    -o-background-size: 86px 43px;
    -webkit-background-size: 86px 43px;
    background-size: 86px 43px;
  }
  body#faculty.column .learn_about div.learn_detail .learn_cell2 img ,
  body#faculty.column.column_index div.learn_detail .learn_cell2 img {
    visibility: hidden;
  }
  body#faculty.column .learn_about div.learn_detail .learn_cell3 ,
  body#faculty.column.column_index div.learn_detail .learn_cell3 {
    width: 100%;
  }
  body#faculty.column .learn_about div.learn_detail .learn_cell3 ul li ,
  body#faculty.column.column_index div.learn_detail .learn_cell3 ul li {
    max-width: 200px;
    margin: 0 auto;
  }
  body#faculty.column.column_article h3.cmn_title {
    margin-bottom: 3.125%;
  }
  body#faculty.column.column_article h3.cmn_title span {
    padding-right: 0;
  }
  body#faculty.column.column_article p.toall {
    position: relative;
    top: auto;
    right: auto;
    line-height: 1.7;
    text-align: right;
    font-size: 107%;
  }
  body#faculty.column.column_article p.toall a:before {
    top: 5px;
  }
  body#faculty.column.column_article div.titlepane {
    display: block;
    padding-top: 15px;
    border-top: 1px solid  #193A87;
  }
  body#faculty.column.column_article div.articleTitle {
    display: block;
  }
  body#faculty.column.column_article div.articleAuthor {
    display: block;
    width: 100%;
    margin-top: 15px;
    text-align: left;
  }
  body#faculty.column.column_article div.articleBody {
    padding: 4.7% 0 3.125%;
  }
  body#faculty.column.column_article div.articleBody p {
    line-height: 1.7;
    font-size: 107%;
  }
  body#faculty.column.column_article div.articleBody ul.images {
    margin-bottom: 4.7%;
    padding-bottom: 4.7%;
    font-size: 100%;
  }
  body#faculty.column.column_article div.articleBody ul.images li {
    clear: left;
    float: none;
    width: 100%;
  }
  body#faculty.column.column_article div.articleBody ul.images li ~ li {
    width: 100%;
    padding-top: 15px;
    padding-left: 0;
  }
  body#faculty.column.column_article div.articleBody ul.images li img {
    float: left;
    width: 25%;
    max-width: 164px;
  }
  body#faculty.column.column_article div.articleBody ul.images li p {
    float: left;
    width: 75%;
    line-height: 1.7;
    padding-left: 15px;
  }
  body#faculty.column.column_article div.articleBody img.mt-image-right,
  body#faculty.column.column_article div.articleBody img.mt-image-left {
    display: block;
    float: none !important;
    margin: 0 auto 15px !important;
  }
  body#faculty.column.column_article div.articleNavigation {
    padding: 20px 0 0;
    border-top: 1px solid  #193A87;
  }
  body#faculty.column.column_article div.articleNavigation ul li {
    line-height: 1.7;
    font-size: 107%;
  }
  body#faculty.column.column_article div.articleNavigation ul li a:before {
    top: 5px;
  }
  body#faculty.greeting {
    /* 学部長からのメッセージ */
  }
  body#faculty.greeting #contentsfield div.contentsinner {
    padding-bottom: 25px;
  }
  body#faculty.greeting #contents_area p {
    line-height: 1.7;
  }
  body#faculty.greeting #dean_image {
    float: none;
    width: 135px;
    height: 170px;
    margin: 0 auto 20px;
  }
  body#faculty.greeting #dean_name {
    padding-top: 1.7em;
    padding-right: 5px;
  }
  body#faculty.greeting #dean_name span {
    top: 0px;
  }
  body#faculty.greeting #dean_name strong {
    width: 85px;
    height: 19px;
    margin-left: 11px;
    background-image: url(../../img/faculty/greeting/dean_name_sp.png);
    -moz-background-size: 85px 19px;
    -o-background-size: 85px 19px;
    -webkit-background-size: 85px 19px;
    background-size: 85px 19px;
  }
  body#faculty.curriculum {
    /* 関大法学部で学ぶ */
  }
  body#faculty.curriculum.learning {
    /* 関大法学部で学ぶ */
  }
  body#faculty.curriculum.learning table.learning_detail td table td.subject div.subject_detail {
    float: none;
    width: 100%;
    padding: 4px 4px 2px 0px;
  }
  body#faculty.curriculum.learning table.learning_detail td table td.subject div.subject_detail ~ div.subject_detail {
    padding: 4px 4px 2px 0px;
  }
  body#faculty.curriculum.learning table.learning_detail td table td.basic ul li ~ li {
    margin-top: 10px;
  }
  body#faculty.curriculum.learning table.learning_detail {
    font-size: 107%;
  }
  body#faculty.curriculum.learning table.learning_detail td table td.subject div.subject_detail ul li a {
    max-width: 245px;
    font-size: 100%;
  }
  body#faculty.curriculum.learning table.learning_detail td table td.subject div.subject_detail ul li a span.link01_w:before {
    top: 5px;
  }
  body#faculty.curriculum.learning table.learning_detail td table td ul.seminar li ~ li {
    margin-top: 10px;
  }
  body#faculty.curriculum.first_year_experience {
    /* 初年次教育 */
  }
  body#faculty.curriculum.first_year_experience div.experience_detail {
    max-width: 500px;
    margin: 0 auto;
    background-image: none;
    background-color: #ffffff;
  }
  body#faculty.curriculum.first_year_experience div.experience_detail div.experience_column {
    padding: 0;
  }
  body#faculty.curriculum.first_year_experience div.experience_detail div.experience_column div.experience_inner {
    padding: 15px 15px 25px;
    background-color: #e9f4e9;
  }
  body#faculty.curriculum.first_year_experience div.experience_detail div.experience_column h4 {
    max-width: none;
    margin: 0 auto;
    padding: 5px 10px;
    background-color: #16559b;
    text-align: center;
    font-size: 78.5%;
    color: #ffffff;
  }
  body#faculty.curriculum.first_year_experience div.experience_detail div.experience_column h4 span {
    font-size: 136.3%;
  }
  body#faculty.curriculum.first_year_experience div.experience_detail div.experience_column div.guidance {
    max-width: none;
    margin: 15px auto 0;
    padding: 6px 11px 7px;
    background-color: #ffffff;
    border: 3px solid #16559b;
    line-height: 1.7;
    font-size: 107%;
  }
  body#faculty.curriculum.first_year_experience div.experience_detail div.experience_column ul.subject {
    margin: 0;
    padding: 0;
    width: 157px;
    margin: 15px auto 0;
  }
  body#faculty.curriculum.first_year_experience div.experience_detail div.experience_column ul.subject li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  body#faculty.curriculum.first_year_experience div.experience_detail div.experience_column ul.subject li {
    display: list-item;
    width: 157px;
    padding: 5px 2px 3px;
    background-color: #ffffff;
    border: 3px solid #16559b;
    line-height: 1.7;
    text-align: center;
    font-size: 107%;
    font-weight: bold;
  }
  body#faculty.curriculum.first_year_experience div.experience_detail div.experience_column ul.subject li ~ li {
    width: 157px;
    margin-top: 5px;
    margin-left: 0;
  }
  body#faculty.curriculum.first_year_experience div.experience_detail div.experience_column p {
    max-width: none;
    margin: 0 auto;
    line-height: 1.7;
    font-size: 107%;
  }
  body#faculty.curriculum.first_year_experience div.experience_detail div.experience_column ~ div.experience_column {
    border-top-width: 0;
  }
  body#faculty.curriculum.first_year_experience div.experience_detail div.experience_column.experience_column01 {
    margin-bottom: 10px;
    padding: 0px 0px 40px;
    background: url(../../img/faculty/curriculum/first_year_experience/arrow_sp.png) no-repeat center bottom;
    -moz-background-size: 31px 27px;
    -o-background-size: 31px 27px;
    -webkit-background-size: 31px 27px;
    background-size: 31px 27px;
  }
  body#faculty.curriculum.first_year_experience div.experience_detail div.experience_column.experience_column01 strong {
    width: 100%;
    padding: 5px 10px;
    background-color: #16559b;
    font-size: 107%;
    color: #ffffff;
  }
  body#faculty.curriculum.first_year_experience div.experience_detail div.experience_column.experience_column04 {
    padding-bottom: 0;
  }
  body#faculty.curriculum.program {
    /* 特修プログラム */
  }
  body#faculty.curriculum.program div#program_linkarea {
    padding: 12px 20px;
    background-color: #e5f2ff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  body#faculty.curriculum.program div#program_linkarea ul#program_link li {
    float: none;
    font-size: 107%;
  }
  body#faculty.curriculum.program div#program_linkarea ul#program_link li ~ li {
    margin-left: 0;
  }
  body#faculty.curriculum.program div#program_linkarea ul#program_link li a:before {
    top: 6px;
  }
  body#faculty.curriculum.program div.imgarea {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 3.125%;
    padding-left: 0;
    text-align: center;
  }
  body#faculty.six_subject {
    /* 6つの科目群 */
    /* 科目群共通 */
  }
  body#faculty.six_subject.overview div.article_column {
    float: none;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding-right: 0;
  }
  body#faculty.six_subject.overview div.article_column ~ div.article_column {
    margin-top: 10px;
    padding-left: 0;
  }
  body#faculty.six_subject.overview div.article_column div.subject_pane h5 a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  body#faculty.six_subject.overview div.article_column div.subject_pane h5 a:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  }
  body#faculty.six_subject.overview div.article_column div.subject_pane div.subject_detail,
  body#faculty.six_subject.overview div.article_column div.subject_pane div.example {
    height: auto !important;
  }
  body#faculty.six_subject.overview div.article_column div.subject_pane div.subject_detail p,
  body#faculty.six_subject.overview div.article_column div.subject_pane div.example p {
    line-height: 1.7;
    font-size: 107%;
  }
  body#faculty.six_subject.overview div.article_column div.subject_pane div.subject_detail {
    padding-bottom: 12px;
  }
  body#faculty.six_subject table.cmn_table th {
    padding: 8px 15px;
  }
  body#faculty.six_subject table.cmn_table td {
    padding: 15px 0px 15px 15px;
  }
  body#faculty.six_subject table.cmn_table tr.career_detail th {
    padding: 15px;
  }
  body#faculty.six_subject div.about_lecture {
    padding: 5px;
  }
  body#faculty.six_subject div.about_lecture h4 {
    padding: 8px 10px 12px;
    text-align: left;
    line-height: 1.3;
    font-size: 130%;
    font-weight: bold;
  }
  body#faculty.six_subject div.about_lecture div.student {
    display: block;
    position: relative;
    min-height: 285px;
    background-color: #ffffff;
  }
  body#faculty.six_subject div.about_lecture div.student div.textarea {
    display: block;
    width: 100%;
    padding: 10px;
  }
  body#faculty.six_subject div.about_lecture div.student div.textarea h5 {
    display: inline-block;
    float: none;
    text-indent: 0px;
    white-space: normal;
    overflow: visible;
    background-image: none;
    width: auto;
    height: auto;
    margin-top: 13px;
    padding: 3px 7px;
    background-image: none !important;
    border: 2px solid  #008cce;
    font-size: 114.30%;
    color: #008cce;
  }
  body#faculty.six_subject div.about_lecture div.student div.textarea div.student_title {
    min-height: 70px;
    margin-bottom: 15px;
    padding: 8px 130px 0 0;
  }
  body#faculty.six_subject div.about_lecture div.student div.textarea div.student_title h6 {
    font-size: 114.30%;
    font-weight: bold;
  }
  body#faculty.six_subject div.about_lecture div.student div.textarea div.student_title h6 span {
    font-size: 75%;
  }
  body#faculty.six_subject div.about_lecture div.student div.textarea div.student_title strong {
    display: block;
    padding: 2px 0 0 2px;
    line-height: 1.4;
    font-size: 130%;
  }
  body#faculty.six_subject div.about_lecture div.student div.textarea p.comment {
    line-height: 1.7;
    font-size: 107%;
  }
  body#faculty.six_subject div.about_lecture div.student div.imagearea {
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    width: 115px;
    padding: 10px 0 0 0;
    text-align: center;
    vertical-align: baseline;
  }
  body#faculty.six_subject div.about_lecture div.student div.imagearea p {
    width: 100%;
    text-align: center;
  }
  body#faculty.six_subject div.about_lecture div.student div.imagearea p img {
    max-width: 115px;
  }
  body#faculty.six_subject div.about_lecture div.professor {
    display: block;
    padding: 15px 0;
  }
  body#faculty.six_subject div.about_lecture div.professor div.imagearea {
    display: block;
    width: 100px;
    margin: 0 auto;
    padding: 0;
  }
  body#faculty.six_subject div.about_lecture div.professor div.textarea {
    display: block;
    padding: 0 10px;
  }
  body#faculty.six_subject div.about_lecture div.professor div.textarea h6 {
    margin-bottom: 8px;
    font-size: 75%;
  }
  body#faculty.six_subject div.about_lecture div.professor div.textarea h6 span {
    padding: 0 3px;
    font-size: 150%;
  }
  body#faculty.six_subject div.about_lecture div.professor div.textarea p {
    padding-left: 0;
    line-height: 1.7;
    font-size: 107%;
  }
    body#faculty.six_subject div.model_area {
        padding-top: 0 !important;
    }
    
  body#faculty.six_subject.law {
    /* 法職科目群 */
  }
 body#faculty.six_subject.law div.model_title_area {
    padding: 13px 13px 0 13px;
    height: 225px;
    } 
 body#faculty.six_subject.law div.model_title_area div.model_title_lead h4 {   
    line-height: 1.3;
    font-size: 130%;
    }
  body#faculty.six_subject.law div.model_title_area div.model_title_lead p strong {
    font-size: 110%;
    }
  body#faculty.six_subject.law div.model_title_area div.model_title_img {
    width: 100%;
    margin:0 auto;
    /*! height: 128px; */
    background: url(../../img/faculty/curriculum/6subject/law/model_image_sp.png) no-repeat center bottom;
    background-size: 222px 134px;
      left:0;
  }
  body#faculty.six_subject.law div.model_title_area div.model_title_img:after {
    display: none;
    }
  body#faculty.six_subject.law div.model_title_area div.model_title_img div.model_title_img_student {
    display: none;
    }
  body#faculty.six_subject.law div.model_title_area div.model_title_img div.model_title_img_teacher {
    display: none;
    }
  body#faculty.six_subject.law div.model_contents {
    border-right: solid 5px #008cce;
    border-bottom: solid 5px #008cce;
    border-left: solid 5px #008cce;
    padding-top: 10px;
  }   
  body#faculty.six_subject.law div.model_title_area div.model_title_lead {
    width: 100%;
  }
  body#faculty.six_subject.law div.model_area div.model_contents div.model_interview {
    padding: 0 10px;
  }
  body#faculty.six_subject.law div.model_area div.model_contents div.model_interview div.model_interview_answer div.model_interview_answer_img {
    float:none;
    width: 100%;
    padding-bottom:4px;
  }
  body#faculty.six_subject.law div.model_area div.model_contents div.model_interview div.model_interview_answer div.model_interview_answer_text {
    float:none;
    padding: 0;
    width: 100%;
  }
  body#faculty.six_subject.law div.model_area div.model_contents div.model_interview div.model_interview_advice div.model_interview_advice_img {
    width: 100%;
    display: block;
    padding: 10px;
    vertical-align: middle;      
  }
  body#faculty.six_subject.law div.model_area div.model_contents div.model_interview div.model_interview_advice div.model_interview_advice_img strong {
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    padding-right: 34px;
    font-weight: bold;
    padding-top: 1px;
  }
  body#faculty.six_subject.law div.model_area div.model_contents div.model_interview div.model_interview_advice div.model_interview_advice_img strong:after {
    background: url(../../img/faculty/curriculum/6subject/law/icon_advice_sp.png) no-repeat 10px center;
    background-size: 24px 24px;
    content: "";
    width: 34px;
    height: 24px;
    line-height: 1.5;
    vertical-align: middle;
    display: inline-block;
    position: absolute;
  }
  body#faculty.six_subject.law div.model_area div.model_contents div.model_interview div.model_interview_advice div.model_interview_advice_img span {
    display: none;
  }
  body#faculty.six_subject.law div.model_area div.model_contents div.model_interview div.model_interview_advice div.model_interview_advice_img span img {
    max-width: 24px;
  }
  br.br_clear_s {
    display: none;
    }
  body#faculty.six_subject.law div.model_area div.model_contents div.model_interview div.model_interview_advice div.model_interview_advice_text {
    width: 100%;
    display: block;
    padding: 10px;
    line-height: 1.7;
    }
  body#faculty.six_subject.law div.model_interview_advice div.model_interview_advice_text div.model_interview_advice_text_img {
    float:none;
    padding-bottom:4px;
  }
  body#faculty.six_subject.law div.model_interview_advice div.model_interview_advice_text div.model_interview_advice_text_txt {
    float:none;
    width: 100%;
  } 
  body#faculty.six_subject.law div.model_area div.model_contents div.course_area div.course_text {
    padding: 5px 10px;
  }
  body#faculty.six_subject.law div.model_area div.model_contents div.model_interview  div.model_interview_answer h5 {
    font-size: 114.3%;
  }
  body#faculty.six_subject.law div.model_area div.model_contents div.model_interview  div.model_interview_answer {
    padding-top: 10px;
  }
  body#faculty.six_subject.law div.model_area div.model_contents div.model_interview  div.model_interview_answer h5:before {
      background: url(../../img/faculty/curriculum/6subject/law/icon_q_mark_sp.png) no-repeat 0 center;  
      background-size: 24px 24px;
      height: 24px;
      width: 24px;
      font-size: 114.3%;
    }
  body#faculty.six_subject.law div.model_area div.model_contents div.model_interview  div.model_interview_answer span {
      padding: 0 0 0 30px;
    }
  body#faculty.six_subject.law div.model_area div.model_contents div.model_interview  div.model_interview_answer p {
        line-height: 1.7;
    }
    body#faculty.six_subject.law div.model_area div.model_contents div.course_area {
        padding-top: 10px;
    }
  body#faculty.six_subject.law div.model_area div.model_contents div.course_area h5 {
      text-align: left;
    }
  body#faculty.six_subject.law div.about_lecture {
    background-color: #008cce;
  }
  body#faculty.six_subject.law div.about_lecture div.student div.textarea h5 {
    border: 2px solid  #008cce;
    color: #008cce;
  }
  body#faculty.six_subject.business {
    /* ビジネス法科目群 */
    }
  body#faculty.six_subject.business div.model_title_area {
    padding: 13px 13px 0 13px;
      height: 225px;
    } 
 body#faculty.six_subject.business div.model_title_area div.model_title_lead h4 {   
    line-height: 1.3;
    font-size: 130%;
    }
  body#faculty.six_subject.business div.model_title_area div.model_title_lead p strong {
    font-size: 110%;
    }
  body#faculty.six_subject.business div.model_title_area div.model_title_img {
    width: 100%;
    margin:0 auto;
    height: 129px;
    background: url(../../img/faculty/curriculum/6subject/business/model_image_sp.png) no-repeat center bottom;
    background-size: 222px 129px;
    left:0;
  }
  body#faculty.six_subject.business div.model_title_area div.model_title_img:after {
        display: none;
    }
  body#faculty.six_subject.business div.model_title_area div.model_title_img div.model_title_img_student {
      display: none;
    }
  body#faculty.six_subject.business div.model_title_area div.model_title_img div.model_title_img_teacher {
    display: none;
    }
  body#faculty.six_subject.business div.model_contents {
    border-right: solid 5px #16baef;
    border-bottom: solid 5px #16baef;
    border-left: solid 5px #16baef;
    padding-top: 10px;
  } 
  body#faculty.six_subject.business div.model_title_area div.model_title_lead {
    width: 100%;  
  }
  body#faculty.six_subject.business div.model_area div.model_contents div.model_interview {
    padding: 0 10px;
  }
  body#faculty.six_subject.business div.model_area div.model_contents div.model_interview div.model_interview_answer div.model_interview_answer_img {
    float:none;
    width: 100%;
    padding-bottom:4px;
  }
  body#faculty.six_subject.business div.model_area div.model_contents div.model_interview div.model_interview_answer div.model_interview_answer_text {
    float:none;
    padding: 0;
    width: 100%;
  }
  body#faculty.six_subject.business div.model_area div.model_contents div.model_interview div.model_interview_advice div.model_interview_advice_img {
    width: 100%;
    display: block;
    padding: 10px;   
  }
  body#faculty.six_subject.business div.model_area div.model_contents div.model_interview div.model_interview_advice div.model_interview_advice_img strong {
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    padding-right: 34px;
    font-weight: bold;
　}
  body#faculty.six_subject.business div.model_area div.model_contents div.model_interview div.model_interview_advice div.model_interview_advice_img strong:after {
    background: url(../../img/faculty/curriculum/6subject/business/icon_advice_sp.png) no-repeat 10px center;
    background-size: 24px 24px;
    content: "";
    width: 34px;
    height: 24px;
    line-height: 1.5;
    vertical-align: middle;
    display: inline-block;
    position: absolute;
　 }
  body#faculty.six_subject.business div.model_area div.model_contents div.model_interview div.model_interview_advice div.model_interview_advice_img span {
     display: none;
    }
  body#faculty.six_subject.business div.model_area div.model_contents div.model_interview div.model_interview_advice div.model_interview_advice_img span img {
     max-width: 24px;
    }
  br.br_clear_s {
     display: none;
    }
  body#faculty.six_subject.business div.model_area div.model_contents div.model_interview div.model_interview_advice div.model_interview_advice_text {
    width: 100%;
    display: block;
    padding: 10px;
    line-height: 1.7;
  }
  body#faculty.six_subject.business div.model_interview_advice div.model_interview_advice_text div.model_interview_advice_text_img {
    float:none;
    padding-bottom:4px;
  }
  body#faculty.six_subject.business div.model_interview_advice div.model_interview_advice_text div.model_interview_advice_text_txt {
    float:none;
    width: 100%;
  } 
  body#faculty.six_subject.business div.model_area div.model_contents div.course_area div.course_text {
    padding: 5px 10px;
    }
  body#faculty.six_subject.business div.model_area div.model_contents div.model_interview  div.model_interview_answer h5 {
    font-size: 114.3%;
  }
  body#faculty.six_subject.business div.model_area div.model_contents div.model_interview  div.model_interview_answer {
      padding-top: 10px;
    }
  body#faculty.six_subject.business div.model_area div.model_contents div.model_interview  div.model_interview_answer h5:before {
      background: url(../../img/faculty/curriculum/6subject/business/icon_q_mark_sp.png) no-repeat 0 center;  
      background-size: 24px 24px;
      height: 24px;
      width: 24px;
      font-size: 114.3%;
    }
  body#faculty.six_subject.business div.model_area div.model_contents div.model_interview  div.model_interview_answer span {
        padding: 0 0 0 30px;
    }
  body#faculty.six_subject.business div.model_area div.model_contents div.model_interview  div.model_interview_answer p {
        line-height: 1.7;
    }
    body#faculty.six_subject.business div.model_area div.model_contents div.course_area {
        padding-top: 10px;
    }
  body#faculty.six_subject.business div.model_area div.model_contents div.course_area h5 {
      text-align: left;
    }
  body#faculty.six_subject.business div.about_lecture {
    background-color: #16baef;
  }
  body#faculty.six_subject.business div.about_lecture div.student div.textarea h5 {
    border: 2px solid  #16baef;
    color: #16baef;
  }
  body#faculty.six_subject.public {
    /* 公共政策科目群 */
  }
  body#faculty.six_subject.public div.model_title_area {
    padding: 13px 12px 0 13px;
      height: 225px;
    } 
 body#faculty.six_subject.public div.model_title_area div.model_title_lead h4 {   
    line-height: 1.3;
    font-size: 130%;
    }
    body#faculty.six_subject.public div.model_title_area div.model_title_lead p {
    letter-spacing: -1px;
    }
  body#faculty.six_subject.public div.model_title_area div.model_title_lead p strong {
    font-size: 110%;
    letter-spacing: 0;
    }
  body#faculty.six_subject.public div.model_title_area div.model_title_img {
    width: 100%;
    margin:0 auto;
    height: 136px;
    background: url(../../img/faculty/curriculum/6subject/public/model_image_sp.png) no-repeat center bottom;
    background-size: 204px 136px;
      left:0;
  }
  body#faculty.six_subject.public div.model_title_area div.model_title_img:after {
        display: none;
    }
  body#faculty.six_subject.public div.model_title_area div.model_title_img div.model_title_img_student {
      display: none;
    }
  body#faculty.six_subject.public div.model_title_area div.model_title_img div.model_title_img_teacher {
    display: none;
    }
  body#faculty.six_subject.public div.model_contents {
    border-right: solid 5px #f3a055;
    border-bottom: solid 5px #f3a055;
    border-left: solid 5px #f3a055;
    padding-top: 10px;
  }   
  body#faculty.six_subject.public  div.model_title_area div.model_title_lead {
    width: 100%;
  }
  body#faculty.six_subject.public div.model_area div.model_contents div.model_interview {
    padding: 0 10px;
  }
  body#faculty.six_subject.public div.model_area div.model_contents div.model_interview div.model_interview_answer div.model_interview_answer_img {
    float:none;
    width: 100%;
    padding-bottom:4px;
  }
  body#faculty.six_subject.public div.model_area div.model_contents div.model_interview div.model_interview_answer div.model_interview_answer_text {
    float:none;
    padding: 0;
    width: 100%;
  }  
  body#faculty.six_subject.public div.model_area div.model_contents div.model_interview div.model_interview_advice div.model_interview_advice_img {
    width: 100%;
    display: block;
    padding: 10px; 
  }
  body#faculty.six_subject.public div.model_area div.model_contents div.model_interview div.model_interview_advice div.model_interview_advice_img strong {
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    padding-right: 34px;
    font-weight: bold;
　}
  body#faculty.six_subject.public  div.model_area div.model_contents div.model_interview div.model_interview_advice div.model_interview_advice_img strong:after {
    background: url(../../img/faculty/curriculum/6subject/public/icon_advice_sp.png) no-repeat 10px center;
    background-size: 24px 24px;
    content: "";
    width: 34px;
    height: 24px;
    line-height: 1.5;
    vertical-align: middle;
    display: inline-block;
    position: absolute;
　}
  body#faculty.six_subject.public div.model_area div.model_contents div.model_interview div.model_interview_advice div.model_interview_advice_img span {
    display: none;
　}
  body#faculty.six_subject.public div.model_area div.model_contents div.model_interview div.model_interview_advice div.model_interview_advice_img span img {
     max-width: 24px;
    }
  br.br_clear_s {
    display: none;
    }
  body#faculty.six_subject.public div.model_area div.model_contents div.model_interview div.model_interview_advice div.model_interview_advice_text {
    width: 100%;
    display: block;
    padding: 10px;
    line-height: 1.7;
  }
  body#faculty.six_subject.public div.model_interview_advice div.model_interview_advice_text div.model_interview_advice_text_img {
    float:none;
    padding-bottom:4px;
  }
  body#faculty.six_subject.public div.model_interview_advice div.model_interview_advice_text div.model_interview_advice_text_txt {
    float:none;
    width: 100%;
  }
  body#faculty.six_subject.public div.model_area div.model_contents div.course_area div.course_text {
     padding: 5px 10px;
    }
  body#faculty.six_subject.public div.model_area div.model_contents div.model_interview  div.model_interview_answer h5 {
    font-size: 114.3%;
  }
  body#faculty.six_subject.public div.model_area div.model_contents div.model_interview  div.model_interview_answer {
      padding-top: 10px;
  }
  body#faculty.six_subject.public div.model_area div.model_contents div.model_interview  div.model_interview_answer h5:before {
      background: url(../../img/faculty/curriculum/6subject/public/icon_q_mark_sp.png) no-repeat 0 center;  
      background-size: 24px 24px;
      height: 24px;
      width: 24px;
      font-size: 114.3%;
  }
  body#faculty.six_subject.public div.model_area div.model_contents div.model_interview  div.model_interview_answer span {
    padding: 0 0 0 30px;
  }
  body#faculty.six_subject.public div.model_area div.model_contents div.model_interview div.model_interview_answer p {
    　line-height: 1.7;
  }
  body#faculty.six_subject.public div.model_area div.model_contents div.course_area {
     padding-top: 10px;
  }
  body#faculty.six_subject.public div.model_area div.model_contents div.course_area h5 {
     text-align: left;
  }   
  body#faculty.six_subject.public div.about_lecture {
    background-color: #f3a055;
  }
  body#faculty.six_subject.public div.about_lecture div.student div.textarea h5 {
    border: 2px solid  #f3a055;
    color: #f3a055;
  }
  body#faculty.six_subject.politics {
    /* 政治学科目群 */
  }
   body#faculty.six_subject.politics div.model_title_area {
    padding: 13px 13px 0 13px;
      height: 225px;
    } 
 body#faculty.six_subject.politics div.model_title_area div.model_title_lead h4 {   
    line-height: 1.3;
    font-size: 130%;
    }
  body#faculty.six_subject.politics div.model_title_area div.model_title_lead p strong {
    font-size: 110%;
    }
  body#faculty.six_subject.politics div.model_title_area div.model_title_img {
    width: 100%;
    margin:0 auto;
    height: 134px;
    background: url(../../img/faculty/curriculum/6subject/politics/model_image_sp.png) no-repeat center bottom;
    background-size: 222px 134px;
    left:0;
  }
  body#faculty.six_subject.politics div.model_title_area div.model_title_img:after {
    display: none;
    }
  body#faculty.six_subject.politics div.model_title_area div.model_title_img div.model_title_img_student {
    display: none;
    }
  body#faculty.six_subject.politics div.model_title_area div.model_title_img div.model_title_img_teacher {
    display: none;
    }
  body#faculty.six_subject.politics div.model_contents {
    border-right: solid 5px #48b473;
    border-bottom: solid 5px #48b473;
    border-left: solid 5px #48b473;
    padding-top: 10px;
  }   
  body#faculty.six_subject.politics div.model_title_area div.model_title_lead {
    width: 100%;
  }
  body#faculty.six_subject.politics div.model_area div.model_contents div.model_interview {
    padding: 0 10px;
  }
 body#faculty.six_subject.politics div.model_area div.model_contents div.model_interview div.model_interview_answer div.model_interview_answer_img {
    float:none;
    width: 100%;
    padding-bottom: 4px;
  }
  body#faculty.six_subject.politics div.model_area div.model_contents div.model_interview div.model_interview_answer div.model_interview_answer_text {
    float:none;
    padding: 0;
    width: 100%;
  }
  body#faculty.six_subject.politics div.model_area div.model_contents div.model_interview div.model_interview_advice div.model_interview_advice_img {
    width: 100%;
    display: block;
    padding: 10px;
  }
  body#faculty.six_subject.politics div.model_area div.model_contents div.model_interview div.model_interview_advice div.model_interview_advice_img strong {
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    padding-right: 34px;
    font-weight: bold;
    }
  body#faculty.six_subject.politics div.model_area div.model_contents div.model_interview div.model_interview_advice div.model_interview_advice_img strong:after {
    background: url(../../img/faculty/curriculum/6subject/politics/icon_advice_sp.png) no-repeat 10px center;
    background-size: 24px 24px;
    content: "";
    width: 34px;
    height: 24px;
    line-height: 1.5;
    vertical-align: middle;
    display: inline-block;
    position: absolute;
    }
  body#faculty.six_subject.politics div.model_area div.model_contents div.model_interview div.model_interview_advice div.model_interview_advice_img span {
    display: none;
    }
  body#faculty.six_subject.politics div.model_area div.model_contents div.model_interview div.model_interview_advice div.model_interview_advice_img span img {
    max-width: 24px;
    }
  br.br_clear_s {
    display: none;
    }
  body#faculty.six_subject.politics div.model_area div.model_contents div.model_interview div.model_interview_advice div.model_interview_advice_text {
    width: 100%;
    display: block;
    padding: 10px;
    line-height: 1.7;
  }
  body#faculty.six_subject.politics div.model_interview_advice div.model_interview_advice_text div.model_interview_advice_text_img {
    float:none;
    padding-bottom:4px;
  }
  body#faculty.six_subject.politics div.model_interview_advice div.model_interview_advice_text div.model_interview_advice_text_txt {
    float:none;
    width: 100%;
  } 
  body#faculty.six_subject.politics div.model_area div.model_contents div.course_area div.course_text {
    padding: 5px 10px;
    }
  body#faculty.six_subject.politics div.model_area div.model_contents div.model_interview  div.model_interview_answer h5 {
    font-size: 114.3%;
  }
  body#faculty.six_subject.politics div.model_area div.model_contents div.model_interview  div.model_interview_answer {
    padding-top: 10px;
  }
  body#faculty.six_subject.politics div.model_area div.model_contents div.model_interview  div.model_interview_answer h5:before {
    background: url(../../img/faculty/curriculum/6subject/politics/icon_q_mark_sp.png) no-repeat 0 center;  
    background-size: 24px 24px;
    height: 24px;
    width: 24px;
    font-size: 114.3%;
    }
  body#faculty.six_subject.politics div.model_area div.model_contents div.model_interview  div.model_interview_answer span {
    padding: 0 0 0 30px;
　}
  body#faculty.six_subject.politics div.model_area div.model_contents div.model_interview  div.model_interview_answer p {
    line-height: 1.7;
　}
　body#faculty.six_subject.politics div.model_area div.model_contents div.course_area {
    padding-top: 10px;
　}
  body#faculty.six_subject.politics div.model_area div.model_contents div.course_area h5 {
    text-align: left;     
　} 
  body#faculty.six_subject.politics div.about_lecture {
    background-color: #48b473;
  }
  body#faculty.six_subject.politics div.about_lecture div.student div.textarea h5 {
    border: 2px solid  #48b473;
    color: #48b473;
  }
  body#faculty.six_subject.political_history {
    /* 法政史・法政理論科目群 */
  }
  body#faculty.six_subject.political_history div.model_title_area {
    padding: 13px 13px 0 13px;
      height: 225px;
    } 
 body#faculty.six_subject.political_history div.model_title_area div.model_title_lead h4 {   
    line-height: 1.3;
    font-size: 130%;
    }
  body#faculty.six_subject.political_history div.model_title_area div.model_title_lead p strong {
    font-size: 110%;
    }
  body#faculty.six_subject.political_history div.model_title_area div.model_title_img {
    width: 100%;
    margin:0 auto;
    height: 129px;
    background: url(../../img/faculty/curriculum/6subject/political_history/model_image_sp.png) no-repeat center bottom;
    background-size: 223px 129px;
    left:0;
  }
  body#faculty.six_subject.political_history div.model_title_area div.model_title_img:after {
    display: none;
　}
  body#faculty.six_subject.political_history div.model_title_area div.model_title_img div.model_title_img_student {
    display: none;
　 }
  body#faculty.six_subject.political_history div.model_title_area div.model_title_img div.model_title_img_teacher {
    display: none;
　}
  body#faculty.six_subject.political_history div.model_contents {
    border-right: solid 5px #d76da6;
    border-bottom: solid 5px #d76da6;
    border-left: solid 5px #d76da6;
    padding-top: 10px;
  }   
  body#faculty.six_subject.political_history div.model_title_area div.model_title_lead {
    width: 100%; 
  }
  body#faculty.six_subject.political_history div.model_area div.model_contents div.model_interview {
    padding: 0 10px;
  }
  body#faculty.six_subject.political_history div.model_area div.model_contents div.model_interview div.model_interview_answer div.model_interview_answer_img {
    float:none;
    width: 100%;
    padding-bottom:4px;
  }
  body#faculty.six_subject.political_history div.model_area div.model_contents div.model_interview div.model_interview_answer div.model_interview_answer_text {
    float:none;
    padding: 0;
    width: 100%;
  }
  body#faculty.six_subject.political_history div.model_area div.model_contents div.model_interview div.model_interview_advice div.model_interview_advice_img {
    width: 100%;
    display: block;
    padding: 10px;  
  }
  body#faculty.six_subject.political_history div.model_area div.model_contents div.model_interview div.model_interview_advice div.model_interview_advice_img strong {
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    padding-right: 34px;
    font-weight: bold;
　}
  body#faculty.six_subject.political_history div.model_area div.model_contents div.model_interview div.model_interview_advice div.model_interview_advice_img strong:after {
    background: url(../../img/faculty/curriculum/6subject/political_history/icon_advice_sp.png) no-repeat 10px center;
    background-size: 24px 24px;
    content: "";
    width: 34px;
    height: 24px;
    line-height: 1.5;
    vertical-align: middle;
    display: inline-block;
    position: absolute;
　}
  body#faculty.six_subject.political_history div.model_area div.model_contents div.model_interview div.model_interview_advice div.model_interview_advice_img span {
    display: none;
　}
  body#faculty.six_subject.political_history div.model_area div.model_contents div.model_interview div.model_interview_advice div.model_interview_advice_img span img {
    max-width: 24px;
　}
  br.br_clear_s {
    display: none;
　}
  body#faculty.six_subject.political_history div.model_area div.model_contents div.model_interview div.model_interview_advice div.model_interview_advice_text {
    width: 100%;
    display: block;
    padding: 10px;
    line-height: 1.7;
  }
  body#faculty.six_subject.political_history div.model_interview_advice div.model_interview_advice_text div.model_interview_advice_text_img {
    float:none;
    padding-bottom:4px;
  }
  body#faculty.six_subject.political_history div.model_interview_advice div.model_interview_advice_text div.model_interview_advice_text_txt {
    float:none;
    width: 100%;
  } 
  body#faculty.six_subject.political_history div.model_area div.model_contents div.course_area div.course_text {
    padding: 5px 10px;
  }
  body#faculty.six_subject.political_history div.model_area div.model_contents div.model_interview  div.model_interview_answer h5 {
    font-size: 114.3%;
  }
  body#faculty.six_subject.political_history div.model_area div.model_contents div.model_interview  div.model_interview_answer {
    padding-top: 10px;
  }
  body#faculty.six_subject.political_history div.model_area div.model_contents div.model_interview  div.model_interview_answer h5:before {
    background: url(../../img/faculty/curriculum/6subject/political_history/icon_q_mark_sp.png) no-repeat 0 center;  
    background-size: 24px 24px;
    height: 24px;
    width: 24px;
    font-size: 114.3%;
  }
  body#faculty.six_subject.political_history div.model_area div.model_contents div.model_interview  div.model_interview_answer span {
    padding: 0 0 0 30px;
  }
  body#faculty.six_subject.political_history div.model_area div.model_contents div.model_interview  div.model_interview_answer p {
    line-height: 1.7;
  }
  body#faculty.six_subject.political_history div.model_area div.model_contents div.course_area {
    padding-top: 10px;
  }
  body#faculty.six_subject.political_history div.model_area div.model_contents div.course_area h5 {
    text-align: left;
  }
  body#faculty.six_subject.political_history div.about_lecture {
    background-color: #d76da6;
  }
  body#faculty.six_subject.political_history div.about_lecture div.student div.textarea h5 {
    border: 2px solid  #d76da6;
    color: #d76da6;
  }
  body#faculty.six_subject.international {
    /* 国際関係科目群 */
  }
 body#faculty.six_subject.international div.model_title_area {
    padding: 13px 12px 0 11px;
    height: 225px;
　} 
 body#faculty.six_subject.international div.model_title_area div.model_title_lead h4 {   
    line-height: 1.3;
    font-size: 130%;
　}
　body#faculty.six_subject.international div.model_title_area div.model_title_lead p {
    　letter-spacing: -1.1px;
　}
  body#faculty.six_subject.international div.model_title_area div.model_title_lead p strong {
    font-size: 110%;
    letter-spacing: -0.7px;
    }
  body#faculty.six_subject.international div.model_title_area div.model_title_lead p span.subject_ls_s {
    letter-spacing: -1.5px;
    }
  body#faculty.six_subject.international div.model_title_area div.model_title_img {
    width: 100%;
    margin:0 auto;
    height: 128px;
    background: url(../../img/faculty/curriculum/6subject/international/model_image_sp.png) no-repeat center bottom;
    background-size: 198px 128px;
    left:0;
  }
  body#faculty.six_subject.international div.model_title_area div.model_title_img:after {
    display: none;
　}
  body#faculty.six_subject.international div.model_title_area div.model_title_img div.model_title_img_student {
      display: none;
　}
  body#faculty.six_subject.international div.model_title_area div.model_title_img div.model_title_img_teacher {
    display: none;
　}
  body#faculty.six_subject.international div.model_contents {
    border-right: solid 5px #8ec31e;
    border-bottom: solid 5px #8ec31e;
    border-left: solid 5px #8ec31e;
    padding-top: 10px;
  }   
  body#faculty.six_subject.international div.model_title_area div.model_title_lead {
    width: 100%;
  }
  body#faculty.six_subject.international div.model_area div.model_contents div.model_interview {
    padding: 0 10px;
　}
  body#faculty.six_subject.international div.model_area div.model_contents div.model_interview div.model_interview_answer div.model_interview_answer_img {
    float:none;
    width: 100%;
    padding-bottom:4px;
  }
  body#faculty.six_subject.international div.model_area div.model_contents div.model_interview div.model_interview_answer div.model_interview_answer_text {
    float:none;
    padding: 0;
    width: 100%;
  }
  body#faculty.six_subject.international div.model_area div.model_contents div.model_interview div.model_interview_advice div.model_interview_advice_img {
    width: 100%;
    display: block;
    padding: 10px;   
  }
  body#faculty.six_subject.international div.model_area div.model_contents div.model_interview div.model_interview_advice div.model_interview_advice_img strong {
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    padding-right: 34px;
    font-weight: bold;
　}
  body#faculty.six_subject.international div.model_area div.model_contents div.model_interview div.model_interview_advice div.model_interview_advice_img strong:after {
    background: url(../../img/faculty/curriculum/6subject/international/icon_advice_sp.png) no-repeat 10px center;
    background-size: 24px 24px;
    content: "";
    width: 34px;
    height: 24px;
    line-height: 1.5;
    vertical-align: middle;
    display: inline-block;
    position: absolute;
　 }
  body#faculty.six_subject.international div.model_area div.model_contents div.model_interview div.model_interview_advice div.model_interview_advice_img span {
    display: none;
　}
  body#faculty.six_subject.international div.model_area div.model_contents div.model_interview div.model_interview_advice div.model_interview_advice_img span img {
    max-width: 24px;
　}
  br.br_clear_s {
    display: none;
    }
  body#faculty.six_subject.international div.model_area div.model_contents div.model_interview div.model_interview_advice div.model_interview_advice_text {
    width: 100%;
    display: block;
    padding: 10px;
    line-height: 1.7;
  }
  body#faculty.six_subject.international div.model_interview_advice div.model_interview_advice_text div.model_interview_advice_text_img {
    float:none;
    padding-bottom:4px;
  }
  body#faculty.six_subject.international div.model_interview_advice div.model_interview_advice_text div.model_interview_advice_text_txt {
    float:none;
    width: 100%;
  } 
  body#faculty.six_subject.international div.model_area div.model_contents div.course_area div.course_text {
    padding: 5px 10px;
    }
  body#faculty.six_subject.international div.model_area div.model_contents div.model_interview  div.model_interview_answer h5 {
    font-size: 114.3%;
  }
  body#faculty.six_subject.international div.model_area div.model_contents div.model_interview  div.model_interview_answer {
    padding-top: 10px;
　}
  body#faculty.six_subject.international div.model_area div.model_contents div.model_interview  div.model_interview_answer h5:before {
    background: url(../../img/faculty/curriculum/6subject/international/icon_q_mark_sp.png) no-repeat 0 center;  
    background-size: 24px 24px;
    height: 24px;
    width: 24px;
    font-size: 114.3%;
　}
  body#faculty.six_subject.international div.model_area div.model_contents div.model_interview  div.model_interview_answer span {
    padding: 0 0 0 30px;
　}
  body#faculty.six_subject.international div.model_area div.model_contents div.model_interview  div.model_interview_answer p {
    line-height: 1.7;
　}
　body#faculty.six_subject.international div.model_area div.model_contents div.course_area {
    padding-top: 10px;
    }
  body#faculty.six_subject.international div.model_area div.model_contents div.course_area h5 {
    text-align: left;    
    } 
  body#faculty.six_subject.international div.about_lecture {
    background-color: #8ec31e;
  }
  body#faculty.six_subject.international div.about_lecture div.student div.textarea h5 {
    border: 2px solid  #8ec31e;
    color: #8ec31e;
  }
  body#faculty.internationalization {
    /* 法学部の国際化 */
  }
  body#faculty.internationalization div#article_pane p.internationalization_image {
    width: 300px;
    height: 195px;
    margin: 0 auto;
    background: url(../../img/faculty/curriculum/internationalization/internationalization_image01_sp.png) no-repeat 0px 0px;
    -moz-background-size: 300px 195px;
    -o-background-size: 300px 195px;
    -webkit-background-size: 300px 195px;
    background-size: 300px 195px;
  }
  body#faculty.internationalization div#article_pane p.internationalization_image img {
    visibility: hidden;
  }
  body#faculty.faq {
    /* FAQ */
  }
  body#faculty.faq dl#faq_list dt {
    padding: 15px 0 12px;
  }
  body#faculty.faq dl#faq_list dt strong {
    background-position: 11px 3px;
  }
  body#faculty.faq dl#faq_list dt strong span:after {
    top: 5px;
  }
  body#faculty.faq dl#faq_list dt strong:hover span:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  body#faculty.faq dl#faq_list dt strong:hover span:after img {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  }
  body#faculty.faq dl#faq_list dd {
    display: none;
    margin: 0;
    padding: 0 15px 15px 40px;
  }
}
/*--------------------------
法学研究科
--------------------------*/
body#graduate.outline div.outline_figure {
  padding: 10px;
  border: 2px solid  #b1bedf;
}
body#graduate.outline div.outline_figure #figure_link {
  display: inline-block;
  margin-bottom: 10px;
  background-color: #17398d;
}
body#graduate.outline div.outline_figure #figure_link:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
body#graduate.outline div.outline_figure #figure_link:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}
body#graduate.outline div.outline_figure #figure_link a {
  display: block;
  padding: 7px 8px;
  font-weight: normal;
  color: #ffffff;
}

/*--------------------------
法学研究科　スマホ
--------------------------*/
@media only screen and (max-width: 767px) {
  body#graduate.outline div.outline_figure #figure_link:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  body#graduate.outline div.outline_figure #figure_link:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  }
  body#graduate.outline div.outline_figure #figure_link a {
    padding: 5px 8px 9px;
  }
}

  /* 穂高追加 */
	body#graduate.curriculum first corporate div.outline_figure {
  padding: 10px;
  border: 2px solid  #b1bedf;
}
body#graduate.curriculum first corporate div.outline_figure #figure_link {
  display: inline-block;
  margin-bottom: 10px;
  background-color: #17398d;
}
body#graduate.curriculum first corporate div.outline_figure #figure_link:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
body#graduate.curriculum first corporate div.outline_figure #figure_link:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}
body#graduate.curriculum first corporate div.outline_figure #figure_link a {
  display: block;
  padding: 7px 8px;
  font-weight: normal;
  color: #ffffff;
}

	
@media only screen and (max-width: 767px) {
  body#graduate.curriculum first corporate div.outline_figure #figure_link:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  body#graduate.curriculum first corporate div.outline_figure #figure_link:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  }
  body#graduate.curriculum first corporate div.outline_figure #figure_link a {
    padding: 5px 8px 9px;
  }
}	
	
/*--------------------------
教員紹介
--------------------------*/
body#staff {
  /* 共通 */
}
body#staff span.entryjob {
  display: inline-block;
  margin-right: 1em;
}
body#staff span.double:first-letter {
  margin-right: 1em;
}
body#staff h3.cmn_title span.entryjob {
  display: block;
  float: left;
}
body#staff #page_navi ul li:not(.sp-revelation-l) ~ li {
  border-top-color: #ffffff;
  border-top-width: 0;
}
body#staff #page_navi ul li:not(.sp-revelation-l) ~ li:not(.sp-revelation-l) ~ li {
  border-top-width: 1px;
}
body#staff #page_navi ul li:not(.sp-revelation-l) ~ li a.category_title {
  border-top: 1px solid #193b8a;
}
body#staff #page_navi ul li a.category_title {
  padding: 1px 10px 4px;
  background: url(../img/parts/icon_subnavi_plus.png) no-repeat right center;
  background-color: #7b8fbd;
  font-size: 89.3%;
  font-weight: bold;
  color: #ffffff;
}
body#staff #page_navi ul li a.category_title span.link01 {
  padding-left: 0;
}
body#staff #page_navi ul li a.category_title span.link01:before {
  display: none;
}
body#staff #page_navi ul li.current ul.second_floor li.current {
  padding-bottom: 0px;
}
body#staff #page_navi ul li.opener {
  background-color: #5b77b9;
}
body#staff #page_navi ul li.opener ul.second_floor {
  display: none;
  padding-left: 10px;
  border-width: 0;
}
body#staff #page_navi ul li.opener ul.second_floor li {
  border-bottom: 1px solid #7b8fbd;
}
body#staff #page_navi ul li.opener ul.second_floor li:first-child {
  border-top: 1px solid #7b8fbd;
}
body#staff #page_navi ul li.opener ul.second_floor li a {
  padding: 10px 10px 9px;
}
body#staff #page_navi ul li.opener ul.second_floor li a span.link01 {
  padding-left: 22px;
}
body#staff #page_navi ul li.open a.category_title {
  background-image: url(../img/parts/icon_subnavi_minus.png);
  background-color: #5b77b9;
}
body#staff #page_navi ul li.open ul.second_floor {
  padding-bottom: 11px;
}
body#staff #page_navi ul li ul.second_floor li:not(.sp-revelation-l) ~ li:not(.sp-revelation-l) ~ li {
  border-top-width: 0;
}
body#staff.index {
  /* 一覧 */
}
body#staff.index ul.staff_list {
  margin: 0;
  padding: 0;
}
body#staff.index ul.staff_list li {
  margin: 0;
  padding: 0;
  list-style: none;
}
body#staff.index ul.staff_list li {
  float: left;
  width: 50%;
  padding-bottom: 50px;
}
body#staff.index ul.staff_list li h4 {
  margin-bottom: 23px;
}
body#staff.index ul.staff_list li.odd_cell {
  clear: left;
  padding-right: 10px;
}
body#staff.index ul.staff_list li.even_cell {
  padding-left: 10px;
}
body#staff.index ul.staff_list li ul.staff_list_detail {
  margin: 0;
  padding: 0;
  padding: 0px 10px;
}
body#staff.index ul.staff_list li ul.staff_list_detail li {
  margin: 0;
  padding: 0;
  list-style: none;
}
body#staff.index ul.staff_list li ul.staff_list_detail li {
  float: none;
  width: 100%;
  padding-left: 0;
}
body#staff.index ul.staff_list li ul.staff_list_detail li span.entryother {
  position: relative;
  top: 1px;
  margin-left: 0.5em;
  color: #01008c;
}
body#staff.staff_aryicle {
  /* 詳細 */
}
body#staff.staff_aryicle ul.staff_detail {
  margin: 0;
  padding: 0;
}
body#staff.staff_aryicle ul.staff_detail li {
  margin: 0;
  padding: 0;
  list-style: none;
}
body#staff.staff_aryicle ul.staff_detail li {
  clear: both;
  margin-bottom: 14px;
}
body#staff.staff_aryicle ul.staff_detail li dl {
  margin: 0;
  line-height: 2.2;
}
body#staff.staff_aryicle ul.staff_detail li dl dt {
  float: left;
  width: 187px;
  padding-top: 3px;
  padding-right: 20px;
}
body#staff.staff_aryicle ul.staff_detail li dl dt .h5_style_title {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.9;
}
body#staff.staff_aryicle ul.staff_detail li dl dd {
  margin-left: 0;
  padding-left: 187px;
}
body#staff.staff_aryicle ul.staff_detail li dl dd h5 {
  line-height: 2.1;
  font-size: 114.0%;
  color: #0095b5;
}
body#staff.staff_aryicle div.staff_linkarea {
  padding: 12px 20px;
  background-color: #e5f2ff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
body#staff.staff_aryicle div.staff_linkarea ul.staff_link {
  margin: 0;
  padding: 0;
}
body#staff.staff_aryicle div.staff_linkarea ul.staff_link li {
  margin: 0;
  padding: 0;
  list-style: none;
}
body#staff.staff_aryicle div.staff_linkarea ul.staff_link li {
  float: left;
  padding-right: 23px;
}
body#staff.staff_aryicle div.staff_linkarea ul.staff_link li a:before {
  top: 4.0px;
}

/*--------------------------
教員紹介　スマホ
--------------------------*/
@media only screen and (max-width: 767px) {
  body#staff {
    /* 共通 */
  }
  body#staff #header div.heder_inner #gnavi ul li a span.entryjob {
    display: block;
    float: left;
  }
  body#staff #page_navi ul li a.category_title {
    display: block;
  }
  body#staff #page_navi ul li ul.second_floor {
    border-width: 0;
  }
  body#staff.index {
    /* 一覧 */
  }
  body#staff.index ul.staff_list {
    margin: 0;
    padding: 0;
  }
  body#staff.index ul.staff_list li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  body#staff.index ul.staff_list li {
    float: none;
    width: 100%;
    padding-bottom: 25px;
  }
  body#staff.index ul.staff_list li h4 {
    margin-bottom: 18px;
  }
  body#staff.index ul.staff_list li.odd {
    clear: none;
    padding-right: 0px;
  }
  body#staff.index ul.staff_list li.even_cell {
    padding-left: 0px;
  }
  body#staff.index ul.staff_list li ul.staff_list_detail li a:before {
    top: 5px;
  }
  body#staff.staff_aryicle {
    /* 詳細 */
  }
  body#staff.staff_aryicle ul.staff_detail {
    margin: 0;
    padding: 0;
  }
  body#staff.staff_aryicle ul.staff_detail li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  body#staff.staff_aryicle ul.staff_detail li {
    clear: none;
    margin-bottom: 20px;
  }
  body#staff.staff_aryicle ul.staff_detail li dl {
    line-height: 1.7;
  }
  body#staff.staff_aryicle ul.staff_detail li dl dt {
    float: none;
    width: auto;
  }
  body#staff.staff_aryicle ul.staff_detail li dl dt .h5_style_title {
    background: url(../img/parts/bg_title02_sp.png) no-repeat left 17px;
    -moz-background-size: 9px 9px;
    -o-background-size: 9px 9px;
    -webkit-background-size: 9px 9px;
    background-size: 9px 9px;
    background-position: left 10px;
  }
  body#staff.staff_aryicle ul.staff_detail li dl dd {
    padding-left: 0;
  }
  body#staff.staff_aryicle ul.staff_detail li dl dd h5 {
    font-size: 107%;
  }
  body#staff.staff_aryicle div.staff_linkarea ul.staff_link li {
    line-height: 1.7;
    font-size: 107%;
  }
  body#staff.staff_aryicle div.staff_linkarea ul.staff_link li a:before {
    top: 5px;
  }
}
/*--------------------------
入試情報
--------------------------*/
body#admis.index div.admis_linkpane {
  padding: 6px 7px 7px 19px;
  background-color: #eef6ff;
  border: 3px solid  #d4e9ff;
}
body#admis.index div.admis_linkpane div.admis_linkarea {
  float: left;
  width: 450px;
  padding-top: 7px;
}
body#admis.index div.admis_linkpane div.admis_linkarea a.inline_link {
  top: -1px;
  margin-left: 0;
}
body#admis.index div.admis_linkpane div.admis_imgarea {
  float: right;
  width: 179px;
  background-color: #ffffff;
}
body#admis.index div.admis_linkpane div.admis_imgarea img {
  vertical-align: bottom;
}
body#admis.index div.admis_linkpane div.admis_imgarea a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
body#admis.index div.admis_linkpane div.admis_imgarea a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}

/*--------------------------
入試情報　スマホ
--------------------------*/
@media only screen and (max-width: 767px) {
  body#admis.index div.admis_linkpane {
    padding-top: 10px;
    padding-bottom: 13px;
  }
  body#admis.index div.admis_linkpane div.admis_linkarea {
    float: none;
    width: 100%;
    margin-bottom: 10px;
    padding-top: 0;
  }
  body#admis.index div.admis_linkpane div.admis_imgarea {
    float: none;
    margin: 0 auto;
    padding-left: 0;
    text-align: center;
  }
  body#admis.index div.admis_linkpane div.admis_imgarea a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  body#admis.index div.admis_linkpane div.admis_imgarea a:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  }
}
/*--------------------------
就職・進路
--------------------------*/
body#career.faculty.employment {
  /* 就職先一覧 */
}
body#career.faculty.employment div.employment_detail {
  padding: 23px 11px 20px;
  background-color: #f6f6ed;
}
body#career.faculty.employment div.employment_detail p.employment_image {
  margin-bottom: 13px;
  padding: 0 10px;
}
body#career.faculty.employment div.employment_detail ul {
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 9px 0px;
}
body#career.faculty.employment div.employment_detail ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
body#career.faculty.employment div.employment_detail ul li {
  display: table-cell;
  width: 33.3%;
  padding: 15px 20px 17px;
}
body#career.faculty.employment div.employment_detail ul li h5 {
  margin-bottom: 5px;
  text-align: center;
  font-size: 114.30%;
}
body#career.faculty.employment div.employment_detail ul li p {
  text-align: left;
  line-height: 1.9;
  font-size: 92.8%;
}
body#career.faculty.employment div.employment_detail ul li.situation_01 {
  background-color: #f8ceb0;
}
body#career.faculty.employment div.employment_detail ul li.situation_02 {
  background-color: #d0bad9;
}
body#career.faculty.employment div.employment_detail ul li.situation_03 {
  background-color: #81c0e9;
}
body#career.faculty.employment table.cmn_table td {
  padding-top: 15px;
  padding-bottom: 15px;
}
body#career.faculty.employment table.cmn_table td div.job_detail {
  float: left;
  width: 50%;
  padding: 0px 0px 0px 10px;
}
body#career.faculty.interview {
  /* 先輩の声 */
}
body#career.faculty.interview div#interview_linkarea {
  padding: 12px 20px;
  background-color: #e5f2ff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
body#career.faculty.interview div#interview_linkarea ul#interview_link {
  margin: 0;
  padding: 0;
}
body#career.faculty.interview div#interview_linkarea ul#interview_link li {
  margin: 0;
  padding: 0;
  list-style: none;
}
body#career.faculty.interview div#interview_linkarea ul#interview_link li {
  float: left;
}
body#career.faculty.interview div#interview_linkarea ul#interview_link li ~ li {
  margin-left: 30px;
}
body#career.faculty.interview div.interview_detail {
  padding: 27px 30px 30px 20px;
  border: 6px solid  #afc1e5;
}
body#career.faculty.interview div.interview_detail div.titlepane {
  float: left;
  width: 518px;
  margin-bottom: 17px;
  padding-left: 68px;
  background: url(../../img/career/faculty/icon_interview.png) no-repeat 0px 3px;
}
body#career.faculty.interview div.interview_detail div.titlepane.noimage {
  float: none;
  width: 100%;
}
body#career.faculty.interview div.interview_detail div.titlepane h4 {
  margin-bottom: 10px;
  line-height: 1.3;
  font-size: 205%;
  font-weight: normal;
  color: #3d6dcd;
}
body#career.faculty.interview div.interview_detail div.titlepane p {
  font-size: 85.7%;
  font-weight: bold;
}
body#career.faculty.interview div.interview_detail div.titlepane h5 {
  font-size: 85.7%;
}
body#career.faculty.interview div.interview_detail div.titlepane h5 span {
  font-size: 150%;
  font-weight: bold;
}
body#career.faculty.interview div.interview_detail div.imagepane {
  float: right;
  width: 100px;
  height: 112px;
  margin-top: 2px;
  margin-bottom: 30px;
  margin-left: 30px;
}
body#career.faculty.interview div.interview_detail p.cmn_text {
  clear: left;
  padding: 0 0 0 10px;
  line-height: 2.2;
  text-indent: 1em;
}
body#career.faculty.interview div.interview_detail ~ div.interview_detail {
  border-top: 0;
}
body#career.faculty.support {
  /* 法学部 資格取得サポート */
}
body#career.faculty.support div.image_area {
  width: 100%;
  max-width: 710px;
  padding-bottom: 10px;
  border-collapse: separate;
  border-spacing: 1px;
}
body#career.faculty.support div.image_area span {
  display: block;
  float: left;
  width: 355px;
  padding-right: 1px;
}
body#career.faculty.support div.image_area span img {
  vertical-align: top;
}
body#career.faculty.support ul.support_cmn_list {
  margin: 0;
  padding: 0;
  border-top: 1px solid  #aaaaaa;
}
body#career.faculty.support ul.support_cmn_list li {
  margin: 0;
  padding: 0;
  list-style: none;
}
body#career.faculty.support ul.support_cmn_list.course {
  display: inline-block;
  min-width: 420px;
}
body#career.faculty.support ul.support_cmn_list.course li {
  padding-right: 30px;
}
body#career.faculty.support ul.support_cmn_list li {
  display: block;
  padding: 10px 12px;
  border: 1px solid  #aaaaaa;
  border-top-width: 0;
  font-size: 92.8%;
}
body#career.faculty.support ul.support_cmn_list li dl {
  margin: 0;
  padding: 0;
}
body#career.faculty.support ul.support_cmn_list li dl dt {
  float: left;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
body#career.faculty.support ul.support_cmn_list li dl dd {
  margin: 0;
  padding: 0 0 0 5.5em;
}
body#career.faculty.support ul.support_cmn_list li dl dd span {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}
body#career.faculty.support ul.support_cmn_list li dl dd.null {
  display: none;
}

/*--------------------------
就職・進路　スマホ
--------------------------*/
@media only screen and (max-width: 767px) {
  body#career.faculty.employment {
    /* 就職先一覧 */
  }
  body#career.faculty.employment h4.cmn_title {
    padding-right: 8px;
  }
  body#career.faculty.employment div.employment_detail {
    max-width: 500px;
    margin: 0 auto;
    padding: 10px;
  }
  body#career.faculty.employment div.employment_detail p.employment_image {
    width: 293px;
    height: 156px;
    margin: 0 auto 13px;
    padding: 0;
    background: url(../../img/career/faculty/employment/employment_image01_sp.png) no-repeat 0px 0px;
    -moz-background-size: 293px 156px;
    -o-background-size: 293px 156px;
    -webkit-background-size: 293px 156px;
    background-size: 293px 156px;
  }
  body#career.faculty.employment div.employment_detail p.employment_image img {
    visibility: hidden;
  }
  body#career.faculty.employment div.employment_detail ul {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
  }
  body#career.faculty.employment div.employment_detail ul li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  body#career.faculty.employment div.employment_detail ul li {
    display: list-item;
    width: 100%;
    padding: 15px 20px 17px;
  }
  body#career.faculty.employment div.employment_detail ul li ~ li {
    margin-top: 10px;
  }
  body#career.faculty.employment div.employment_detail ul li h5 {
    font-size: 114.30%;
  }
  body#career.faculty.employment div.employment_detail ul li p {
    line-height: 1.7;
    font-size: 107%;
  }
  body#career.faculty.employment table.cmn_table td div.job_detail {
    float: none;
    width: 100%;
    padding: 0px 0px 0px 10px;
  }
  body#career.faculty.interview {
    /* 先輩の声 */
  }
  body#career.faculty.interview div#interview_linkarea {
    padding: 12px 20px;
    background-color: #e5f2ff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  body#career.faculty.interview div#interview_linkarea ul#interview_link li {
    float: none;
    font-size: 107%;
  }
  body#career.faculty.interview div#interview_linkarea ul#interview_link li ~ li {
    margin-left: 0;
  }
  body#career.faculty.interview div#interview_linkarea ul#interview_link li a:before {
    top: 6px;
  }
  body#career.faculty.interview div.interview_detail {
    padding: 15px 10px 17px;
    border-width: 3px;
  }
  body#career.faculty.interview div.interview_detail div.titlepane {
    width: 100%;
    margin-right: -123px;
    margin-bottom: 17px;
    padding-left: 0;
    background-image: none;
  }
  body#career.faculty.interview div.interview_detail div.titlepane div.titlepane_inner {
    margin-right: 123px;
  }
  body#career.faculty.interview div.interview_detail div.titlepane.noimage {
    margin-right: 0;
  }
  body#career.faculty.interview div.interview_detail div.titlepane.noimage div.titlepane_inner {
    margin-right: 0;
  }
  body#career.faculty.interview div.interview_detail div.titlepane h4 {
    margin-bottom: 7px;
    font-size: 121.40%;
    font-weight: bold;
  }
  body#career.faculty.interview div.interview_detail div.titlepane p {
    font-size: 78.6%;
  }
  body#career.faculty.interview div.interview_detail div.titlepane h5 {
    font-size: 78.6%;
  }
  body#career.faculty.interview div.interview_detail div.titlepane h5 span {
    font-size: 136.36%;
  }
  body#career.faculty.interview div.interview_detail div.imagepane {
    width: 97px;
    height: 109px;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 25px;
  }
  body#career.faculty.interview div.interview_detail p.cmn_text {
    clear: both;
    padding: 0;
    line-height: 1.7;
  }
  body#career.faculty.support {
    /* 法学部 資格取得サポート */
  }
  body#career.faculty.support div.image_area {
    position: relative;
    left: 2px;
    max-width: 298px;
    margin: 0 auto;
  }
  body#career.faculty.support div.image_area span {
    width: 49.65%;
    max-width: 148px;
    max-height: 88px;
    padding-right: 0;
    padding-left: 1px;
  }
  body#career.faculty.support div.image_area span:first-child {
    padding-right: 1px;
    padding-left: 0;
  }
  body#career.faculty.support ul.support_cmn_list.course {
    min-width: 280px;
  }
  body#career.faculty.support ul.support_cmn_list li {
    font-size: 107%;
  }
}
/*--------------------------
----------------------------
ニュース
----------------------------
--------------------------*/
body#news {
  /*--------------------------
  ニュース一覧
  --------------------------*/
  /*--------------------------
  ニュース詳細
  --------------------------*/
}
body#news ul.news_list {
  margin: 0;
  padding: 0;
}
body#news ul.news_list li {
  margin: 0;
  padding: 0;
  list-style: none;
}
body#news ul.news_list li {
  margin-bottom: 13px;
}
body#news ul.news_list li dl.news_detail {
  margin: 0;
}
body#news ul.news_list li dl.news_detail dt {
  float: left;
}
body#news ul.news_list li dl.news_detail dd {
  margin-left: 0;
  padding-left: 8em;
}
body#news ul.news_tab {
  width: 100%;
  margin: 0;
  padding: 0;
}
body#news ul.news_tab li {
  margin: 0;
  padding: 0;
  list-style: none;
}
body#news ul.news_tab li ~ li {
  margin-left: 2px;
}
body#news ul.news_tab li {
  float: left;
  width: 114px;
  padding-bottom: 7px;
  cursor: pointer;
}
body#news ul.news_tab li strong {
  display: table-cell;
  width: 114px;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  color: #000000;
}
body#news ul.news_tab li strong span {
  display: table;
  width: 100%;
  height: 100%;
}
body#news ul.news_tab li strong span b {
  display: table-cell;
  padding: 8px 5px 5px;
  text-align: center;
  vertical-align: middle;
  -ms-word-break: break-all;
  word-break: break-all;
  font-weight: normal;
}
body#news ul.news_tab li:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
body#news ul.news_tab li:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}
body#news ul.news_tab li.select {
  background-repeat: no-repeat;
  background-position: center bottom;
}
body#news ul.news_tab li.select strong span b {
  font-weight: bold;
  color: #ffffff;
}
body#news ul.news_tab li.faculty_news_detail_all span, body#news ul.news_tab li.graduate_news_detail_all span {
  background-color: #6fa5ff;
}
body#news ul.news_tab li.faculty_news_detail_all.select, body#news ul.news_tab li.graduate_news_detail_all.select {
  background-image: url(../img/parts/icon_select_all.png);
}
body#news ul.news_tab li.faculty_news_detail_news span, body#news ul.news_tab li.graduate_news_detail_news span {
  background-color: #ffbd3d;
}
body#news ul.news_tab li.faculty_news_detail_news.select, body#news ul.news_tab li.graduate_news_detail_news.select {
  background-image: url(../img/parts/icon_select_news.png);
}
body#news ul.news_tab li.faculty_news_detail_event span, body#news ul.news_tab li.graduate_news_detail_event span {
  background-color: #48bc64;
}
body#news ul.news_tab li.faculty_news_detail_event.select, body#news ul.news_tab li.graduate_news_detail_event.select {
  background-image: url(../img/parts/icon_select_event.png);
}
body#news ul.news_tab li.faculty_news_detail_student span, body#news ul.news_tab li.graduate_news_detail_student span {
  background-color: #b28bda;
}
body#news ul.news_tab li.faculty_news_detail_student.select, body#news ul.news_tab li.graduate_news_detail_student.select {
  background-image: url(../img/parts/icon_select_student.png);
}
body#news div.news_detail_tab {
  display: none;
  margin-top: 8px;
  padding: 0px 1px;
}
body#news div.news_detail_tab.select {
  display: block;
}
body#news div.news_detail_tab dl {
  margin: 0;
  background: url(../img/parts/line_news.png) repeat-x 0px top;
}
body#news div.news_detail_tab dl dt {
  clear: left;
  float: left;
  margin-top: 10px;
  margin-bottom: 2px;
}
body#news div.news_detail_tab dl dt span.label {
  display: none;
}
body#news div.news_detail_tab dl dd {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 7em;
  background: url(../img/parts/line_news.png) repeat-x 0px bottom;
}
body#news div.news_detail_tab dl dd p {
  padding-left: 0;
  background-repeat: no-repeat;
  background-position: 0 2px;
}
body#news div.news_detail_tab dl dd.news p {
  background-image: url(../img/parts/label_news.png);
}
body#news div.news_detail_tab dl dd.event p {
  background-image: url(../img/parts/label_event.png);
}
body#news div.news_detail_tab dl dd.student p {
  background-image: url(../img/parts/label_ug.png);
}
body#news.news_article p.update {
  margin-bottom: 11px;
  padding-right: 10px;
  text-align: right;
  font-size: 92.8%;
}
body#news.news_article div.articleBody {
  line-height: 2.1;
  padding: 0 10px;
}
body#news.news_article div.articleBody a {
  margin-left: 3px;
}
body#news.news_article div.articleBody div.article_images ul.article_thumbs {
  margin: 0;
  padding: 0;
  padding-bottom: 5px;
}
body#news.news_article div.articleBody div.article_images ul.article_thumbs li {
  margin: 0;
  padding: 0;
  list-style: none;
}
body#news.news_article div.articleBody div.article_images ul.article_thumbs li {
  float: left;
  width: 50%;
  margin-bottom: 15px;
}
body#news.news_article div.articleBody div.article_images ul.article_thumbs li img {
  vertical-align: bottom;
}
body#news.news_article div.articleBody div.article_images ul.article_thumbs li.stand_alone {
  float: none;
  margin: 0 auto 15px;
}
body#news.news_article div.articleBody div.article_images ul.article_thumbs li.odd_cell {
  clear: left;
  padding-right: 5px;
}
body#news.news_article div.articleBody div.article_images ul.article_thumbs li.even_cell {
  padding-left: 5px;
}
body#news.news_article div.articleBody div.article_images ul.article_thumbs li a.modal {
  display: block;
  margin-bottom: 5px;
  border: 2px solid #01008c;
}
body#news.news_article div.articleBody div.article_images ul.article_thumbs li a.modal img {
  vertical-align: bottom;
}
body#news.news_article div.articleBody div.article_images ul.article_thumbs li a.modal:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
body#news.news_article div.articleBody div.article_images ul.article_thumbs li a.modal:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}
body#news.news_article div.articleBody div.article_images ul.article_thumbs li a.modal:focus {
  outline: none;
}
body#news.news_article div.articleBody div.article_images ul.article_thumbs li p.caption {
  font-size: 85.7%;
}
body#news.news_article p.toall {
  text-align: right;
}
body#news.news_article div.articleBody a.modal {
  margin-top: 15px;
}
body#news.news_article div.articleBody a.modal.textlnk {
  margin-top: 0;
}
body#news.news_article div.articleBody a.modal:focus {
  outline: none;
}
body#news.news_article div.articleBody a.modal:hover span {
  border: 2px solid #2dc493;
}
body#news.news_article div.articleBody a.modal:hover span:after {
  background: url(../img/icon_zoom_on.png) no-repeat 0px 0px;
}
body#news.news_article div.articleBody a.modal span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  border: 2px solid #279571;
  overflow: visible;
}
body#news.news_article div.articleBody a.modal span:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0px;
  right: 0px;
  background: url(../img/icon_zoom_off.png) no-repeat 0px 0px;
}
body#news.news_article div.articleBody a.modal span img {
  vertical-align: top;
}

/*--------------------------
ニュース　スマホ
--------------------------*/
@media only screen and (max-width: 767px) {
  body#news {
    /*--------------------------
    ニュース一覧
    --------------------------*/
    /*--------------------------
    ニュース詳細
    --------------------------*/
  }
  body#news h2.cmn_title {
    padding: 11px 7px 11px 29px;
  }
  body#news ul.news_list {
    margin: 0;
    padding: 0;
  }
  body#news ul.news_list li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  body#news ul.news_list li {
    clear: none;
    margin-bottom: 8px;
    padding-bottom: 7px;
  }
  body#news ul.news_list li dl.news_detail dt {
    float: none;
    margin-bottom: 5px;
  }
  body#news ul.news_list li dl.news_detail dd {
    padding-left: 0;
    font-size: 107%;
  }
  body#news ul.news_list li dl.news_detail dd a:before {
    top: 5px;
  }
  body#news ul.news_tab li {
    width: 25%;
  }
  body#news ul.news_tab li ~ li {
    margin-left: 0;
    border-left: 2px solid #ffffff;
  }
  body#news ul.news_tab li strong {
    display: inline;
    width: auto;
  }
  body#news ul.news_tab li strong span b {
    padding: 8px 1px 7px;
    font-weight: bold;
    font-size: 92%;
  }
  body#news ul.news_tab li.faculty_news_detail_all.select, body#news ul.news_tab li.graduate_news_detail_all.select {
    background-image: url(../img/parts/icon_select_all_sp.png);
    -moz-background-size: 14px 7px;
    -o-background-size: 14px 7px;
    -webkit-background-size: 14px 7px;
    background-size: 14px 7px;
  }
  body#news ul.news_tab li.faculty_news_detail_news.select, body#news ul.news_tab li.graduate_news_detail_news.select {
    background-image: url(../img/parts/icon_select_news_sp.png);
    -moz-background-size: 14px 7px;
    -o-background-size: 14px 7px;
    -webkit-background-size: 14px 7px;
    background-size: 14px 7px;
  }
  body#news ul.news_tab li.faculty_news_detail_event.select, body#news ul.news_tab li.graduate_news_detail_event.select {
    background-image: url(../img/parts/icon_select_event_sp.png);
    -moz-background-size: 14px 7px;
    -o-background-size: 14px 7px;
    -webkit-background-size: 14px 7px;
    background-size: 14px 7px;
  }
  body#news ul.news_tab li.faculty_news_detail_student.select, body#news ul.news_tab li.graduate_news_detail_student.select {
    background-image: url(../img/parts/icon_select_student_sp.png);
    -moz-background-size: 14px 7px;
    -o-background-size: 14px 7px;
    -webkit-background-size: 14px 7px;
    background-size: 14px 7px;
  }
  body#news #faculty_news_pane,
  body#news #graduate_news_pane {
    float: none;
    width: 100%;
  }
  body#news #graduate_news_pane {
    padding-top: 10px;
  }
  body#news div.news_detail_tab dl {
    font-size: 100%;
  }
  body#news div.news_detail_tab dl dt {
    clear: none;
    float: none;
    line-height: 1.1;
    margin: 0;
    padding: 10px 0 0;
  }
  body#news div.news_detail_tab dl dt span.label {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 64px;
    height: 20px;
    margin-left: 10px;
  }
  body#news div.news_detail_tab dl dt span.label.label_news {
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    background: url(../img/parts/label_news_sp.png) no-repeat 0px 0px;
    -moz-background-size: 64px 20px;
    -o-background-size: 64px 20px;
    -webkit-background-size: 64px 20px;
    background-size: 64px 20px;
  }
  body#news div.news_detail_tab dl dt span.label.label_event {
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    background: url(../img/parts/label_event_sp.png) no-repeat 0px 0px;
    -moz-background-size: 64px 20px;
    -o-background-size: 64px 20px;
    -webkit-background-size: 64px 20px;
    background-size: 64px 20px;
  }
  body#news div.news_detail_tab dl dt span.label.label_student {
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    background: url(../img/parts/label_ug_sp.png) no-repeat 0px 0px;
    -moz-background-size: 64px 20px;
    -o-background-size: 64px 20px;
    -webkit-background-size: 64px 20px;
    background-size: 64px 20px;
  }
  body#news div.news_detail_tab dl dd {
    padding-top: 8px;
    padding-bottom: 6px;
    padding-left: 0;
  }
  body#news div.news_detail_tab dl dd p {
    padding-left: 0;
    background-position: 0 0;
    background-image: none !important;
    font-size: 107%;
  }
  body#news div.news_detail_tab dl dd p a:before {
    top: 5px;
  }
  body#news p.news_all {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 100%;
    font-weight: bold;
  }
  body#news p.news_all a:before {
    top: 5px;
  }
  body#news.news_article #contentsfield div.contentsinner {
    padding-bottom: 0;
  }
  body#news.news_article p.update {
    margin-bottom: 1.2%;
    line-height: 1.7;
  }
  body#news.news_article div.articleBody {
    line-height: 1.7;
    font-size: 107%;
  }
  body#news.news_article div.articleBody div.article_images ul.article_thumbs {
    text-align: center;
  }
  body#news.news_article div.articleBody div.article_images ul.article_thumbs li {
    display: list-item;
    float: none;
    width: auto;
    max-width: 340px;
    margin: 0 auto 15px;
  }
  body#news.news_article div.articleBody div.article_images ul.article_thumbs li.odd_cell {
    clear: none;
    padding-right: 0px;
  }
  body#news.news_article div.articleBody div.article_images ul.article_thumbs li.even_cell {
    padding-left: 0px;
  }
  body#news.news_article div.articleBody div.article_images ul.article_thumbs li a.modal {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin-bottom: 5px;
  }
  body#news.news_article div.articleBody div.article_images ul.article_thumbs li a.modal:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  body#news.news_article div.articleBody div.article_images ul.article_thumbs li a.modal:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  }
  body#news.news_article div.articleBody div.article_images ul.article_thumbs li p.caption {
    text-align: left;
  }
  body#news.news_article div.articleBody a.modal {
    margin-top: 15px;
  }
  body#news.news_article div.articleBody a.modal span img {
    width: 100%;
  }
  body#news.news_article div.articleBody a.modal span.mt-image-none, body#news.news_article div.articleBody a.modal span.mt-image-right, body#news.news_article div.articleBody a.modal span.mt-image-left {
    float: none !important;
    width: auto !important;
    margin: 0px auto 20px !important;
  }
  body#news.news_article div.articleBody a.modal.textlnk {
    margin-top: 0;
  }
  body#news.news_article div.articleBody a.modal:focus {
    outline: none;
  }
  body#news.news_article div.articleBody a.modal:hover span {
    border: 2px solid #279571;
  }
  body#news.news_article div.articleBody a.modal:hover span:after {
    background: url(../img/icon_zoom_off.png) no-repeat 0px 0px;
  }
  body#news.news_article div.articleBody a.modal span {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
    border: 2px solid #279571;
    overflow: visible;
  }
  body#news.news_article div.articleBody a.modal span:after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: url(../img/icon_zoom_off.png) no-repeat 0px 0px;
  }
  body#news.news_article div.articleBody a.modal span img {
    vertical-align: top;
  }
}
/*--------------------------
サイトマップ
--------------------------*/
body#site_map div#article_pane {
  float: none;
  width: 100%;
}
body#site_map div#article_pane > div.article {
  padding: 0;
}
body#site_map div#article_pane div.article {
  display: table;
  width: 100%;
}
body#site_map div#article_pane div.article div.article_column {
  display: table-cell;
  width: 50%;
  padding: 0 25px 0 10px;
  vertical-align: top;
}
body#site_map div#article_pane div.article div.article_column ul {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid  #c0c0c0;
}
body#site_map div#article_pane div.article div.article_column ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
body#site_map div#article_pane div.article div.article_column ul li {
  padding: 5px 0;
  border-top: 1px solid #c0c0c0;
  font-weight: bold;
}
body#site_map div#article_pane div.article div.article_column ul li strong {
  display: block;
}
body#site_map div#article_pane div.article div.article_column ul li.maisonette {
  padding-bottom: 0;
}
body#site_map div#article_pane div.article div.article_column ul li ul {
  margin-top: 5px;
  border-width: 0;
}
body#site_map div#article_pane div.article div.article_column ul li ul li {
  border-top: 1px dotted #c0c0c0;
  font-weight: normal;
}
body#site_map div#article_pane div.article div.article_column ul li ul li p {
  padding-left: 16px;
}
body#site_map div#article_pane div.article div.article_column ul li ul li ul li p {
  padding-left: 32px;
}
body#site_map div#article_pane div.article div.article_column ~ div.article_column {
  padding: 0 10px 0 25px;
}

/*--------------------------
サイトマップ スマホ
--------------------------*/
@media only screen and (max-width: 767px) {
  body#site_map div#article_pane div.article {
    display: block;
  }
  body#site_map div#article_pane div.article div.article_column {
    display: block;
    width: 100%;
    padding: 0 !important;
  }
}
/*--------------------------
サイト内検索
--------------------------*/
body#search_result div#article_pane {
  float: none;
  width: 100%;
  padding-top: 40px;
}
body#search_result div#article_pane div.article {
  padding: 0;
}
body#search_result .gsc-selected-option-container {
  width: 100px !important;
}
body#search_result .gs-title {
  min-height: 1.5em;
}

/*--------------------------
サイト内検索 スマホ
--------------------------*/
@media only screen and (max-width: 767px) {
  body#search_result div#article_pane {
    padding-top: 25px;
  }
}
/*--------------------------
お探しのページが見つかりません
--------------------------*/
body#not_found div#article_pane {
  float: none;
  width: 100%;
}
body#not_found div#article_pane div.article {
  padding: 0;
}
body#not_found h3 {
  margin: 0;
  line-height: 1.5;
  font-size: 228.5%;
}
body#not_found h3 span {
  display: block;
  font-size: 62.5%;
}
body#not_found ul.re_link {
  margin: 0;
  padding: 0;
}
body#not_found ul.re_link li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*--------------------------
お探しのページが見つかりません　スマホ
--------------------------*/
@media only screen and (max-width: 767px) {
  body#not_found div#article_pane div.article {
    padding: 0 0 40px;
  }
  body#not_found h3 {
    font-size: 170%;
  }
  body#not_found h3 span {
    margin-top: 10px;
    font-size: 67.70%;
  }
}
/*--------------------------
アイコン制御
--------------------------*/
html.svg body#news.news_article div.articleBody a,
body#news.news_article div.articleBody a,
html.svg body#faculty.faq dl#faq_list dd a,
body#faculty.faq dl#faq_list dd a {
  /* デフォルト=内部リンク */
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  padding-left: 17px;
  line-height: 1.5;
}
html.svg body#news.news_article div.articleBody a:before,
body#news.news_article div.articleBody a:before,
html.svg body#faculty.faq dl#faq_list dd a:before,
body#faculty.faq dl#faq_list dd a:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 13px;
  height: 13px;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-background-size: 13px 13px !important;
  background-size: 13px 13px !important;
  background-image: url(../img/parts/icon_link01.svg);
}
html.svg body#news.news_article div.articleBody a[href^="http://"]:before, html.svg body#news.news_article div.articleBody a[href^="https://"]:before,
body#news.news_article div.articleBody a[href^="http://"]:before,
body#news.news_article div.articleBody a[href^="https://"]:before,
html.svg body#faculty.faq dl#faq_list dd a[href^="http://"]:before,
html.svg body#faculty.faq dl#faq_list dd a[href^="https://"]:before,
body#faculty.faq dl#faq_list dd a[href^="http://"]:before,
body#faculty.faq dl#faq_list dd a[href^="https://"]:before {
  /* 絶対リンクなら */
  background-image: url(../img/parts/icon_link04.svg);
}
html.svg body#news.news_article div.articleBody a[href^="http://www.kansai-u.ac.jp"]:before, html.svg body#news.news_article div.articleBody a[href^="https://www.kansai-u.ac.jp"]:before, html.svg body#news.news_article div.articleBody a[href*="kansai-u.ac.jp"]:before,
body#news.news_article div.articleBody a[href^="http://www.kansai-u.ac.jp"]:before,
body#news.news_article div.articleBody a[href^="https://www.kansai-u.ac.jp"]:before,
body#news.news_article div.articleBody a[href*="kansai-u.ac.jp"]:before,
html.svg body#faculty.faq dl#faq_list dd a[href^="http://www.kansai-u.ac.jp"]:before,
html.svg body#faculty.faq dl#faq_list dd a[href^="https://www.kansai-u.ac.jp"]:before,
html.svg body#faculty.faq dl#faq_list dd a[href*="kansai-u.ac.jp"]:before,
body#faculty.faq dl#faq_list dd a[href^="http://www.kansai-u.ac.jp"]:before,
body#faculty.faq dl#faq_list dd a[href^="https://www.kansai-u.ac.jp"]:before,
body#faculty.faq dl#faq_list dd a[href*="kansai-u.ac.jp"]:before {
  /* 関大内へのリンクなら */
  background-image: url(../img/parts/icon_link03.svg);
}
html.svg body#news.news_article div.articleBody a[href^="http://www.kansai-u.ac.jp/Fc_law/"]:before, html.svg body#news.news_article div.articleBody a[href^="https://www.kansai-u.ac.jp/Fc_law/"]:before,
body#news.news_article div.articleBody a[href^="http://www.kansai-u.ac.jp/Fc_law/"]:before,
body#news.news_article div.articleBody a[href^="https://www.kansai-u.ac.jp/Fc_law/"]:before,
html.svg body#faculty.faq dl#faq_list dd a[href^="http://www.kansai-u.ac.jp/Fc_law/"]:before,
html.svg body#faculty.faq dl#faq_list dd a[href^="https://www.kansai-u.ac.jp/Fc_law/"]:before,
body#faculty.faq dl#faq_list dd a[href^="http://www.kansai-u.ac.jp/Fc_law/"]:before,
body#faculty.faq dl#faq_list dd a[href^="https://www.kansai-u.ac.jp/Fc_law/"]:before {
  /* 法学部内リンクなら */
  background-image: url(../img/parts/icon_link01.svg);
}
html.svg body#news.news_article div.articleBody a[href$="pdf"], html.svg body#news.news_article div.articleBody a[href$="PDF"], html.svg body#news.news_article div.articleBody a[href$="jpg"], html.svg body#news.news_article div.articleBody a[href$="JPG"], html.svg body#news.news_article div.articleBody a[href$="jpeg"], html.svg body#news.news_article div.articleBody a[href$="JPEG"], html.svg body#news.news_article div.articleBody a[href$="gif"], html.svg body#news.news_article div.articleBody a[href$="GIF"], html.svg body#news.news_article div.articleBody a[href$="png"], html.svg body#news.news_article div.articleBody a[href$="PNG"],
body#news.news_article div.articleBody a[href$="pdf"],
body#news.news_article div.articleBody a[href$="PDF"],
body#news.news_article div.articleBody a[href$="jpg"],
body#news.news_article div.articleBody a[href$="JPG"],
body#news.news_article div.articleBody a[href$="jpeg"],
body#news.news_article div.articleBody a[href$="JPEG"],
body#news.news_article div.articleBody a[href$="gif"],
body#news.news_article div.articleBody a[href$="GIF"],
body#news.news_article div.articleBody a[href$="png"],
body#news.news_article div.articleBody a[href$="PNG"],
html.svg body#faculty.faq dl#faq_list dd a[href$="pdf"],
html.svg body#faculty.faq dl#faq_list dd a[href$="PDF"],
html.svg body#faculty.faq dl#faq_list dd a[href$="jpg"],
html.svg body#faculty.faq dl#faq_list dd a[href$="JPG"],
html.svg body#faculty.faq dl#faq_list dd a[href$="jpeg"],
html.svg body#faculty.faq dl#faq_list dd a[href$="JPEG"],
html.svg body#faculty.faq dl#faq_list dd a[href$="gif"],
html.svg body#faculty.faq dl#faq_list dd a[href$="GIF"],
html.svg body#faculty.faq dl#faq_list dd a[href$="png"],
html.svg body#faculty.faq dl#faq_list dd a[href$="PNG"],
body#faculty.faq dl#faq_list dd a[href$="pdf"],
body#faculty.faq dl#faq_list dd a[href$="PDF"],
body#faculty.faq dl#faq_list dd a[href$="jpg"],
body#faculty.faq dl#faq_list dd a[href$="JPG"],
body#faculty.faq dl#faq_list dd a[href$="jpeg"],
body#faculty.faq dl#faq_list dd a[href$="JPEG"],
body#faculty.faq dl#faq_list dd a[href$="gif"],
body#faculty.faq dl#faq_list dd a[href$="GIF"],
body#faculty.faq dl#faq_list dd a[href$="png"],
body#faculty.faq dl#faq_list dd a[href$="PNG"] {
  padding-left: 0px !important;
}
html.svg body#news.news_article div.articleBody a[href$="pdf"]:before, html.svg body#news.news_article div.articleBody a[href$="PDF"]:before, html.svg body#news.news_article div.articleBody a[href$="jpg"]:before, html.svg body#news.news_article div.articleBody a[href$="JPG"]:before, html.svg body#news.news_article div.articleBody a[href$="jpeg"]:before, html.svg body#news.news_article div.articleBody a[href$="JPEG"]:before, html.svg body#news.news_article div.articleBody a[href$="gif"]:before, html.svg body#news.news_article div.articleBody a[href$="GIF"]:before, html.svg body#news.news_article div.articleBody a[href$="png"]:before, html.svg body#news.news_article div.articleBody a[href$="PNG"]:before,
body#news.news_article div.articleBody a[href$="pdf"]:before,
body#news.news_article div.articleBody a[href$="PDF"]:before,
body#news.news_article div.articleBody a[href$="jpg"]:before,
body#news.news_article div.articleBody a[href$="JPG"]:before,
body#news.news_article div.articleBody a[href$="jpeg"]:before,
body#news.news_article div.articleBody a[href$="JPEG"]:before,
body#news.news_article div.articleBody a[href$="gif"]:before,
body#news.news_article div.articleBody a[href$="GIF"]:before,
body#news.news_article div.articleBody a[href$="png"]:before,
body#news.news_article div.articleBody a[href$="PNG"]:before,
html.svg body#faculty.faq dl#faq_list dd a[href$="pdf"]:before,
html.svg body#faculty.faq dl#faq_list dd a[href$="PDF"]:before,
html.svg body#faculty.faq dl#faq_list dd a[href$="jpg"]:before,
html.svg body#faculty.faq dl#faq_list dd a[href$="JPG"]:before,
html.svg body#faculty.faq dl#faq_list dd a[href$="jpeg"]:before,
html.svg body#faculty.faq dl#faq_list dd a[href$="JPEG"]:before,
html.svg body#faculty.faq dl#faq_list dd a[href$="gif"]:before,
html.svg body#faculty.faq dl#faq_list dd a[href$="GIF"]:before,
html.svg body#faculty.faq dl#faq_list dd a[href$="png"]:before,
html.svg body#faculty.faq dl#faq_list dd a[href$="PNG"]:before,
body#faculty.faq dl#faq_list dd a[href$="pdf"]:before,
body#faculty.faq dl#faq_list dd a[href$="PDF"]:before,
body#faculty.faq dl#faq_list dd a[href$="jpg"]:before,
body#faculty.faq dl#faq_list dd a[href$="JPG"]:before,
body#faculty.faq dl#faq_list dd a[href$="jpeg"]:before,
body#faculty.faq dl#faq_list dd a[href$="JPEG"]:before,
body#faculty.faq dl#faq_list dd a[href$="gif"]:before,
body#faculty.faq dl#faq_list dd a[href$="GIF"]:before,
body#faculty.faq dl#faq_list dd a[href$="png"]:before,
body#faculty.faq dl#faq_list dd a[href$="PNG"]:before {
  /* 画像リンク=アイコンなし */
  display: none;
}
html.svg body#news.news_article div.articleBody a.textlnk[href$="jpg"], html.svg body#news.news_article div.articleBody a.textlnk[href$="JPG"], html.svg body#news.news_article div.articleBody a.textlnk[href$="jpeg"], html.svg body#news.news_article div.articleBody a.textlnk[href$="JPEG"], html.svg body#news.news_article div.articleBody a.textlnk[href$="gif"], html.svg body#news.news_article div.articleBody a.textlnk[href$="GIF"], html.svg body#news.news_article div.articleBody a.textlnk[href$="png"], html.svg body#news.news_article div.articleBody a.textlnk[href$="PNG"],
body#news.news_article div.articleBody a.textlnk[href$="jpg"],
body#news.news_article div.articleBody a.textlnk[href$="JPG"],
body#news.news_article div.articleBody a.textlnk[href$="jpeg"],
body#news.news_article div.articleBody a.textlnk[href$="JPEG"],
body#news.news_article div.articleBody a.textlnk[href$="gif"],
body#news.news_article div.articleBody a.textlnk[href$="GIF"],
body#news.news_article div.articleBody a.textlnk[href$="png"],
body#news.news_article div.articleBody a.textlnk[href$="PNG"],
html.svg body#faculty.faq dl#faq_list dd a.textlnk[href$="jpg"],
html.svg body#faculty.faq dl#faq_list dd a.textlnk[href$="JPG"],
html.svg body#faculty.faq dl#faq_list dd a.textlnk[href$="jpeg"],
html.svg body#faculty.faq dl#faq_list dd a.textlnk[href$="JPEG"],
html.svg body#faculty.faq dl#faq_list dd a.textlnk[href$="gif"],
html.svg body#faculty.faq dl#faq_list dd a.textlnk[href$="GIF"],
html.svg body#faculty.faq dl#faq_list dd a.textlnk[href$="png"],
html.svg body#faculty.faq dl#faq_list dd a.textlnk[href$="PNG"],
body#faculty.faq dl#faq_list dd a.textlnk[href$="jpg"],
body#faculty.faq dl#faq_list dd a.textlnk[href$="JPG"],
body#faculty.faq dl#faq_list dd a.textlnk[href$="jpeg"],
body#faculty.faq dl#faq_list dd a.textlnk[href$="JPEG"],
body#faculty.faq dl#faq_list dd a.textlnk[href$="gif"],
body#faculty.faq dl#faq_list dd a.textlnk[href$="GIF"],
body#faculty.faq dl#faq_list dd a.textlnk[href$="png"],
body#faculty.faq dl#faq_list dd a.textlnk[href$="PNG"] {
  padding-left: 17px !important;
}
html.svg body#news.news_article div.articleBody a.textlnk[href$="jpg"]:before, html.svg body#news.news_article div.articleBody a.textlnk[href$="JPG"]:before, html.svg body#news.news_article div.articleBody a.textlnk[href$="jpeg"]:before, html.svg body#news.news_article div.articleBody a.textlnk[href$="JPEG"]:before, html.svg body#news.news_article div.articleBody a.textlnk[href$="gif"]:before, html.svg body#news.news_article div.articleBody a.textlnk[href$="GIF"]:before, html.svg body#news.news_article div.articleBody a.textlnk[href$="png"]:before, html.svg body#news.news_article div.articleBody a.textlnk[href$="PNG"]:before,
body#news.news_article div.articleBody a.textlnk[href$="jpg"]:before,
body#news.news_article div.articleBody a.textlnk[href$="JPG"]:before,
body#news.news_article div.articleBody a.textlnk[href$="jpeg"]:before,
body#news.news_article div.articleBody a.textlnk[href$="JPEG"]:before,
body#news.news_article div.articleBody a.textlnk[href$="gif"]:before,
body#news.news_article div.articleBody a.textlnk[href$="GIF"]:before,
body#news.news_article div.articleBody a.textlnk[href$="png"]:before,
body#news.news_article div.articleBody a.textlnk[href$="PNG"]:before,
html.svg body#faculty.faq dl#faq_list dd a.textlnk[href$="jpg"]:before,
html.svg body#faculty.faq dl#faq_list dd a.textlnk[href$="JPG"]:before,
html.svg body#faculty.faq dl#faq_list dd a.textlnk[href$="jpeg"]:before,
html.svg body#faculty.faq dl#faq_list dd a.textlnk[href$="JPEG"]:before,
html.svg body#faculty.faq dl#faq_list dd a.textlnk[href$="gif"]:before,
html.svg body#faculty.faq dl#faq_list dd a.textlnk[href$="GIF"]:before,
html.svg body#faculty.faq dl#faq_list dd a.textlnk[href$="png"]:before,
html.svg body#faculty.faq dl#faq_list dd a.textlnk[href$="PNG"]:before,
body#faculty.faq dl#faq_list dd a.textlnk[href$="jpg"]:before,
body#faculty.faq dl#faq_list dd a.textlnk[href$="JPG"]:before,
body#faculty.faq dl#faq_list dd a.textlnk[href$="jpeg"]:before,
body#faculty.faq dl#faq_list dd a.textlnk[href$="JPEG"]:before,
body#faculty.faq dl#faq_list dd a.textlnk[href$="gif"]:before,
body#faculty.faq dl#faq_list dd a.textlnk[href$="GIF"]:before,
body#faculty.faq dl#faq_list dd a.textlnk[href$="png"]:before,
body#faculty.faq dl#faq_list dd a.textlnk[href$="PNG"]:before {
  /* 画像へのテキストリンク */
  display: block;
  background-image: url(../img/parts/icon_link01.svg);
}
html.svg body#news.news_article div.articleBody a[href^="mailto:"]:before,
body#news.news_article div.articleBody a[href^="mailto:"]:before,
html.svg body#faculty.faq dl#faq_list dd a[href^="mailto:"]:before,
body#faculty.faq dl#faq_list dd a[href^="mailto:"]:before {
  /* メールアドレス */
  background-image: url(../img/parts/icon_link08.svg);
}
html.svg body#news.news_article div.articleBody a[href$="doc"]:before, html.svg body#news.news_article div.articleBody a[href$="DOC"]:before, html.svg body#news.news_article div.articleBody a[href$="docx"]:before, html.svg body#news.news_article div.articleBody a[href$="DOCX"]:before, html.svg body#news.news_article div.articleBody a[href$="xls"]:before, html.svg body#news.news_article div.articleBody a[href$="XLS"]:before, html.svg body#news.news_article div.articleBody a[href$="xlsx"]:before, html.svg body#news.news_article div.articleBody a[href$="XLSX"]:before,
body#news.news_article div.articleBody a[href$="doc"]:before,
body#news.news_article div.articleBody a[href$="DOC"]:before,
body#news.news_article div.articleBody a[href$="docx"]:before,
body#news.news_article div.articleBody a[href$="DOCX"]:before,
body#news.news_article div.articleBody a[href$="xls"]:before,
body#news.news_article div.articleBody a[href$="XLS"]:before,
body#news.news_article div.articleBody a[href$="xlsx"]:before,
body#news.news_article div.articleBody a[href$="XLSX"]:before,
html.svg body#faculty.faq dl#faq_list dd a[href$="doc"]:before,
html.svg body#faculty.faq dl#faq_list dd a[href$="DOC"]:before,
html.svg body#faculty.faq dl#faq_list dd a[href$="docx"]:before,
html.svg body#faculty.faq dl#faq_list dd a[href$="DOCX"]:before,
html.svg body#faculty.faq dl#faq_list dd a[href$="xls"]:before,
html.svg body#faculty.faq dl#faq_list dd a[href$="XLS"]:before,
html.svg body#faculty.faq dl#faq_list dd a[href$="xlsx"]:before,
html.svg body#faculty.faq dl#faq_list dd a[href$="XLSX"]:before,
body#faculty.faq dl#faq_list dd a[href$="doc"]:before,
body#faculty.faq dl#faq_list dd a[href$="DOC"]:before,
body#faculty.faq dl#faq_list dd a[href$="docx"]:before,
body#faculty.faq dl#faq_list dd a[href$="DOCX"]:before,
body#faculty.faq dl#faq_list dd a[href$="xls"]:before,
body#faculty.faq dl#faq_list dd a[href$="XLS"]:before,
body#faculty.faq dl#faq_list dd a[href$="xlsx"]:before,
body#faculty.faq dl#faq_list dd a[href$="XLSX"]:before {
  /* ファイル=ダウンロード */
  background-image: url(../img/parts/icon_link05.svg);
}
html.svg body#news.news_article div.articleBody a[href$="pdf"], html.svg body#news.news_article div.articleBody a[href$="PDF"],
body#news.news_article div.articleBody a[href$="pdf"],
body#news.news_article div.articleBody a[href$="PDF"],
html.svg body#faculty.faq dl#faq_list dd a[href$="pdf"],
html.svg body#faculty.faq dl#faq_list dd a[href$="PDF"],
body#faculty.faq dl#faq_list dd a[href$="pdf"],
body#faculty.faq dl#faq_list dd a[href$="PDF"] {
  margin-right: 17px;
}
html.svg body#news.news_article div.articleBody a[href$="pdf"]:after, html.svg body#news.news_article div.articleBody a[href$="PDF"]:after,
body#news.news_article div.articleBody a[href$="pdf"]:after,
body#news.news_article div.articleBody a[href$="PDF"]:after,
html.svg body#faculty.faq dl#faq_list dd a[href$="pdf"]:after,
html.svg body#faculty.faq dl#faq_list dd a[href$="PDF"]:after,
body#faculty.faq dl#faq_list dd a[href$="pdf"]:after,
body#faculty.faq dl#faq_list dd a[href$="PDF"]:after {
  content: "";
  position: absolute;
  right: inherit;
  width: 16px;
  height: 16px;
  margin: 2px;
  background: url(../img/parts/ico_pdf01.png) 0 0 no-repeat;
}

/*--------------------------
リンクアイコン設定　svg代替
--------------------------*/
@media only screen and (-webkit-max-device-pixel-ratio: 2), only screen and (max-resolution: 2dppx) {
  body#news.news_article div.articleBody a,
  body#faculty.faq dl#faq_list dd a {
    /* デフォルト=内部リンク */
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  body#news.news_article div.articleBody a:before,
  body#faculty.faq dl#faq_list dd a:before {
    background-image: url(../img/parts/icon_link01.png);
  }
  body#news.news_article div.articleBody a[href^="http://"]:before, body#news.news_article div.articleBody a[href^="https://"]:before,
  body#faculty.faq dl#faq_list dd a[href^="http://"]:before,
  body#faculty.faq dl#faq_list dd a[href^="https://"]:before {
    /* 絶対リンクなら */
    background-image: url(../img/parts/icon_link04.png);
  }
  body#news.news_article div.articleBody a[href^="http://www.kansai-u.ac.jp"]:before, body#news.news_article div.articleBody a[href^="https://www.kansai-u.ac.jp"]:before, body#news.news_article div.articleBody a[href*="kansai-u.ac.jp"]:before,
  body#faculty.faq dl#faq_list dd a[href^="http://www.kansai-u.ac.jp"]:before,
  body#faculty.faq dl#faq_list dd a[href^="https://www.kansai-u.ac.jp"]:before,
  body#faculty.faq dl#faq_list dd a[href*="kansai-u.ac.jp"]:before {
    /* 関大内へのリンクなら */
    background-image: url(../img/parts/icon_link03.png);
  }
  body#news.news_article div.articleBody a[href^="http://www.kansai-u.ac.jp/Fc_law/"]:before, body#news.news_article div.articleBody a[href^="https://www.kansai-u.ac.jp/Fc_law/"]:before,
  body#faculty.faq dl#faq_list dd a[href^="http://www.kansai-u.ac.jp/Fc_law/"]:before,
  body#faculty.faq dl#faq_list dd a[href^="https://www.kansai-u.ac.jp/Fc_law/"]:before {
    /* 法学部内リンクなら */
    background-image: url(../img/parts/icon_link01.png);
  }
  body#news.news_article div.articleBody a.textlnk[href$="jpg"]:before, body#news.news_article div.articleBody a.textlnk[href$="JPG"]:before, body#news.news_article div.articleBody a.textlnk[href$="jpeg"]:before, body#news.news_article div.articleBody a.textlnk[href$="JPEG"]:before, body#news.news_article div.articleBody a.textlnk[href$="gif"]:before, body#news.news_article div.articleBody a.textlnk[href$="GIF"]:before, body#news.news_article div.articleBody a.textlnk[href$="png"]:before, body#news.news_article div.articleBody a.textlnk[href$="PNG"]:before,
  body#faculty.faq dl#faq_list dd a.textlnk[href$="jpg"]:before,
  body#faculty.faq dl#faq_list dd a.textlnk[href$="JPG"]:before,
  body#faculty.faq dl#faq_list dd a.textlnk[href$="jpeg"]:before,
  body#faculty.faq dl#faq_list dd a.textlnk[href$="JPEG"]:before,
  body#faculty.faq dl#faq_list dd a.textlnk[href$="gif"]:before,
  body#faculty.faq dl#faq_list dd a.textlnk[href$="GIF"]:before,
  body#faculty.faq dl#faq_list dd a.textlnk[href$="png"]:before,
  body#faculty.faq dl#faq_list dd a.textlnk[href$="PNG"]:before {
    /* 画像へのテキストリンク */
    background-image: url(../img/parts/icon_link01.png);
  }
  body#news.news_article div.articleBody a[href^="mailto:"]:before,
  body#faculty.faq dl#faq_list dd a[href^="mailto:"]:before {
    /* メールアドレス */
    background-image: url(../img/parts/icon_link08.png);
  }
  body#news.news_article div.articleBody a[href$="doc"]:before, body#news.news_article div.articleBody a[href$="DOC"]:before, body#news.news_article div.articleBody a[href$="docx"]:before, body#news.news_article div.articleBody a[href$="DOCX"]:before, body#news.news_article div.articleBody a[href$="xls"]:before, body#news.news_article div.articleBody a[href$="XLS"]:before, body#news.news_article div.articleBody a[href$="xlsx"]:before, body#news.news_article div.articleBody a[href$="XLSX"]:before,
  body#faculty.faq dl#faq_list dd a[href$="doc"]:before,
  body#faculty.faq dl#faq_list dd a[href$="DOC"]:before,
  body#faculty.faq dl#faq_list dd a[href$="docx"]:before,
  body#faculty.faq dl#faq_list dd a[href$="DOCX"]:before,
  body#faculty.faq dl#faq_list dd a[href$="xls"]:before,
  body#faculty.faq dl#faq_list dd a[href$="XLS"]:before,
  body#faculty.faq dl#faq_list dd a[href$="xlsx"]:before,
  body#faculty.faq dl#faq_list dd a[href$="XLSX"]:before {
    /* ファイル=ダウンロード */
    background-image: url(../img/parts/icon_link05.png);
  }
}
/*--------------------------
リンクアイコン設定　スマホ
--------------------------*/
@media only screen and (max-width: 767px) {
  html.svg body#news.news_article div.articleBody a[href$="pdf"]:after, html.svg body#news.news_article div.articleBody a[href$="PDF"]:after,
  body#news.news_article div.articleBody a[href$="pdf"]:after,
  body#news.news_article div.articleBody a[href$="PDF"]:after,
  html.svg body#faculty.faq dl#faq_list dd a[href$="pdf"]:after,
  html.svg body#faculty.faq dl#faq_list dd a[href$="PDF"]:after,
  body#faculty.faq dl#faq_list dd a[href$="pdf"]:after,
  body#faculty.faq dl#faq_list dd a[href$="PDF"]:after {
    height: 15px;
    background: url(../img/parts/ico_pdf01_sp.png) 0 0 no-repeat;
    -moz-background-size: 16px 15px;
    -o-background-size: 16px 15px;
    -webkit-background-size: 16px 15px;
    background-size: 16px 15px;
  }
}
/*--------------------------
----------------------------
colorbox
----------------------------
--------------------------*/
#cboxOverlay {
  z-index: 99998 !important;
}

#colorbox {
  z-index: 99999 !important;
}
