@charset "utf-8";


/*=============================================
	Browser Default Initialization
=============================================*/

html {
	overflow-y: scroll;
}

body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td,
section, nav, article, aside, hgroup, header, address,
figure, figcaption {
	margin: 0;
	padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th {
	text-align: left;
}

q:before ,q:after {
	content: '';
}

object, embed {
	vertical-align: top;
}

hr, legend {
	display: none;
}

input, select {
	vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}

img, abbr, acronym, fieldset {
	border: 0;
}

img {
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}


ul li {
	list-style-type: none;
}
/*---------------------------------------------
	Anchor
---------------------------------------------*/
a {outline: none;}
a {color: #3B3B3B;text-decoration: none;}
a:hover {text-decoration: none;}
/*a img {-webkit-transition: 0.2s ease-in-out; -moz-transition: 0.2s ease-in-out; transition: 0.2s ease-in-out;}*/


/*---------------------------------------------
	body
---------------------------------------------*/

body {
	color: #3B3B3B;
	background: url(../images/inx_bg.jpg) no-repeat top center;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS P Gothic',sans-serif;
	font-size: 14px;
	line-height: 1.6;
	-webkit-text-size-adjust : 100% ;
}
#wrap {background:url(../images/bg_content.png) repeat-y top center;}
#container{margin: 0 auto;width:1020px; overflow:hidden;}

/*---------------------------------------------
	header
---------------------------------------------*/

header {
	position: relative;
	z-index: 50;
	margin: 0 auto;
	width:1020px;
	height:125px;
	background:#fff;
	opacity: 0.8;
}

header .logo {
	overflow: hidden;
	position: absolute;
	top: 18px;
	left: 32px;
	z-index: 1000;
	width: 423px;
	height: 95px;
}
header .logo a {
	display: block;
	overflow: hidden;
	width: 423px;
	height: 95px;
	background: url(../images/site_name.png) no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
}
header .jaist {
	float:right;
	margin:75px 27px 0 0;
	}
/*#nav{
	margin:0 0 0;
	background:#000;
	opacity: 0.8;
	overflow:hidden;
	height: 110px;
	position:absolute;
	top:125px;
	width:100%;
}*/
#nav{
	margin:0 0 0;
	background: url(../images/bg_nav.png) no-repeat  center top;
	overflow:hidden;
	height: 110px;
	position:absolute;
	top:125px;
	width:100%;
}
.global-navi {
	z-index: 1000;
	width:1020px;
	margin:0 auto;
}

/*----- header-navi -----*/
.header-navi {
	display: none;
}

/*----- dropmenu -----*/
#dropmenu {
  list-style-type: none;
  width: 1020px;
  margin: 125px auto 0;
  padding: 0;
  position:absolute;
  top:0;
  z-index: 10;
}
#dropmenu li.navi-category {
  position: relative;
  float: left;
  width: 170px;
  margin: 0 0 0;
  padding: 0;
}
#dropmenu li img{max-width:100%;vertical-align:top;height:auto;}


#dropmenu li.navi-category a{
	display: block;
	overflow: hidden;
	height: 110px;
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: 100%;
	white-space: nowrap;
}
/*menu*/
#dropmenu li.navi-category.home a {background-image: url(../images/nav01.png);}
#dropmenu li.navi-category.aim a {background-image: url(../images/nav02.png) ;}
#dropmenu li.navi-category.curriculum a {background-image: url(../images/nav03.png);}
#dropmenu li.navi-category.activity a {background-image: url(../images/nav04.png);}
#dropmenu li.navi-category.learning a {background-image: url(../images/nav05.png);}
#dropmenu li.navi-category.voices a {background-image: url(../images/nav06.png);}
/*menu hover*/
#dropmenu li.navi-category.home a:hover {background-image: url(../images/nav01_on.png);}
#dropmenu li.navi-category.aim a:hover {background-image: url(../images/nav02_on.png);}
#dropmenu li.navi-category.curriculum a:hover {background-image: url(../images/nav03.png);}
#dropmenu li.navi-category.activity a:hover {background-image: url(../images/nav04.png);}
#dropmenu li.navi-category.learning a:hover {background-image: url(../images/nav05_on.png);}
#dropmenu li.navi-category.voices a:hover {background-image: url(../images/nav06_on.png);}
/*menu drop*/
#dropmenu li.navi-category.activity li.activity01 a {background-image: url(../images/sub_activity01.png); height:80px;}
#dropmenu li.navi-category.activity li.activity02 a {background-image: url(../images/sub_activity02.png); height:80px;}
#dropmenu li.navi-category.curriculum li.curriculum01 a {background-image: url(../images/sub_curriculum01.png); height:80px;}
#dropmenu li.navi-category.curriculum li.curriculum02 a {background-image: url(../images/sub_curriculum02.png); height:80px;}
#dropmenu li.navi-category.curriculum li.curriculum03 a {background-image: url(../images/sub_curriculum03.png); height:80px;}
#dropmenu li.navi-category.curriculum li.curriculum04 a {background-image: url(../images/sub_curriculum04.png); height:80px;}
/*menu drop hover*/
#dropmenu li.navi-category.activity li.activity01 a:hover {background-image: url(../images/sub_activity01_on.png);}
#dropmenu li.navi-category.activity li.activity02 a:hover {background-image: url(../images/sub_activity02_on.png);}
#dropmenu li.navi-category.curriculum li.curriculum01 a:hover {background-image: url(../images/sub_curriculum01_on.png); height:80px;}
#dropmenu li.navi-category.curriculum li.curriculum02 a:hover {background-image: url(../images/sub_curriculum02_on.png); height:80px;}
#dropmenu li.navi-category.curriculum li.curriculum03 a:hover {background-image: url(../images/sub_curriculum03_on.png); height:80px;}
#dropmenu li.navi-category.curriculum li.curriculum04 a:hover {background-image: url(../images/sub_curriculum04_on.png); height:80px;}

#dropmenu li.navi-category ul {
  list-style: none;
  position: absolute;
  z-index: 20;
  top: 100%;
  left: 0;
  width: 306px;
  margin: 0;
  padding: 0;
}
#dropmenu li.navi-category ul li {
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  transition: .2s;
}
#dropmenu li.navi-category ul li a {
  padding: 0 0;
  text-align: left;
  font-size: 16px;
  font-weight: normal;
  border-bottom: solid 1px #333333;
}
#dropmenu li.navi-category ul li:first-child a {
  border-top: solid 1px #333333;
}

#dropmenu > li.navi-category > a.current {}
#dropmenu > li.navi-category:hover > a {}
#dropmenu > li.navi-category:hover li:hover > a {}
#dropmenu > li.navi-category:hover > ul > li {
  overflow: visible;
  height: auto;
}
#dropmenu li.navi-category ul li ul {
  top: 0;
  left: 100%;
  width: 140%;
}
#dropmenu li.navi-category:last-child ul li ul {
  left: -100%;
  width: 100%;
}
#dropmenu li ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: -20px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #fff;
}
#dropmenu li ul li:hover > ul > li {
  overflow: visible;
  height: auto;
}


/*---------------------------------------------
	footer
---------------------------------------------*/

footer {
	clear: both;
	background: #000;
}
footer .inner{width:1020px; margin:0 auto; overflow: hidden;}
footer .inner ul {
	padding:32px;
	height: 16px;
}
footer .inner ul li.navi-category {
	display: block;
	float: left;
	padding:0 20px;
	background: url(../images/bg_footnav.png) no-repeat center right;
}
footer .inner ul li.navi-category:last-child {background: none;}
footer .inner ul li.navi-category a {
	display: block;
	overflow: hidden;
	height: 16px;
	background-repeat: no-repeat;
	background-position: top right;
	text-indent: 100%;
	white-space: nowrap;
}

footer .inner ul li:first-child {
	padding: 0 20px 0 0;
}
footer .inner ul li:last-child {
	padding: 0 20px 0 20px;
}
footer .inner ul li.navi-category.home a{
	background:url(../images/foot_nav01.png) no-repeat 0 0;
	width:47px;
}
footer .inner ul li.navi-category.aim a {
	background:url(../images/foot_nav02.png) no-repeat 0 0;
	width:	118px;
}
footer .inner ul li.navi-category.curriculum a {
	background:url(../images/foot_nav03.png) no-repeat 0 0;
	width:	88px;
}
footer .inner ul li.navi-category.activity a{
	background:url(../images/foot_nav04.png) no-repeat 0 0;
	width:	101px;
}
footer .inner ul li.navi-category.learning a{
	background:url(../images/foot_nav05.png) no-repeat 0 0;
	width:	60px;
}
footer .inner ul li.navi-category.voices a {
	background:url(../images/foot_nav06.png) no-repeat 0 0;
	width:	135px;
}

.copyright {
	background:#282828;
	padding: 20px 0;
	}
.copyright .inner_txt {
	margin:0 auto;
	padding: 0;
	width: 960px;
	}
.copyright .inner {
	margin:0 auto;
	padding: 1em 0 0;
	width: 960px;
	}
#scrolltop {position: fixed;bottom: 20px;right: 10px; z-index:51;}



/*---------------------------------------------
	clearfix	
---------------------------------------------*/

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	zoom: 1;
}


@media only screen and (min-width: 768px) and (max-width: 1023px) {
body {
	background-size: 1700px;
}
#container,
header,
#nav .global-navi,
footer .inner {width: 100%;}
header {height:120px;}

header .logo {left: 20px;}
header .logo a {background-size:85%;}
header .jaist img{max-width:80%;vertical-align:top;height:auto;}
header .jaist {margin:75px 20px 0 0;text-align:right;}
footer .inner ul li.navi-category {padding:0 10px;}
#dropmenu {width:100%; margin: 120px auto 0;}

#dropmenu li img{max-width:80%;vertical-align:top;height:auto;}
#dropmenu li.navi-category {width: 16.66667%;}
#dropmenu li.navi-category a{height: 110px;}
#dropmenu li.navi-category ul {
  list-style: none;
  position: absolute;
  z-index: 20;
  top: 100%;
  left: 0;
  width: 250px;
  margin: -28px 0 0;
  padding: 0;
}

#dropmenu li.navi-category.home a,
#dropmenu li.navi-category.aim a,
#dropmenu li.navi-category.curriculum a,
#dropmenu li.navi-category.activity a,
#dropmenu li.navi-category.learning a,#dropmenu li.navi-category.voices a
 {background-size:100%;}

#dropmenu li.navi-category.activity li.activity01 a,#dropmenu li.navi-category.activity li.activity02 a {background-size:100%; height:60px;}

#nav {top:100px;}
.copyright .inner {
	margin:0 0 0 10px;
	padding: 1em 30px;
	width: 500px;
	}
.copyright .inner_txt {
	margin:0 0 0 10px;
	padding: 0 30px;
	width: 500px;
	}
}

@media only screen and (min-width: 568px) and (max-width: 767px) {
body {
	background-size: 1050px !important;
}
#wrap {
	background:none;
}
#container,
header,
#nav .global-navi,
footer .inner {width: 100%;}

header {height:110px;}

header .logo {left: 15px;top: 15px;}
header .logo a {background-size:75%;}
header .jaist img{max-width:60%;vertical-align:top;height:auto;}
header .jaist {max-width:75px 15px 0 0;text-align:right;}

footer .inner{width:100%}

footer .inner ul {
	padding:20px 0;
	height: auto;
	overflow:hidden;
}
footer .inner ul li.navi-category {
	display: block;
	float: none;
	padding:20px 20px;
	background: none;
}

footer .inner ul li.navi-category.evaluation {
	background:url(../images/foot_nav06.png) no-repeat 20px 10px;
}

.copyright .inner {
	margin:0 0 0 20px;
	padding: 1em 30px;
	width: 80%;
}

.copyright .inner_txt {
	margin:0 0 0 20px;
	padding: 0 30px;
	width: 80%;
}
footer .inner {width: 90%;}

}
@media only screen and (min-width: 480px) and (max-width: 567px) {
body {background-size: 1050px !important;}
#wrap {background:none;}
#container,
header,
#nav .global-navi,
footer .inner {width: 100%;}
header {height:110px;}
header .logo {left: 15px;top: 15px;}
header .logo a {background-size:75%;}
header .jaist img{max-width:60%;vertical-align:top;height:auto;}
header .jaist {max-width:75px 15px 0 0;text-align:right;}

footer .inner{width:100%}

footer .inner ul {
	padding:20px 0;
	height: auto;
	overflow:hidden;
}
footer .inner ul li.navi-category {
	display: block;
	float: none;
	padding:20px 20px;
	background: none;
}

footer .inner ul li.navi-category.evaluation {
	background:url(../images/foot_nav06.png) no-repeat 20px 10px;
}

.copyright .inner {
	margin:0 0 0 5px;
	padding: 1em 30px;
	width: 80%;
}

.copyright .inner_txt {
	margin:0 0 0 5px;
	padding: 0 30px;
	width: 80%;
}
.copyright .inner img,.copyright .inner_txt img{max-width:100%;vertical-align:top;height:auto;}
footer .inner {width: 90%;}

}
@media only screen and (min-width: 321px) and (max-width: 479px) {
body {
	background-size: 800px !important;
}
#wrap {
	background:none;
}
#container,
header,
#nav .global-navi,
footer .inner {width: 100%;}

header {height:110px;}

header .logo {left: 15px;top: 15px; width:75%;}
header .logo a {background-size:70%;}
header .jaist img{max-width:55%;vertical-align:top;height:auto; width:75%;}
header .jaist {max-width:75px 0 0 0;text-align:right;}

footer .inner{width:100%}

footer .inner ul {
	padding:20px 0;
	height: auto;
	overflow:hidden;
}
footer .inner ul li.navi-category {
	display: block;
	float: none;
	padding:20px 20px;
	background: none;
}

footer .inner ul li.navi-category.evaluation {
	background:url(../images/foot_nav06.png) no-repeat 20px 10px;
}

footer .inner {width: 90%;}
.copyright .inner {
	margin:0 0 0 5px;
	padding: 1em 30px;
	width: 80%;
}

.copyright .inner_txt {
	margin:0 0 0 5px;
	padding: 0 30px;
	width: 80%;
}
.copyright .inner img,.copyright .inner_txt img{max-width:100%;vertical-align:top;height:auto;}

}

@media only screen and (min-width: 320px) and (max-width: 767px) {
#nav .global-navi,#dropmenu,#nav { display:none}

#header .header-navi{
		display: block;
}
#header .header-navi .toggle {
		display: block;
		width: 100%;
		height: 50px;
		text-align: right;
		position:absolute;
		top:5px;
		right:5px;
		z-index:1;
}
#header .header-navi .toggle a {
		display: block;
		overflow: hidden;
		float: right;
		width: 50px;
		height: 50px;
		background: url(../images/smp-navi.png) no-repeat;
		background-size: cover;
		text-indent: 120%;
		white-space: nowrap;
}
#header .header-navi .menu {
		display: none;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		position:absolute;
		top:110px;
background: #070707 ;
}
#header .header-navi .menu li {
		display: block;
		width: 100%;
		margin: 0;
		font-size:16px;
		padding: 0;
	}
#header .header-navi .menu li a {
		display: block;
		padding: 12px 20px 10px;
		border-bottom: 1px #fff solid;
		background: #070707 url(../images/smp-navi-bg.png) no-repeat right center;
		color: #ccc;
		text-decoration: none;
	}
#header .header-navi .menu li.navi-other a {
		background-color: #666;
	}
#header .header-navi .menu li a:hover {
		background-color: #565656;
	}
#header .header-navi .menu li ul{
		padding: 0 0 0 0;
	}
#header .header-navi .menu li ul li a{
		display: block;
		padding: 12px 20px 10px 50px;
		background: #070707 url(../images/smp-navi-bg.png) no-repeat 15px center;
		color: #ccc;
		text-decoration: none;
		border-bottom: 1px #fff solid;
	}
}
	
@media only screen and (width: 320px){
#nav .global-navi {display:none}
body {background-size: 650px !important;}
#container,
header,
#nav .global-navi,
footer .inner {width: 100%;}
header {height:80px;}

header .logo {left: 10px;top: 10px;width:80%;}
header .logo a {background-size:55%;}
header .jaist img{max-width:50%;vertical-align:top;height:auto; width:50%;}
header .jaist {margin:62px 10px 0 0;text-align:right;}

footer .inner{width:100%;}

footer .inner ul {
	padding:20px 0;
	height: auto;
	overflow:hidden;
}

footer .inner ul li.navi-category {
	padding:10px 20px;
	float:none;
	background: none;
}

footer .inner ul li.navi-category.evaluation {
	background:url(../images/foot_nav06.png) no-repeat 20px 10px;
}

.copyright .inner,.copyright .inner_txt {
	margin:0 10px 0;
	padding: 10px;
	width: 280px;}
.copyright .inner img,.copyright .inner_txt img{max-width:100%;vertical-align:top;height:auto;}
	
#header .header-navi .toggle {
		display: block;
		width: 100%;
		height: 40px;
		text-align: right;
		position:absolute;
		top:5px;
		right:5px;
		z-index:1;
}
#header .header-navi .toggle a {
		display: block;
		overflow: hidden;
		float: right;
		width: 45px;
		height: 45px;
		background: url(../images/smp-navi.png) no-repeat;
		background-size: cover;
		text-indent: 120%;
		white-space: nowrap;
}
#header .header-navi .menu {
		display: none;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		position:absolute;
		top:80px;
}
}

/*201702追加*/

.contents_t{
	font-family: 'Noto Sans Japanese', sans-serif;
	color: #393939;
	font-size: 20px!important;
	font-weight: bold;
	margin: 0 0 0.5em 0.25em;
}

div.curriculum p{
	font-size:16px!important;
	
}