@charset "UTF-8";

#detail h3 {
	font-size : 1.425em;
	font-weight : bold;
	margin-bottom : 0.5em;
}
#detail header {
	margin-bottom : 32px;
}
#detail header .date {
	color : #777777;
}
#detail .article {
	margin-bottom : 60px;
}

@media screen and (max-width: 767px) {
}
@media screen and (min-width: 1025px) and (max-width: 1439px) {
}
@media screen and (min-width: 1440px) and (max-width: 1919px) {
}
@media screen and (min-width: 1920px) {
}
