@charset "utf-8";

body {
	position: relative;
	overflow: hidden;
	visibility: hidden;
	height: 100%;
}
html {
	height: 100%;
}
#Footer{
	min-width: 0;
	padding: 15px;
	position: fixed;
	z-index: 10000;
	bottom: 0;
	width: 97.7%;
}
#PopUpContainer{
	min-width: 100%;
	width: auto;
}
#SiteIdentityP{
	width: 100%;
	position: fixed;
	z-index: 99;
}
.CloseButtonStyle{
	z-index: 100;
}
.note{
	font-size: 0.8em;
	text-align: left;
}
.readMore{
	position: absolute;
	right: 77px;
	bottom: 10px;
	border: 1px solid #fff;
	background: url(/image/jp/science-edu/about/about_img20.png) no-repeat right #E60027;
	padding: 3px 0 3px;
	padding-right: 31px;
	width: 85px;
	color: #fff;
	text-align: right;
	font-size: 14px;
	z-index: 101;
	cursor: pointer;
}
.readMore:hover{
	opacity: 0.7;
}
.detailText{
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40px;
	background-color: hsla(0,0%,0%,0.8);
	max-width: 916px;
	width: 100%;
	margin: 0 auto;
	padding: 20px 32px 18px;
	padding-bottom: 10px;
	border-radius: 30px;
	color: #fff;
	z-index: 2;
	text-align: right;
}
.detailText p:first-child{
	text-align: left;
}
.detailTextClose{
	display: inline-block;
	border: 1px solid #fff;
	background: url(/image/jp/science-edu/about/about_img21.png) no-repeat right;
	padding: 3px 0 2px;
	padding-right: 40px;
	width: 68px;
	margin-top: 0.5em;
	color: #fff;
	text-align: right;
	font-size: 14px;;
	cursor: pointer;
}
.detailTextClose:hover{
	background-color: hsla(0,0%,100%,0.1);
}

/* #container
--------------------------- */
#container {
	top: 0;
	left: 0;
	width: 100%;
	min-width: 980px;
	position: absolute;
	z-index: 1;
}
/* .stageBase
--------------------------- */
.stageBase {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.stageBase {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00ab8d+0,d1fdd7+100 */
	background: rgb(0,171,141); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,171,141,1) 0%, rgba(209,253,215,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,171,141,1) 0%,rgba(209,253,215,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,171,141,1) 0%,rgba(209,253,215,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ab8d', endColorstr='#d1fdd7',GradientType=0 ); /* IE6-9 */
}
p.baseImg{
	width: 100%;
	margin: auto auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
p.baseImg img{
	width: 100%;
	z-index: 1;
}
/* #pageDown
--------------------------- */
#pageDown {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 38px;
	text-align: center;
	position: fixed;
	overflow: hidden;
	z-index: 100;
}
#pageDown a {
	margin: 0 auto;
	width: 62px;
	height: 30px;
	background: transparent url(/image/jp/science-edu/about/about_img03.png) no-repeat 0 0;
	display: block;
}
/* 画面外にいる状態 */
.fadein {
	opacity : 0;
	transition : all 500ms;
}
/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
}





