@charset "UTF-8";
/* CSS Document */


html {height:100%;}

body{
    /*background:url(../images/base_tile.jpg) ;
	background-color:#000;*/
	background-image: linear-gradient(-90deg, #FFF, #faedd4);
	width: 100%;
	margin: 0;
	padding: 0;
	font:13px/1.231;
	font-family: "Roboto Slab", Garamond, "Times New Roman", 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;

}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display: block;
}

a{
	text-decoration: none;
	cursor: pointer;
}

.content{
	background:url(../images/history/wite_back.png);
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 40px 0 80px;
	position: relative;
	box-shadow:0 8px 12px -8px #222 inset;
}

.wrapper{

    width:100%;
	max-width: 1250px;
    margin:0 auto;
    padding:0;
}

/*top title*/

header{
	background-image: linear-gradient(-90deg, #FFF, #faedd4);
	display: block;
}

.header_base{
	background:url(../images/history/wite_back.png);
	width: 100%;
	height: auto;
	display: block;
	padding: 40px 0 0;
	overflow:hidden;
	position:relative;
}

.goToTop{
    position: absolute;
    top: 5px;
    right: 2%;
    border: solid 1px #f7ef05;
    padding: 3px 8px;
    border-radius: 5px;
    background-color: #b12525;
    font-size: 90%;
}

.goToTop_bottom{
    top: 5px;
    right: 2%;
    border: solid 1px #f7ef05;
    padding: 8px;
    border-radius: 5px;
    background-color: #b12525;
    font-size: 109%;
    width: 232px;
    text-align: center;
    margin: 50px auto 0;
}


.goToTop a, .goToTop_bottom a{ color:#FFF;}

.title_img{
	background-image: linear-gradient(-90deg, #460202, #a9020a, #D1000A, #a9020a, #460202);
	width: 100%;
	margin: 0 auto;
	padding: 8px 0 0;
	color:#FFF29F;
	font-size: 28px;
	text-align: center;
	border-top: #B67A00 solid 2px;
	border-bottom: #B67A00 solid 2px;
	box-shadow: 0 0 10px #000 inset;
	overflow:hidden;
}

.title_img img{
	width: 100%;
	max-width: 860px;
	margin: 0px 0;
	overflow:hidden;
}


/*年表大枠*/

.timespace{

	width: 95%;
	margin: 0 auto;
	display: block;
	position: relative;
}


/*title*/


.title_wrap{
	width: 95%;
	margin: 60px auto 0;
	float: left;
}

.list_gen{
	width: 15%;
	height: 87px;
	float: left;
	text-align: center;
	font-size: 26px;
	color: #FFF;

}

.v_line{
	padding: 20px 0 20px ;
	margin: 20px auto;
	display: block;
	background-image: linear-gradient(-90deg, #59080C, #D1000A);
	box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
	border: #fff inset 1px;
}

.list_title{

	color: #B10002;
	width: 80%;
	display: block;
	margin: 20px 0 0px 2%;
	float: left;


}

.list_year{
font-size: 24px;

}

.list_name{
	margin-bottom: 15px;
	font-size: 50px;
	width: 100%;
	font-weight: bold;
	border-bottom: 1px #C6C6C6 solid;
	float: left;

}


.list_pic{
	width: 30%;
	max-width: 400px;
	float: left;
}

.list_pic img{
	width: 100%;
}

.list_txt{
	font-size: 16px;
	float: left;
	width: 66%;
	margin: 0.5em 2%;
	color: #000;
	line-height: 1.8em;
}

.list_link{
	padding: 0.2em 1em;
	background-image: linear-gradient(-90deg, #59080C, #D1000A);
	float: right;
	max-width: 66%;
	margin: 0.5em 2%;
	color: #FFF;
	font-size: 13px;
}


.list_link a{
	color: #FFF;
}

/*title END*/


/*side bar*/

.side_bar{
	position: absolute;
	display: block;
	width: 60px;
	/*height: 32em;*/
	border: #BC0003 solid 2px;
	border-radius: 5px;
	background: url(../images/w50_base.png);
	padding: 1em 0;
	text-align: center;
	vertical-align: middle;
}

.side_bar ul{
	list-style: none;
	padding: 0;
}

.side_bar li{
	font-size: 16px;
	margin: 0.2em 0;
			text-shadow: #FFF 1px 1px 0px, #FFF -1px 1px 0px, #FFF 1px -1px 0px, #FFF -1px -1px 0px;
}

.side_bar a{
	color: #555;
	margin-left: 0;
	width: 100%;
	height: auto;
	display: block;
}

.side_bar a:hover{
	color: #BC0003;
	margin-left: -0.3em;
	text-decoration: underline;
	width: 100%;
	height: auto;
	display: block;
	font-weight: bold;
}

/*sp link*/

.sp_link{
	width: 95%;
	margin: 0 auto;
	display: none;
	border-top: #99100B double 4px;
	border-bottom: #99100B double 4px;
	max-width: 530px;
	padding: 0 2.5%;
	font-size: 12px;
}

.sp_link a{
	color: #FFF;
	background:#AA7100;
	padding: 0.2em 0.5em;
	border-radius: 3px;
	border: #BBB solid 1px;
	box-shadow: 3px 1px 2px rgba(0 , 0 , 0 , 0.2);
}

.sp_link ul{
	list-style: none;
	padding: 1% 0;
	display: block;
	line-height: 2.1em;
	text-align: center;
	width: 100%;
}

.sp_link li{
	display: inline;
	padding: 0.5em 0.2em;
	margin: 0.2em;
}


/*top arrow*/

.top_arrow{
	display: block;
	width: 80px;
	height: 60px;
	padding: 1% 2%;
	position: fixed;
	top: 80%;
	left: 0px;
	right: -90%;
	bottom: 0px;
	margin: auto;
	text-align: center;
	color: #AD1412;
}


.moveUP{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	text-align: center;
	color: #AD1412;
	font-size: 14px;
}

.sp_arrow{
	display: none;
	width: 60px;
	height: 50px;
	padding: 3% 2% 0;
	position: fixed;
	top: 80%;
	left: 0px;
	right: -75%;
	bottom: 0px;
	margin: auto;
	text-align: center;
	color: #AD1412;
	background-color: rgba(255,255,255,0.8);
	border-radius: 5px;
	border: solid #FFF 1px;
}

.sp_arrow .moveUP2{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	text-align: center;
	color: #AD1412;
	font-size: 12px;
}

.sp_arrow a{
	width: 100%;
	height: auto;
}

/*footer*/

.foot_base{
	width: 100%;
	background: #000;
	color: #FFF;
	text-align: center;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	padding: 40px 0;
}

.foot_base img{
	text-align: center;
	margin: 0 auto 15px;
	display: inline-block;
	width: 90%;
	max-width: 270px;
}


.textLink{
	color: #FFF;
	margin-bottom: 1em;
	display: block;
	font-size: 12px;
}

.textLink a{
	color: #FFF;
}





@media screen and (max-width: 768px) {


	/*年表大枠*/

	.timespace{
		width: 100%;
	}


	.title_img img{
		width: 130%;
		max-width: 860px;
		margin-left: -15%;
	}

	/*title*/

	.title_wrap{
		width: 100%;
		margin: 30px auto 0;
		float: none;
	}

	.sp_link{
		display: block;
	}

	.list_gen{
		font-size: 15px;
	}

	.v_line{
	padding: 20px 0 20px ;
	margin: 0px auto;
	background: linear-gradient(-90deg, #59080C, #D1000A);
	box-shadow: none;
	border: none;
	}


	.list_title{
		width: 80%;
		display: block;
		margin: 0 0 0 2%;
		float: left;
	}

	.list_year{
	font-size: 15px;

	}

	.list_name{
		margin-bottom: 10px;
		font-size: 20px;
	}

	.list_pic{
		width: 100%;
		max-width: 200px;
		margin: 0 auto 10px;;
		float: none;
	}

	.list_pic img{
		width: 100%;
	}

	.list_txt{
		font-size: 12px;
		float:left;
		width: 100%;
		margin: 0;
	}

	.list_link{
		padding: 0.2em 1em;
		max-width: 100%;
		margin: 15px 2% 30px;
		font-size: 11px;
	}


	/*title END*/

	.side_bar{

		display: none;

	}

	.foot_base{
		font-size: 8px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		padding: 20px 0 40px;

	}


	.foot_base img{
	margin: 10px auto 15px;
	width: 100%;
	max-width: 150px;

}

	.sp_arrow{
		display: block;
	}

.textLink{
	display: none;
}


}




/*common*/

.clear{
	clear: both;
}
