@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap');

/* ==============================================
	CSS reset
=============================================== */
html {
	height: 100%;
}
body {
	width:100%;
	height:100%;
	line-height:1.4;
	font-size:16px;
	color:#fff;
	font-family:"Noto Serif JP",serif;
}
h1 {
	display:none !important;
}

a {
	color:#ffc !important;
}
a:hover {
	color:#ff6 !important;
}



/* ==============================================
	list
=============================================== */
#blog_list {
	height: 100%;
	background:#000 !important;
	overflow-y: scroll;
}
.box_list li:nth-of-type(2n) {
	background:#333 !important;
}











