@charset "utf-8";

/* bootstrapのcontainerサイズを1030pxに変更 */
@media ( min-width : 1200px) {
	.container {
		width: 1030px;
	}
}

/* 全体的な設定 */
body {
	font-size: 13px;
	font-family: 'qMmpS Pro W3', 'Hiragino Kaku Gothic Pro', 'CI', Meiryo;
	background: none repeat scroll 0 0 #FFFFFF;
	line-height: 1.8;
	color: #333;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

/* ヘッダーの左側部分（ロゴ画像） */
.logo_image {
	margin-top: 24px;
}

/* ヘッダーの右側部分 */
.col-xs-56 {
	width: 55.6%;
	position: relative;
 	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}

.col-xs-44 {
	width: 44.3%;
	position: relative;
 	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}

.h_nav_01>li>a>img:hover {
	opacity: 0.8;
}

.h_nav_02>li>a {
	background: url("../images/arrow_green.gif") no-repeat left center;
	padding-left: 7px;
	font-weight: bold;
}

.h_nav_02>.link_b {
	background: url("../images/link_blank.gif") no-repeat right center;
}

.h_nav_02>.link_b>a {
	padding-right: 10px;
}

.h_nav_03>li>a {
	background: url("../images/arrow_gray.gif") no-repeat left center;
	padding-left: 7px;
	color: #888;
}

/* 画像ナビ */
/* 5分割用の定義 */
@media ( min-width : 768px) {
	.five-cols .col-sm-1 {
		width: 20%;
	}
	.five-cols .col-sm-3 {
		width: 60%;
	}
	.five-cols .col-sm-push-3 {
		left: 60%;
	}
	.five-cols .col-sm-pull-1 {
		right: 20%;
	}
}

.top_gnavi {
	margin-top: 20px;
	margin-bottom: 25px;
}

.top_gnavi p {
	border: 1px solid #dadbdb;
	color: #94a6ac;
	line-height: 22px;
}

.top_gnavi img {
	margin-bottom: 12px;
	width: 100%;
}

.top_gnavi a img:hover {
	opacity: 0.8;
}

.top_gnavi .navi_outline, .top_gnavi .navi_electrical {
	padding-right: 3px;
}

.top_gnavi .navi_oragnization, .top_gnavi .navi_communications {
	padding-left: 3px;
}

.top_gnavi .navi_electronic {
	padding-left: 9px;
	padding-right: 9px;
}

.top_gnavi .notify {
	color: #000;
	border: solid 1px #a9a9a9;
	font-size: 16px;
}

.top_gnavi .notify a {
	text-decoration: underline;
	color: #0000ee;
}

.top_gnavi .notify a:visited {
	color: #551a8b;
}

.top_gnavi .notify p {
	color: #000;
	border: none;
	margin: 5px 0 0 0;
}

/* 左側メニュー */
/*.left_navi {
	padding: 0;
}
*/
.left_navi img {
	margin-bottom: 25px;
	width: 100%;
}

.left_navi img:hover {
	opacity: 0.8;
}

.aside .tit {
	border-bottom: 1px solid #dbdbdb;
	padding: 23px 20px 20px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
}

.arrow {
	background: url("../images/arrow_green.gif") no-repeat left center transparent;
	padding-left: 7px;
}

.tel {
	background: url("../images/ico_phone.gif") no-repeat left center transparent;
	margin: 5px 0;
	padding-left: 18px;
}

.emaliadd {
	background: url("../images/ico_mail.gif") no-repeat left center transparent;
	padding-left: 18px;
}

.attention {
	margin-left: 1em;
	padding: 0 20px 20px;
	text-indent: -1em;
}

.aside {
	background-color: #f3f3f3;
	border-top: 1px solid #626262;
	margin-bottom: 30px;
}

.aside dl {
	padding: 10px 20px 15px;
	border-bottom: 1px solid #d2d2d2;
}

.aside dl dt {
	font-weight: normal;
}

.aside .tit .smalltext {
	font-size: 11px;
	line-height: 1.5;
}

.aside .tit .t_blue {
	color: #00baff;
	font-size: 11px;
}

.aside .tit .txtsmall {
	font-size: 11px;
	font-weight: normal;
}

/* メインコンテンツ */
.contents {
	margin-bottom: 20px;
	font-size: 15px;
}

.contents>img {
	margin-bottom: 20px;
}

.news_nav {
	background-color: #e2e2e2;
	padding: 4px 0 4px 20px;
	margin: 0 0 20px 0;
}

.news_nav>li>a {
	background: url("../images/arrow_green.gif") no-repeat left center;
	padding-left: 6px;
}

.contents .datebg {
	background: url("../images/datebg2.png") no-repeat center center;
	background-size: contain;
	color: #fff;
	padding: 15px 0;
	line-height: 1;
}


@media(max-width: 768px) {
	.contents .datebg {
		background: url("../images/datebg4.png") no-repeat center center;
	}
}

.newsyear {
	font-size: 12px;
}

.newsdate {
	font-size: 20px;
	line-height: 1;
}

.news_contents {
	padding-left: 0;
	font-size: 15px;
	min-height: 120px;
}

.newstitle {
	padding-top: 20px;
	color: #00baff;
	font-weight: bold;
	font-size: 16px;
}

.latest .newstitle a {
	color: #00baff;
}

.news_box {
	background: url("../images/news_line02.gif") repeat-y 7.9% center;
}

.first_news_box {
	background: url("../images/news_line03.png") no-repeat 7.9% bottom;
}

.news_box.latest {
	background: url("../images/news_line01.gif") no-repeat 7.9% bottom;
}

.news_contents .more a {
	color: #5ba700;
	text-decoration: underline;
}

.news_contents p a {
	text-decoration: underline;
}

.news_contents a.underlined {
	text-decoration: underline;
}

.latest .datebg {
	padding-bottom: 35px;
}

.latest .news_contents {
	padding-bottom: 20px;
}

.contents .last-lecture-table {
	border-left: solid 1px #8a8a8a;
	text-align: center;
	display: flex;
}

.contents .last-lecture-table>div {
	display: flex;
	-webkit-align-items: center;
 	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	border-right: solid 1px #8a8a8a;
	border-bottom: solid 1px #8a8a8a;
	white-space: nowrap;
}

.contents .last-lecture-table:last-child {
	margin-bottom: 20px;
}

@media(max-width: 992px) {
	.contents .last-lecture-table {
		flex-wrap: wrap;
	}
}

.contents .last-lecture-table.header {
	border-top: solid 1px #8a8a8a;
	background-color: #ececec;
	font-weight: bold;
}

@media(max-width: 992px) {
	.contents .last-lecture-table>div:last-child {
		border-bottom-width: 3px;
	}
}

@media(min-width: 992px) {
	.contents .col-md-a0 {
		width: 10%;
	}
	.contents .col-md-offset-a0 {
		margin-left: 10%;
	}
	.contents .col-md-a1 {
		width: 90%;
	}
	.contents .col-md-b0 {
		width: 13%;
	}
	.contents .col-md-offset-b0 {
		margin-left: 13%;
	}
	.contents .col-md-b1 {
		width: 87%;
	}
	.contents .col-md-c0 {
		width: 20%;
	}
	.contents .col-md-offset-c0 {
		margin-left: 20%;
	}
	.contents .col-md-c1 {
		width: 80%;
	}
	.contents .col-md-d0 {
		width: 27.5%;
	}
	.contents .col-md-offset-d0 {
		margin-left: 27.5%;
	}
	.contents .col-md-d1 {
		width: 72.5%;
	}
	.contents .col-md-e0 {
		width: 30%;
	}
	.contents .col-md-offset-e0 {
		margin-left: 30%;
	}
	.contents .col-md-e1 {
		width: 70%;
	}
}

/* 検索部分 */
.search {
	display:flex;
	justify-content: space-between;
}

.search-box {
	margin-bottom: 10px	;
}

.table .vcenter {
	text-align: center;
	vertical-align:middle;
}

/* フッターサイトマップ */
.sitemap {
	background-color: #e8e8e8;
	padding-top: 15px;
	padding-bottom: 15px;
}

.sitemap .tit {
	border-bottom: solid 1px #8a8a8a;
	color: #00baff;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
}

.sitemap_column {
	padding: 0 5px;
}

.sitemap_inner01 {
	list-style-type: none;
	padding-left: 0;
    margin-bottom: 0;
}

.sitemap_electrical {
	padding-right: 0;
}

.sitemap_electronic {
	padding-left: 0;
	padding-right: 0;
}


.sitemap_communications {
	padding-right: 0;
}
.sitemap_inner01>li {
  background: url("../images/arrow_green.gif") no-repeat left 6px;
  padding-left: 9px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 5px;
}
.linkbox .sitemap_inner01>li {
  background: none;
  padding-left: 0;
  font-weight: normal;
}

.sitemap_inner01>li>a {
	/*padding-left: 6px;*/
  font-weight: bold;
  line-height: 1.5;
  font-size: 12px;
}


.sitemap_inner01_h {
	font-weight: bold;
	padding-left: 11px;
}

.sitemap_inner02 {
	list-style-type: none;
	padding-left: 11px;
}

.sitemap_inner02>li {
	background: url("../images/arrow_gray.gif") no-repeat left top 5px;
	line-height: 1;
	padding-left: 8px; 
	margin-bottom: 11px;
}

.sitemap_inner02>li>a {
	font-size: 11px;
	font-weight: normal;
}

.sitemap_inner02 .letters {
	letter-spacing: -0.1em;
}

.sitemap .linkbox {
	margin-top: 30px;
	padding-top: 10px;
	border-top: solid 1px #8a8a8a;
}

.sitemap_inner02>li>a.link_b::after {
  content: "";
  background: url(../images/link_blank.gif) no-repeat left 5px;
  width: 15px;
  height: 1em;
  display: inline-block;
  margin-left: 5px;
}
.sitemap02 {
	background-color: #cdcdcd;
	padding-top: 11px;
}

.sitemap02 ul li {
  font-size: 14px;
  background: url(../images/arrow_green.gif) no-repeat left 5px;
  padding-left: 9px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.sitemap02 .link_b::after {
  content: "";
  background: url(../images/link_blank.gif) no-repeat left bottom;
  width: 15px;
  height: 1em;
  display: inline-block;
  margin-left: 5px;
}

.footer {
	background-color: #737373;
	padding-top: 20px;
	padding-bottom: 60px;
}

.footer img {
	margin-bottom: 15px;
}

.footer p {
	color: #fff;
}

/* 7分割用の定義 */
@media ( min-width : 992px) {
	.seven-cols .col-md-2 {
		width: 24.2%;
	}
	.seven-cols .col-md-3 {
		width: 51.6%;
	}
}

/* 「研究分野」3分割用定義 */
@media ( min-width : 768px) {
	.navi_electrical.col-sm-4, .navi_electronic.col-sm-4 {
		width: 171px;
	}
	.navi_communications.col-sm-4 {
		width: 174px;
	}
}

/* ナビゲーションボタン（メインメニュー） */
.gnavi {
	margin: 20px 0 0 0;
}

.gnavi p {
	border: 1px solid #dadbdb;
	color: #94a6ac;
	line-height: 22px;
	margin-bottom: 4px;
}

.gnavi .btn {
	width: 100%;
	padding: 10px 0;
	border-radius: 0;
	border: solid 1px #c8c8c8;
	font-weight: bold;
	font-size: 16px;
	text-shadow: 1px 1px 1px #fafafa, 1px -1px 1px #fafafa;
	white-space: normal;
}

/*@media ( max-width : 991px) {*/
@media ( max-width : 768px) {
	.gnavi .btn {
		font-size: 13px;
		padding: 0;
		height: 60px;
		line-height: 60px;
	}
	.navi_outline, .navi_field {
		margin-bottom: 5px;
	}
	.gnavi p {
		font-size: 18px;
		height: 25px;
		line-height: 25px;
	}
}

.navi_outline, .navi_school, .navi_graduate, .navi_field, .navi_electrical,
	.navi_electronic, .navi_communications, .navi_organization, .navi_staff,
	.navi_others {
	padding: 0;
}

.navi_outline>.row, .navi_field>.row, .navi_organization>.row {
	margin: 0;
}

.gnavi .navi_school .btn {
	background: linear-gradient(to bottom, #f7f7f7 0, #ececec 40%, #e1e1e1 50%, #d7d7d7 92%,
		#e1b400 92%, #e1b400 100%);
	/*2025    letter-spacing: 5px;*/
}

.gnavi .navi_school .btn:hover {
	background: linear-gradient(to bottom, #e6e6e6 0, #f3f3f3 92%, #e1b400 92%, #e1b400 100%);
	color: #e1b400;
}

.gnavi .navi_graduate .btn {
	background: linear-gradient(to bottom, #f7f7f7 0, #ececec 40%, #e1e1e1 50%, #d7d7d7 92%,
		#ed701d 92%, #ed701d 100%);
}

.gnavi .navi_graduate .btn:hover {
	background: linear-gradient(to bottom, #e6e6e6 0, #f3f3f3 92%, #ed701d 92%, #ed701d 100%);
	color: #ed701d;
}

.gnavi .navi_electrical .btn {
	background: linear-gradient(to bottom, #f7f7f7 0, #ececec 40%, #e1e1e1 50%, #d7d7d7 92%,
		#be2626 92%, #be2626 100%);
}

.gnavi .navi_electrical .btn:hover {
	background: linear-gradient(to bottom, #e6e6e6 0, #f3f3f3 92%, #be2626 92%, #be2626 100%);
	color: #be2626;
}

.gnavi .navi_electronic .btn {
	background: linear-gradient(to bottom, #f7f7f7 0, #ececec 40%, #e1e1e1 50%, #d7d7d7 92%,
		#168703 92%, #168703 100%);
}

.gnavi .navi_electronic .btn:hover {
	background: linear-gradient(to bottom, #e6e6e6 0, #f3f3f3 92%, #168703 92%, #168703 100%);
	color: #168703;
}

.gnavi .navi_communications .btn {
	background: linear-gradient(to bottom, #f7f7f7 0, #ececec 40%, #e1e1e1 50%, #d7d7d7 92%,
		#0334b2 92%, #0334b2 100%);
	letter-spacing: -1px;
}

.gnavi .navi_communications .btn:hover {
	background: linear-gradient(to bottom, #e6e6e6 0, #f3f3f3 92%, #0334b2 92%, #0334b2 100%);
	color: #0334b2;
}

.gnavi .navi_staff .btn {
	background: linear-gradient(to bottom, #f7f7f7 0, #ececec 40%, #e1e1e1 50%, #d7d7d7 92%,
		#691ed1 92%, #691ed1 100%);
}

.gnavi .navi_staff .btn:hover {
	background: linear-gradient(to bottom, #e6e6e6 0, #f3f3f3 92%, #691ed1 92%, #691ed1 100%);
	color: #691ed1;
}

.gnavi .navi_others .btn {
	background: linear-gradient(to bottom, #f7f7f7 0, #ececec 40%, #e1e1e1 50%, #d7d7d7 92%,
		#d108ac 92%, #d108ac 100%);
}

.gnavi .navi_others .btn:hover {
	background: linear-gradient(to bottom, #e6e6e6 0, #f3f3f3 92%, #d108ac 92%, #d108ac 100%);
	color: #d108ac;
}

.rightsidemenu {
	background-color: #e8e8e8;
	padding: 0 0 0 5px;
	border-radius: 3px;
	font-size: 14px;
}

.rightsidemenu .rmenu > li.marked:before {
	content: "- ";
}

.rightsidemenu .rsubmenu {
	list-style-type: disc;
	padding-left: 2em;
	color: #000;
}

.rightsidemenu a {
	color: #00e;
	text-decoration: underline;
}

.rightsidemenu a:visited {
	color: #551a8b;
}

.rightsidemenu ul li {
	line-height: 1.5em;
}

.myform > .form-group > label {
	padding-top: 0;
}

.mycalendar > thead > tr > th {
	width: 14.2%;
}

.mycalendar > tbody > tr > td > a {
	text-decoration: underline;
	font-size: 15px;
}

.mycalendar > tbody > tr > td > a:hover {
	background-color: #eaeaea;
}

.mycalendar > thead > tr > th.sunday, .mycalendar > tbody > tr > td.sunday {
	background-color: #ffa19a;
}

.mycalendar > thead > tr > th.saturday, .mycalendar > tbody > tr > td.saturday {
	background-color: #ccf5ff;
}

.week-row {
	height: 100px;
}

.today > .calendar-day {
	border: solid 2px #f00;
	border-radius: 50%;
}

.calendar-day {
	color: #000;
	text-decoration: underline;
}

.daily-table .table {
	font-size: 14px;
}

.daily-table .odd-hour {
	background-color: #f2f2f2;
}

.daily-table tbody .data-exist {
	background-color: #20b2aa;
	width: 33px;
}

.daily-table tbody .data-exist a {
	display: block;
	width: 100%;
	height: 100%;
}

.daily-table tbody .data-exist a:hover {
	text-decoration: none;
	color: #f00;
}

.category-table a {
	color: #00e;
}

.category-table a:visited {
	color: #551a8b;
}

.horizontal-line {
	border: solid 1.5px #919191;
}

.static-page-contents a {
	color: #00e;
}

.static-page-contents a:visited {
	color: #551a8b;
}

.staff-only-menu a {
	color: #00e;
}

.staff-only-menu a:visited {
	color: #551a8b;
}

.gakumu-detail-table a {
	color: #00e;
}

.gakumu-detail-table a:visited {
	color: #551a8b;
}

.offer-table a {
	color: #00e;
}

.offer-table a:visited {
	color: #551a8b;
}

.required {
	color: #e43612;
}

.borderless > tbody > tr > td {
	border: none;
}

input:focus::placeholder {
	color: transparent;
}

/* 機構アカウント・学内専用メニューの背景色・サイズを変更 */
.mark_change {
	color: white;
	background-color: #6c757d;
	border-radius: 7px;
	padding: 7px;
	margin-top: 10px;
}

/*追記*/
/* footer */
.footer dl.address {
  color: #fff;  
}
.footer dl.address dt {
  margin-bottom: 5px;
}
/*ToDo以下これでいいか確認*/
@media screen and (min-width: 751px) {
  .field_panel .row {
    margin-left: 0;
    margin-right: 0;
  }
  }
  
  @media screen and (max-width: 751px) {
  .field_panel .row {
    margin-left: 0;
    margin-right: 0;
  }
}

/*追記2025 Recent event デザイン変更*/
@media screen and (max-width: 768px) {  
  .top_gnavi .notify {
      text-align: left;
      font-size: 14px;
    }   
  .news_box {
      background: none;
      margin: 0 0 20px 0;
  }
  .newsdate {
      font-size: 18px;
  }
  .newsyear {
      font-size: 14px;
  }
  .contents .datebg {
      background-image: none;
      background-color: #00baff;
      padding: 3px;
      position: relative;
  }
  .contents .datebg::after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 15px 7.5px 0 7.5px;
      border-color: #00baff transparent transparent transparent;
      position: absolute;
      left: 50%;
      bottom: -9px;
      z-index: -1;
      margin-left: -15px;
  
  }
  .newsyear + br {
      display: none;
  }
  .newstitle {
      padding-top: 10px;
      margin-top: 5px;
  }
  .news_contents p {
      line-height: 1.6;
  }
  .news_box.latest {
      background: none;
  }
  .news_contents {
      padding-left: 15px;
      padding-right: 15px;
  }
  
  .news_nav {
      font-size: 15px;
      padding-top: 10px;
      padding: 10px 10px 0 10px;
  }
  .news_nav li {
      margin-bottom: 10px;
      margin-right: 10px;
  }
  .news_nav>li>a {
      padding-left: 10px;
      background-size: auto 10px;
  }
}
.news_contents a {
  text-decoration: underline;
  color: #5ba700;
}
.news_contents dl {
  margin-bottom: 15px;
}
.news_contents dl dt {
  margin-bottom: 5px;

}
.news_contents dl dd  {
  margin-bottom: 15px;
}
.news_contents dl dd ul {
  padding-left: 2em;
}
.news_contents dl dd li {
  margin-bottom: 2px;
}
.news_contents img {
  margin-bottom: 20px;
}
/* photo caption link */
.photo_cap_lnk p {
  margin-bottom: 0;
}
.photo_cap_lnk ul {
  list-style: none;
  padding: 0;
}
.photo_cap_lnk ul li {
  line-height: 1.6;
  margin-bottom: 10px;
}
@media screen and (min-width: 751px) {
  .photo_cap_lnk ul li {
    margin-bottom: 5px;
  }
}

  
