@charset "utf-8";


/*#######################################################*/
/*##                                                   ##*/
/*##  FSAの歴史                                        ##*/
/*##                                                   ##*/
/*#######################################################*/

/*---------------------------------------------------------
カテゴリタイトル
---------------------------------------------------------*/
#categoryTtl #cateBg{
	background-image: url( ../history/img/bg_category_ttl.jpg);
}


/*---------------------------------------------------------
readBox
---------------------------------------------------------*/
#readBox{
	padding: 25px 0px 25px;
}

#readBox .inner{
	min-height: 256px;
	background-image: url( ../history/img/img_rinen.png);
	background-position: 20px center;
	background-repeat: no-repeat;
	padding: 50px 0px 35px 330px;
	box-sizing: border-box;
}

#readBox .hl03{
	font-size: 250%;
	text-align: left;
}

	@media screen and (max-width: 959px) {
		#readBox{
			padding: 15px 0px 15px;
		}

		#readBox .inner{
			min-height: auto;
			background: none;
			padding: 0px 15px 0px;
		}

		#readBox .hl03{
			display: table;
			height: 64px;
			font-size: 2.0rem;
			line-height: 1.35em;
			background-image: url( ../history/img/img_rinen.png);
			background-position: left top;
			background-repeat: no-repeat;
			background-size: 64px auto;
			padding-left: 79px;
		}
			#readBox .hl03 span{
				display: table-cell;
				vertical-align: middle;
			}
	}


/*---------------------------------------------------------
historyList
---------------------------------------------------------*/
.historyList{
	
}

.historyList li{
	background-image: url( ../common/arw15.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 30px;
}
	.historyList li:last-child{
		background: none;
		padding-bottom: 0;
	}

.historyList li dl{
	position: relative;
}

/*西暦*/
.historyList li dl dt{
	position: absolute;
	top: 20px;
	left: 0px;
	display: table;
	width: 160px;
	height: 80px;
	color: #FFFFFF;
	font-size: 125%;
	font-weight: bold;
	text-align: center;
	background-color: #3C7377;
}
	.historyList li dl dt span{
		display: table-cell;
		vertical-align: middle;
	}

/*詳細*/
.historyList li dl dd{
	background-color: #EEEEEE;
	padding: 30px 30px 30px 170px;
	margin-left: 40px;
}

/*タイトル*/
.historyList li dl dd .hisTtl{
	color: #1F4545;
	font-size: 187.5%;
	font-weight: 500;
	margin-bottom: 12px;
}

/*タイトル*/
.historyList li dl dd .pic{
	float: right;
	width: 240px;
	margin-left: 40px;
}

	@media screen and (max-width: 959px) {
		.historyList li{
			background-size: 30px auto;
			padding-bottom: 15px;
		}

		.historyList li dl{
			position: relative;
		}

		/*西暦*/
		.historyList li dl dt{
			position: static;
			display: block;
			width: 100%;
			height: auto;
			font-size: 1.6rem;
		}
			.historyList li dl dt span{
				display: inline;
				vertical-align: top;
			}

		/*詳細*/
		.historyList li dl dd{
			padding: 18px 15px 30px 15px;
			margin-left: 0px;
		}

		/*タイトル*/
		.historyList li dl dd .hisTtl{
			font-size: 1.8rem;
			font-weight: bold;
			line-height: 1.35em;
			margin-bottom: 15px;
		}

		/*タイトル*/
		.historyList li dl dd .pic{
			float: none;
			width: 100%;
			margin-left: 0px;
			margin-bottom: 20px;
		}
	}








