@charset "utf-8";

#PopUpContainer{
	background: url(/image/jp/science-edu/about/history/index_11.png) #F2F2F2 repeat center top;
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: 300;
}
.CloseButtonStyle{
	top: -50px;
}
#SiteIdentityP{
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;
}
#PopUpContents{
	padding: 45px 0 20px 0;
	position: relative;
}
#sideNavigation{
	display: block;
	width: 100%;
	background: rgba(63,58,58,0.9);
	border: #35b376 solid 2px;
	box-sizing: border-box;
}
#sideNavigation h2{
	display: block;
	background: url(/image/jp/science-edu/about/history/index_22.png) #35b376 no-repeat left 10px top 11px / 12px auto;
	color: #FFF;
	padding: 4px 3px 4px 30px;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0 0 5px 0;
	box-sizing: border-box;
	position: relative;
	text-shadow: 0 0 2px rgba(0,0,0,0.3);
	box-shadow: 0 2px 1px rgba(0,0,0,0.2);
}
#sideNavigation h2#accKey:not(.active){
	box-shadow: none;
	margin-bottom: 0;
}
#sideNavigation h2#accKey:hover{
	cursor: pointer;
	background-color: #159356;
}
#sideNavigation h2#accKey:not(.active)::after{
	content: "";
  position: absolute;
  top: 13px;
  right: 10px;
  border: 7px solid transparent;
  border-top: 7px solid #FFF;
}
#sideNavigation h2#accKey.active::after{
	content: "";
  position: absolute;
  top: 5px;
  right: 10px;
  border: 7px solid transparent;
  border-bottom: 7px solid #FFF;
}
#sideNavigation ul{
	padding-bottom: 8px;
}
#sideNavigation ul#endWrap{
	display: none;
}
#sideNavigation ul li{
	display: block;
	line-height: 130%;
	padding: 0 0 5px 14px;
}
#sideNavigation ul li a{
	display: block;
	color: #FFF;
	text-decoration: none;
	padding-left: 16px;
	font-size: 0.835em;
	background: url(/image/jp/science-edu/about/history/index_23.png) no-repeat left top 8px / 6px auto;
}
#sideNavigation ul li a:hover{
	text-decoration: underline;
}
#ayumiAllWrap{
	display: block;
	width: 965px;
	margin-left: auto;
	margin-right: auto;
	min-height: 1500px;
}
#ayumiAllWrap::after{
	content: "";
	display: block;
	clear: both;
}

#logoLine{
	display: block;
	float: left;
	width: 176px;
}
#logoLine.active{
	position: fixed;
	top: 20px;
}
#logoLine .logo{
	margin-bottom: 20px;
}

#mainLine{
	display: block;
	float: right;
	width: 750px;
}
#yearSection{
	display: block;
	width: 100%;
	margin-bottom: 40px;
	position: relative;
	z-index: 2;
}
#yearSection::before{
	content: "";
	display: block;
	width: 4px;
	background: #35B376;
	position: absolute;
	top: 22px;
	left: 9px;
	z-index: 0;
}
.yearParts{
	display: block;
	padding: 0;
	box-sizing: border-box;
}
.yearParts::after{
	content: "";
	display: block;
	clear: both;
}
.yearParts .whiteBox{
	display: block;
	float: right;
	padding: 0;
	width: 716px;
	background: #FFF;
	margin-bottom: 40px;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
	box-sizing: border-box;
	position: relative;
}
#yearSection .yearParts:last-child .whiteBox{
	margin-bottom: 0;
}
.yearParts .whiteBox h2{
	display: block;
	width: 216px;
	height: 44px;
	color: #FFF;
	padding: 5px 0 0 12px;
	font-size: 1.3em;
	font-weight: bold;
	background: url(/image/jp/science-edu/about/history/index_06.png) no-repeat left top;
	box-sizing: border-box;
}
.yearParts .whiteBox h2 small{
	font-size: 0.7em;
	margin-left: 2px;
}
#yearSection .yearParts .whiteBox h2::before{
	content: "";
	display: block;
	width: 34px;
	height: 23px;
	background: url(/image/jp/science-edu/about/history/index_02.png) no-repeat left top;
	position: absolute;
	left: -34px;
	top: 11px;
}
.yearParts .whiteBox .memberRib{
	display: inline-block;
	max-width: 300px;
	position: absolute;
	border: #45AD90 solid 2px;
	color: #45AD90;
	font-weight: 500;
	font-size: 0.9em;
	background: url(/image/jp/science-edu/about/history/index_04.png) #FFF no-repeat left 16px center;
	line-height: 100%;
	padding: 10px 20px 10px 50px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	box-sizing: border-box;
	z-index: 3;
	right: 20px;
	top: -4px;
}
.yearParts .whiteBox .memberRib b{
	font-size: 1.5em;
	vertical-align: -0.1em;
	margin-left: 5px;
	margin-right: 5px;
}
.yearParts .whiteBox .inner{
	display: block;
	padding: 10px 24px  0 24px;
}
.yearParts .whiteBox .inner::after{
	content: "";
	display: block;
	clear: both;
}
.yearParts .whiteBox .inner .featureTextBox{
	display: block;
	margin: 0 0 30px 0;
	padding: 20px;
	box-sizing: border-box;
	background: #D8F3E7;
	border-radius: 5px;
}
.yearParts .whiteBox .inner > div.featureTextBox.floatLeftStatus{
	width: 415px;
	float: left;
}
.yearParts .whiteBox .inner .featureTextBox ul li{
	display: block;
	text-align: left;
	font-size: 18px;
	margin: 0 0 3px 0;
	padding: 0 0 0 28px;
	font-weight: bold;
	color: #1B7B59;
	box-sizing: border-box;
	background: url(/image/jp/science-edu/about/history/index_19.png) no-repeat left top 7px / 18px auto;
}
.yearParts .whiteBox .inner .featureTextBox ul li:last-child{
	margin: 0;
}
.yearParts .whiteBox .inner .featureTextBox ul li span{
	font-size: 90%;
}
.yearParts .whiteBox .inner > figure.center{
	display: block;
	text-align: center;
	margin: 0;
}
.yearParts .whiteBox .inner > figure.imgBox{
	display: block;
	width: 230px;
	float: right;
	text-align: center;
	margin: 0;
}
.yearParts .whiteBox .inner > figure.imgBox.shadowOn img{
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2), -1px -1px 5px rgba(0,0,0,0.2);
}
.yearParts .whiteBox .inner > figure figcaption{
	display: inline-block;
	text-align: center;
	color: #FFF;
	font-size: 0.8em;
	font-weight: bold;
	background: #35B376;
	border-radius: 40px;
	padding: 8px 20px ;
	margin-top: 8px;
	margin-bottom: 24px;
	line-height: 150%;
}
.yearParts .whiteBox .inner h3{
	display: block;
	clear: both;
	padding: 4px 0 4px 20px;
	min-height: 33px;
	color: #1B7B59;
	margin-bottom: 8px;
	line-height: 120%;
	font-size: 1.3em;
	font-weight: 500;
	background: url(/image/jp/science-edu/about/history/index_05.png) repeat-y left top;
	box-sizing: border-box;
}
.yearParts .whiteBox .inner h3:last-child{
	margin-bottom: 30px;
}
.yearParts .whiteBox .inner p{
	display: block;
	margin-bottom: 24px;
	line-height: 180%;
	font-size: 1em;
	box-sizing: border-box;
}
.yearParts .whiteBox .inner h3 + p{
	padding-left: 20px;
}
.yearParts .whiteBox .inner dl.indentlist{
	padding-left: 20px;
	margin-bottom: 20px;
}
.yearParts .whiteBox .inner dl.indentlist dt{
	display: block;
}
.yearParts .whiteBox .inner dl.indentlist.bold dt{
	font-weight: bold;
}
.yearParts .whiteBox .inner dl.indentlist dt::before{
	content: "» ";
}
.yearParts .whiteBox .inner dl.indentlist dd{
	display: block;
	padding-left: 1em;
}
.yearParts .whiteBox .inner > div.textFloatBox{
	display: block;
	width: 430px;
	float: left;
	text-align: left;
}
.yearParts .whiteBox .inner .yellowBg{
	display: block;
	background: #FFF6D7;
	padding: 20px 15px 20px 15px;
	margin-bottom: 24px;
}
.yearParts .whiteBox .inner .yellowBg table{
	width: 100%;
	border-collapse:collapse;
	border: none;
	border-spacing:0;
	margin: 0;
	box-sizing: border-box;
}
.yearParts .whiteBox .inner .yellowBg table tbody th{
	text-align: right;
	vertical-align: top;
	width: 60px;
	background: none;
	padding: 0 0 5px 0;
	font-weight: 800;
	border: none;
	font-size: 0.85em;
	line-height: 180%;
}
.yearParts .whiteBox .inner .yellowBg table tbody td{
	padding: 0 0 5px 0;
	vertical-align: top;
	border: none;
	font-size: 0.85em;
	line-height: 180%;
}
.yearParts .whiteBox .inner .yellowBg table tbody td b{
	font-weight: 800;
}
.yearParts .whiteBox .inner .yellowBg  table tbody td:nth-child(2){
	text-align: left;
	padding-left: 25px;
	background: url(/image/jp/science-edu/about/history/index_09.png) no-repeat left 10px top 9px;
}
.yearParts .whiteBox .inner .yellowBg  table tbody td:nth-child(3){
	text-align: right;
	background: none;
}
.yearParts .whiteBox .inner .yellowBg  table tbody td:nth-child(3) img{
	box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
}


#pickUpArea{
	display: block;
	border: #C6C6C6 solid 5px;
	background: #FFF;
	margin-bottom: 85px;
	position: relative;
	box-sizing: border-box;
}
#pickUpArea .whiteBox{
	display: block;
	width: 100%;
	background: none;
	margin-bottom: 0;
	box-shadow: none;
}
#pickUpArea .whiteBox h2{
	font-size: 1em;
	padding-top: 7px;
	position: relative;
	top: -5px;
	left: -5px;
}
#pickUpArea .whiteBox .inner > div.textFloatBox{
	width: 450px;
}
#pickUpArea .whiteBox .memberRib{
	top: -10px;
}


