/* -------------------------------- 
 chronology.css
-------------------------------- */
#pageTitle {		/* 下線のみオーバーライド */
	border-bottom:solid 1px #465A79;
}

#pageTitle h1 {
	padding-top: 12px;
}

#pageTitle ul {
	margin: 3px 0 0 95px;
}

div#explainWrap {
	height:180px;
	background-color:#FFFFFF;
}

div#explainWrap p {
	width:950px;
	margin:0 auto;
	padding-top:40px;
	padding-left:100px;
	font-size:100%;
	line-height:180%;
}
div#menuWrap {
	width:100%;
	height:70px;
	background-color:#FFFFFF;
}
ul#menu_ul {
	width:1060px;
	margin:0 auto;
	padding-top:10px;
}

ul#menu_ul li {
	float:left;
	margin-right:10px;
	height:50px;
}
ul#menu_ul li:hover {
	cursor:pointer;
}
ul#menu_ul li.rollon {
	cursor:default;
}
li#all {
	width: 135px;
	background: url(../img/btn_menu1.png) no-repeat;
	background-size: 135px 50px;

}
li#mobility {
	width: 295px;
	background: url(../img/btn_menu2.png) no-repeat;
	background-size: 295px 50px;
}
li#fine {
	width: 295px;
	background: url(../img/btn_menu3.png) no-repeat;
	background-size: 295px 50px;
}
li#life {
	width: 295px;
	background: url(../img/btn_menu4.png) no-repeat;
	background-size: 295px 50px;
}


li#all:hover {
	background: url(../img/btn_menu1_on.png) no-repeat;
	background-size: 135px 50px;
}
li#mobility:hover {
	background: url(../img/btn_menu2_on.png) no-repeat;
	background-size: 295px 50px;
}
li#fine:hover {
	background: url(../img/btn_menu3_on.png) no-repeat;
	background-size: 295px 50px;
}
li#life:hover {
	background: url(../img/btn_menu4_on.png) no-repeat;
	background-size: 295px 50px;
}
/* idとclass同時指定は下記の通り */
li#all.rollon { background: url(../img/btn_menu1_on.png) no-repeat;
	background-size: 135px 50px;
}
li#mobility.rollon { background: url(../img/btn_menu2_on.png) no-repeat;
	background-size: 295px 50px;
}
li#fine.rollon { background: url(../img/btn_menu3_on.png) no-repeat;
	background-size: 295px 50px;
}
li#life.rollon { background: url(../img/btn_menu4_on.png) no-repeat;
	background-size: 295px 50px;
}


section#content {
	background-image: url(../img/history_bg.jpg);
	background-repeat: repeat;
	text-align:center;
	clear:both;
	border-bottom:solid 2px #FFFFFF;
}
div#historyMainWrap {
	background-image: url(../img/main_history_bg.png);
	background-repeat: repeat-y;
	background-position: 50% 50%;
}
div.yearWrap {
	clear:both;
}
div.yearWrap:after {
	content: "";
	display: table;
	clear: both;
	padding-bottom:7px;
}
div.h_big {
	height:110px;
	opacity:0.6;
}
img.h_img {
	float:left;
	position:absolute;
	margin-left:-360px;
}
@media all and (-ms-high-contrast:none){	/* IE10以降用ハック */
	img.h_img {
		margin-left:170px;
	}
}
div.yearWrap h2 {
	color:#4C6483;
	padding-top:10px;
	line-height:130%;
}
div.yearWrap h2 div.h2_year {
	font-size:187.5%;
}
div.yearWrap h2 div.h2_nengou {
	font-size:75.0%;
}
div.contWrap {
	width:1060px;
	margin:0 auto;
	position:relative;
}
div.contL {
	float:left;
	width:130px;
	display:block;
}
div.contC {
	position:relative;
	float:left;
	width:602px;
	display:block;
}
div.contR {
	position:relative;
	float:left;
	width:310px;
	display:block;
}
img.exp {
	vertical-align: middle;
	margin-left:10px;
}
img.exp:hover {
	cursor:pointer;
}

/* 偶数行にスタイル適用 */
div#historyMainWrap>div.yearWrap:nth-child(2n) {
	background-color: rgba(255,255,255,0.5);
}

div.maruC {
	position:absolute;
	left:20px;
	top:15px;
}
div.maruR {
	position:absolute;
	left:20px;
	top:15px;
}
div.cont {
	padding:17px 0 0 50px;
	text-align:left;
	color:#4b4b4b;
	padding-left: 5em;
	text-indent: -1.3em;
}
div.contC div.cont {
	font-size:100%;
}
div.contR div.cont {
	font-size:90%;
}
span.imp {
	color:#BC1C24;
}

div.cont:before {
	content: "● ";
	color:#9b9b9b;
}
.is-hidden {
	visibility: hidden;
}

.bounce-in {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-ms-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes fadeInDown {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

/* コンテンツボックス ------------------------------ */
div#shadow {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #000000;
	z-index: 5;
}
div#boxwin {
	opacity: 1;
	visibility: hidden;
	position: absolute;
	width: 900px;
	border-top:solid 5px #3C506E;
	background-color: #FFFFFF;
	z-index: 99999;
	padding-bottom:50px;
}
img#boxClose {
	position:absolute;
	right:20px;
	top:20px;
	cursor:pointer;
}

div#boxWrap {
	width:740px;
	margin:115px auto 0;
}
div#boxwin h3 {
	font-size:130%;
	font-weight:bold;
	margin-bottom:30px;
}

div#boxWrap p#boxCont {
	font-size:90%;
	line-height:170%;
	color:#333333;
	float:left;
	word-break:break-all;
}

div#boxWrap p#photoCont {
	float:right;
}

/* 下部の固定フッター ------------------------------ */
/* フッター */
#nenmenu {
	margin-top: 0px;
	padding-top: 0px;
}

.nenmenu-top {
	position:fixed;
	bottom:0;
	left:0;
	overflow:hidden;
	width:100%;
	height:90px;
}

.nenmenu-top.static {
	position:static;
}

/* 下部のヒストリーメニュー ------------------------------ */
div#hismenuWrap {
	background-color: #3C506E;
	padding:10px;
	color:#FFFFFF;
	height: 90px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

div#ulWrap {
	background-color: #3C506E;
	width:1125px;
	margin:0 auto;
}
ul#hismenu {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	position: relative;
	width:1125px;
	font-size: 16px;
	/* font-family:"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝"; */
}
ul#hismenu li {
	color:#7E889A;
	text-align:center;
	line-height: 20px;
	text-decoration:none;
	display:block;
	padding:10px 0 3px;
	min-width:145px;
}
ul#hismenu li.li_7 {
	min-width:193px;
}
ul#hismenu li div.nengo {
	font-size:10px;
}
ul#hismenu li:hover {
	cursor:pointer;
}
ul#hismenu li:before,
ul#hismenu li:after {
	margin-left:65px;
}

ul#hismenu li.active {
	border:solid 1px #FFFFFF;
	color:#FFFFFF;
}
ul#hismenu li.active:before {
	border:7px solid transparent;
	border-bottom-color:#3C506E;
	border-top-width:0;
	top:-6px;
	content:"";
	display:block;
	position:absolute;
	width:0;
	z-index:1;
}
 
ul#hismenu li.active:after {
	border:7px solid transparent;
	border-bottom-color:#fff;
	border-top-width:0;
	top:-7px;
	content:"";
	display:block;
	position:absolute;
	width:0;
}


/*
ul#hismenu li#magic-line {
	border:solid 1px #FFFFFF;
	color: #465A79;
	height: 50px;
	left: 0;
	list-style: none outside none;
	opacity: 0.8;
	position: absolute;
	top: 0;
	z-index: 10;
}
*/
/* トップへ戻るボタン ------------------------------ */
.pagetop {
	display: none;
	position: fixed;
	bottom: 130px;
	right: 30px;
}
.pagetop a {
	display: block;
	text-align: center;
}
 
.pagetop a:hover {
	opacity: 0.7;
}

.disnon {
	display: none;
}

.fixed {
	position: fixed;
	top: 0;
	z-index: 1;
}

/* 注釈 */
.note {
	font-size: 14px;
}
