@charset "UTF-8";

#contents {
	max-width:800px;
}

#contents .archive {
	padding-bottom:30px;
}
#contents .archive > div {
	letter-spacing:-0.4em;
	margin-bottom:30px;
	box-sizing:border-box;
	background:#F5F5F5;
	border-radius:6px;
	padding:15px;
}
#contents .archive > div > div {
	display:inline-block;
	letter-spacing:normal;
	vertical-align:top;
}
#contents .archive > div > div.img {
	width:150px;
	box-sizing:border-box;
	margin-right:20px;
}
#contents .archive > div > div:last-child {
	padding-top:1em;
	width:calc(100% - 150px - 20px);
}
#contents .archive > div > div:last-child h3 {
	padding:0;
	border:none;
}
#contents .archive > div > div:last-child h3 span:nth-child(2) {
	display:inline-block;
	background:#FFF;
	color:#000;
	box-sizing:border-box;
	border:1px solid #000;
	font-size:0.8em;
	padding:0.2em 0.5em;
	margin-right:1em;
	position:relative;
	top:-0.1em;
}
#contents .archive > div > div:last-child > a {
	display:block;
	font-size:14px;
	color:#FFF;
	background:#000;
	width:12em;
	height:34px;
	text-align:center;
	letter-spacing:2px;
	line-height:32px;
	box-sizing:border-box;
	border:1px solid #000;
	margin:0 1em;;
	padding-left:0.2em;
}
#contents .archive > div > div:last-child > a .svg-inline--fa {
	margin-left:0.2em;
}
#contents .archive > div > div:last-child > a:hover {
	background:#FFF;
	color:#000;
}

/**single**/
div#contents h2 {
	color:#000;
}
div#contents h2 span:nth-child(2) {
	display:inline-block;
	background:#FFF;
	color:#000;
	box-sizing:border-box;
	border:1px solid #000;
	font-size:0.7em;
	padding:0.2em 0.5em;
	margin-right:1em;
	position:relative;
	top:-0.2em;
}
div#contents .contents {
	letter-spacing:-0.4em;
	margin-bottom:45px;
}
div#contents .contents > div.img {
	display:inline-block;
	letter-spacing:normal;
	vertical-align:top;
	width:30%;
	box-sizing:border-box;
	border:1px solid #CCC;
	margin-right:20px;
}
div#contents .contents > dl {
	display:inline-block;
	letter-spacing:normal;
	vertical-align:top;
	width:calc(100% - 30% - 20px);
}
div#contents .contents > dl dt {
	font-size:18px;
	line-height:1.3em;
	color: #000;
	margin-bottom:0.5em;
	border:1px solid #000;
	box-sizing:border-box;
	padding:5px;
}
div#contents .contents > dl dd {
	font-size:15px;
	line-height:1.5em;
	margin-bottom:2em;
}
h3 + ul li {
	margin-bottom:10px;
}
h3 + ul li a,
h3 + ul li a:link,
h3 + ul li a:visited {
	font-size:15px;
	line-height:1.5em;
	color:#c00;
	text-decoration:underline;
}
h3 + ul li a:hover {
	text-decoration:none;
}

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

}

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

}

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

}

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

#contents .archive > div > div.img {
	width:100px;
	margin-right:10px;
}
#contents .archive > div > div:last-child {
	padding-top:0em;
	width:calc(100% - 100px - 10px);
}
#contents .archive > div > div:last-child h3 {
	margin-bottom:0.5em;
}
#contents .archive > div > div:last-child h3 span:first-child {
	display:block;
	margin-bottom:0.5em;
}
#contents .archive > div > div:last-child h3 span:nth-child(2) {
	margin-left:1em;
}
#contents .archive > div > div:last-child > a {
	font-size:13px;
	width:10em;
	height:30px;
	line-height:28px;
}

/**single**/
div#contents h2 {
		text-align:center;
}
div#contents h2 span:first-child {
	display:block;
	margin-bottom:0.5em;
}
div#contents .contents {
	letter-spacing:-0.4em;
	margin-bottom:15px;
}
div#contents .contents > div.img {
	display:block;
	width:80%;
	max-width:240px;
	margin:0 auto 15px;
}
div#contents .contents > dl {
	display:block;
	width:100%;
}
div#contents .contents > dl dt {
	font-size:16px;
}
div#contents .contents > dl dd {
	font-size:13px;
}
h3 + ul li a,
h3 + ul li a:link,
h3 + ul li a:visited {
	font-size:14px;
}

}

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


#contents .archive > div > div:last-child h3 span:last-child {
	display:block;
	margin-left:1em;
	padding-top:0.2em;
}

}