@charset "UTF-8";

/*sub navi 2020*/
div#app_nav {
  width:980px;
  height: auto;
  margin: 0 auto;
}

div#nav_inner {
  width:100% ;
  height: 47px;
  margin-left: 168px;
    margin-top: 0px;

}
div#nav_inner ul li {
 width:151px;
 height: 45px;
 float: left;
 margin: 0px 5px 0 5px;
}


div#nav_inner2 {
  width:100% ;
  height: 47px;
  margin-left: 252px;
    margin-top: 0px;

}
div#nav_inner2 ul li {
 width:151px;
 height: 45px;
 float: left;
 margin: 0px 5px 0 5px;
}

div#nav_inner4 {
  width:100% ;
  height: 47px;
  margin-left: 80px;
    margin-top: 0px;

}
div#nav_inner4 ul li {
 width:151px;
 height: 45px;
 float: left;
 margin: 0px 5px 0 5px;
}
/* 研究科長挨拶文 */


div#nav_inner3 {
  width:100% ;
  height: 47px;
  margin-left: 10px;
    margin-top: 0px;
	}

div#nav_inner3 ul li {
 width:151px;
 height: 45px;
 float: left;
 margin: 0px 5px 0 5px;
}

/* gsm概要 */

  div#low01 {
    width:980px;
    height: 45px;
    margin: 0 auto;
  }



  div#low_inner {
    width:980px;
    height: 47px;
    margin: 0 10px;
  }

  div#low_inner ul li {
    width:151px;
    height: 45px;
    float: left;
    margin: 25px 5px 0 5px;
  }


.cp_button10 {
	display: inline-block;
	width: 151px;
  height: 45px;
	padding: 5px;
  font-size: 15px;
	line-height: 1.2;
	cursor: pointer;
	user-select: none;
	color: #191970;
	border: 1px solid gray;
	border-radius: 0.25rem;
	background: #FFF;
}

.cp_button10:after {
	display: block;
	content: '';
	transition: all 1s;
	opacity: 0;
	border-radius: 50%;
	background: #59b9c6;
}
.cp_button10:hover {
	color: #ffffff;
	border-color: #FFF;
	background-color: #59b9c6;
}
.cp_button10:active:after {
	margin-top: 0;
	margin-left: 0;
	transition: 0s;
	opacity: 1;
}
.cp_button10:focus {
	color: #ffffff;
	border: 1px solid #FFB300;
}

.cp_button11 {
	display: inline-block;
	width: 151px;
  height: 45px;
	padding: 5px;
  font-size: 15px;
	line-height: 1.2;
	user-select: none;
	color: #ffffff;
	border: 1px solid gray;
	border-radius: 0.25rem;
	background: #59b9c6;
}/*sub navi 2020*/


/*ナビボタン*/

#button4 {
	height: 32px;
	width: 106px;
	overflow: hidden;
	display: block;
	text-align: center;
	line-height: 38px;
	/*Rounded Corners*/
 /*-webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
*/

 /*Gradient*/
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	/* Shadow*/
	/*-webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);*/
	/*Transition*/
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
	background-color: #FFFFFF;
	margin: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999999;
	border-bottom-color: #999;
	border-left-color: #999999;
}
#button4:hover {
	background-color: #E0E2DF;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	/* Shadow*/
	/*-webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);*/
	/*Transition*/
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
/* CSS Document */

.buttonText {
	color: #777;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 2;
}

a {
	color: #00F;
	text-decoration: none;
}


#button2 {
	height: 32px;
	width: 105px;
	overflow: hidden;
	display: block;
	text-align: center;
	line-height: 38px;
	/*Rounded Corners*/
 /*-webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
*/

 /*Gradient*/
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	/* Shadow*/
	/*-webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);*/
	/*Transition*/
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
	background-color: #FFFFFF;
	margin: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999999;
	border-bottom-color: #999;
	border-left-color: #999999;
}
#button2:hover {
	background-color: #E0E2DF;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	/* Shadow*/
	/*-webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);*/
	/*Transition*/
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
#button3 {
	height: 32px;
	width: 105px;
	overflow: hidden;
	display: block;
	text-align: center;
	line-height: 38px;
	/*Rounded Corners*/
 /*-webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
*/

 /*Gradient*/
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	/* Shadow*/
	/*-webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);*/
	/*Transition*/
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
	background-color: #FFFFFF;
	margin: 0;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999999;
	border-bottom-color: #999;
	border-left-color: #999999;
}
#button3:hover {
	background-color: #E0E2DF;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	/* Shadow*/
	/*-webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);*/
	/*Transition*/
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}


/*▼toppageのみ*/
/*水色ナビ*/
div#low_top {
  width:1020px;
  height: 102px;
  margin: 0 auto 20px auto;
}

div#top_inner {
  width:1020px;
  height: 54px;
  margin: 0 auto;
}

div#top_inner ul li {
  width:340x;
  height: 50px;
  float: left;
}
/*水色ナビボタン*/
.cp_button30 {
	display: inline-block;
	width: 340px;
  height: 50px;
	padding: 7px;
  font-size: 15px;
	line-height: 1.2;
	cursor: pointer;
	user-select: none;
	color: #ffffff;
	border: 1px solid #FFF;
	border-radius: 0.25rem;
	background: #2a83a2;
}

.cp_button30:after {
	display: block;
	content: '';
	transition: all 1s;
	opacity: 0;
	border-radius: 50%;
	background: #59b9c6;
}
.cp_button30:hover {
	color: #ffffff;
	border-color: #FFF;
	background-color: #59b9c6;
}
.cp_button30:active:after {
	margin-top: 0;
	margin-left: 0;
	transition: 0s;
	opacity: 1;
}
.cp_button30:focus {
	color: #ffffff;
	border: 1px solid #FFB300;
}



/*▲toppageのみ*/
