body {
    background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url(../images/atogaki_bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
    position: relative;
}

#header-navi {
	width: 100%;
	min-height: 50px;
	max-height: 50px;
	text-align: center;
	background: linear-gradient(#333,#666);
	z-index: 999;

}

#header-navi .inner {
	display: flex;
	width: 95%;
	min-height: 50px;
	max-height: 50px;
	margin: auto;
	position: relative;
	text-align: center;
	justify-content: center;
	align-items: center;
}

#header-navi .inner img {
	width: 32px;
	height: 32px;
	vertical-align: middle;
}

#header-navi .inner img:hover {
	opacity: 0.7;
}

#yakei_archive {
	width: 80%;
	max-width: 1024px;
	margin: 0 auto;
	margin-bottom: 30px;
}

#yakei_archive h2 {
	padding-top: 20px;
	text-align: center;
	align-items: center;
	justify-content: center;
	width: 100%;
	font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#yakei_archive #yakei_description {
	margin-top: 30px;
	width: 100%;
}

#yakei_archive #yakei_description p {
    font-size: 16px;
	line-height: 32px;
}

#yakei_archive #yakei_description p.auth {
    text-align: right;
}

@media screen and (max-width:768px) {

}
