@charset "UTF-8";

.topics #contents dl {
	font-size:1.6rem;
	line-height:1.5em;
	margin-bottom:1em;
	padding-bottom:1em;
	border-bottom:2px dotted #cccccc;
}
.topics #contents dt {
	width:calc(100% - 7em);
}
.topics #contents dd {
	width:7em;
}
#main p.date {
	display:inline-block;
	border:1px solid #666666;
	padding:0 0.5em;
	margin-bottom:1.5em;
}

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

}

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

}

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

.topics #contents dl {
	font-size:1.5rem;
}

}

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

}

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

.topics #contents dl {
	font-size:1.4rem;
}
.topics #contents dt {
	width:100%;
}
.topics #contents dd {
	width:100%;
	margin-bottom:0.2em;
}

}