@charset "UTF-8";
/* CSS Document */
body {
	color:#555;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height : 1.5;
	line-height: 140%;
	text-align: center;
	background-color:#fff;
}
a { text-decoration:underline;}
a:link {	color: #555;}
a:visited {	color: #555; }
a:hover {	color: #999;}
a:active {	color: #555; }
h1, h2, h3 {
	font-family: 'Inder', sans-serif;
	font-weight: normal;
	letter-spacing: 0.05em;
	}
.archive-wrap {
	width:90%;
	margin:11em auto 7em;
	font-size: 0.7em;
	}
.archive-wrap h1 {
    font-size: 24.5px;
    margin-bottom:0;
    line-height: 1.5
	}
#footer a { text-decoration:none; }

#content>ul>li { 
    border-bottom: 0;
}

@media screen and (min-width : 768px){
	.archive-wrap {
		margin:13em auto 7em;
	}
	.archive-wrap h1 {
		margin-bottom: 1em;
	}
    .archive-wrap h1 br {
		display: none;
	}
}
@media screen and (min-width : 1024px) {
	.archive-wrap {
		max-width: 1024px;
		}	
}

	