.content{
	border-top-style: solid;
	padding-top: 60px;
}
.page-title{
	color: #999;
	border-top-style: none;
}
.header-image .cap-img{
	color: #000000;	
}
.w400{
	max-width: 400px;
	padding-top: 60px;
}
.w700{
	max-width: 700px;	
}

.w900{
	max-width: 900px;	
}
.topics-ttl{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #999999;
	margin-top: 60px;
}
.topics-img{
	margin-bottom: 60px;
	margin-top: 60px;
}
.outline {
	max-width: 900px;
}
.outline dl{
	display: flex;	
	flex-wrap: wrap;
}
.outline dl.date{
	margin-top: 80px;
	border-top: 1px solid #666666;
}
.outline dt,.outline dd{
	border-bottom: 1px solid #666666;
	padding-top: 5px;
	padding-bottom: 5px;
}
.outline dt{
	width: 20%;
	max-width: 200px;
}
.outline dd{
	width: 80%;
}
.outline h3{
	margin-top: 80px;
	font-size: 1.8rem;
	margin-bottom: 0px;
	padding-bottom: 20px;
	border-bottom: 1px solid #000000;
	line-height: 2rem;
}
.outline h4 + p{
	line-height: 2rem;
}
.outline h4 + p br{
	display: none;	
}
.outline h4{
	margin-top: 10px;
	margin-bottom: 5px;
	border: 1px solid #000000;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
}
.outline .maker_list{
	margin-top: 50px;
}
.outline .maker_list a{
	line-height: 1.5;
	text-decoration: underline
}
.outline .maker_list a:hover{
	opacity: 0.6;
}
@media screen and (max-width:768px) {
	.outline dl.date,.outline h3{
	border-style: none;
}
	.outline dt,
.outline dd{
	width: 100%;
	padding: 5px;
	max-width: none;
	border-style: none;
}
		.outline dt{
	background-color: #eee;	
}
}