@charset "UTF-8";
/* CSS Document */


/*創造社会デザイン研究領域*/
body.csd #utilityNav {
	color: #ffffff;
	border-bottom: 30px solid #e6247e;
}

body.csd  #utilityNav2 {
	color: #333333;
	border-bottom: 2px solid #e6247e;
}

/*トランスフォーマティブ知識経営研究領域*/
body.tkm #utilityNav {
	color: #ffffff;
	border-bottom: 30px solid #1f70b9;
}

body.tkm  #utilityNav2 {
	color: #333333;
	border-bottom: 2px solid #1f70b9;
}

/*共創インテリジェンス研究領域*/
body.cci #utilityNav {
	color: #ffffff;
	border-bottom: 30px solid #56479a;
}

body.cci  #utilityNav2 {
	color: #333333;
	border-bottom: 2px solid #56479a;
}

/*コンピューティング科学研究領域*/
body.cs #utilityNav {
	color: #ffffff;
	border-bottom: 30px solid #234da0;
}

body.cs  #utilityNav2 {
	color: #333333;
	border-bottom: 2px solid #234da0;
}

/*次世代デジタル社会基盤研究領域*/
body.ngdi #utilityNav {
	color: #ffffff;
	border-bottom: 30px solid #c9151e;
}

body.ngdi  #utilityNav2 {
	color: #333333;
	border-bottom: 2px solid #c9151e;
}

/*人間情報学研究領域*/
body.his #utilityNav {
	color: #ffffff;
	border-bottom: 30px solid #36adbc;
}

body.his  #utilityNav2 {
	color: #333333;
	border-bottom: 2px solid #36adbc;
}

/*サスティナブルイノベーション研究領域*/
body.si #utilityNav {
	color: #ffffff;
	border-bottom: 30px solid #2aa039;
}

body.si  #utilityNav2 {
	color: #333333;
	border-bottom: 2px solid #2aa039;
}

/*物質化学フロンティア研究領域*/
body.mcf #utilityNav {
	color: #ffffff;
	border-bottom: 30px solid #4db442;
}

body.mcf  #utilityNav2 {
	color: #333333;
	border-bottom: 2px solid #4db442;
}

/*ナノマテリアル・デバイス研究領域*/
body.nd #utilityNav {
	color: #ffffff;
	border-bottom: 30px solid #1e9edb;
}

body.nd  #utilityNav2 {
	color: #333333;
	border-bottom: 2px solid #1e9edb;
}

/*バイオ機能医工学研究領域*/
body.bbbe #utilityNav {
	color: #ffffff;
	border-bottom: 30px solid #ec6615;
}

body.bbbe  #utilityNav2 {
	color: #333333;
	border-bottom: 2px solid #ec6615;
}

/*融合科学共同専攻*/
body.ts #utilityNav {
	color: #ffffff;
	border-bottom: 30px solid #698bb4;
}

body.ts  #utilityNav2 {
	color: #333333;
	border-bottom: 2px solid #698bb4;
}

/*レスポンシブ対応*/
@media only screen and (max-width:767px){
	#page{
		width: 100%;
	}

	#contents, #contentsNoSub{
		width: 100%;
	}

	#contentsNoSub #main{
		width: 100%;
	}

	.imgR{
		/*float: none;*/
		width: 35%;
		height: 35%;
	}

	img{
		max-width: 100%;
	}

	#header #utilityNav{
		/* max-width: 70%; */
		max-width: 100%
	}

	h1{
		font-size: 18px!important;
	}

	.labname{
		font-size: 16px;
	}
}


/* @media only screen and (max-width:767px){
	#header #utilityNav{
		  max-width: 100% !important;
	  }
} */

.header_page_back_icon{
	display:inline-block;
	font-size:14px;height:20px;
	width:20px; border-radius:50%;
	background-color:white;
	line-height:22px;
	text-align:center;
	margin-right:15px;
}
/*創造社会デザイン研究領域*/
body.csd #utilityNav .header_page_back_icon{
	color: #e6247e;
}

/*トランスフォーマティブ知識経営研究領域*/
body.tkm #utilityNav .header_page_back_icon{
	color: #1f70b9;
}

/*共創インテリジェンス研究領域*/
body.cci #utilityNav .header_page_back_icon{
	color: #56479a;
}

/*コンピューティング科学研究領域*/
body.cs #utilityNav .header_page_back_icon{
	color: #234da0;
}

/*次世代デジタル社会基盤研究領域*/
body.ngdi #utilityNav .header_page_back_icon{
	color: #c9151e;
}

/*人間情報学研究領域*/
body.his #utilityNav .header_page_back_icon{
	color: #36adbc;
}

/*サスティナブルイノベーション研究領域*/
body.si #utilityNav .header_page_back_icon{
	color: #2aa039;
}

/*物質化学フロンティア研究領域*/
body.mcf #utilityNav .header_page_back_icon{
	color: #4db442;
}

/*ナノマテリアル・デバイス研究領域*/
body.nd #utilityNav .header_page_back_icon{
	color: #1e9edb;
}

/*バイオ機能医工学研究領域*/
body.bbbe #utilityNav .header_page_back_icon{
	color: #ec6615;
}

/*融合科学共同専攻*/
body.ts #utilityNav .header_page_back_icon{
	color: #698bb4;
}