@charset "UTF-8";
/* CSS Document */

a .ttl{
	text-decoration:underline;
}
a .ttl:hover{
	color:#AAA;
}
.past{
	margin-top:50px;
}
.past p{
	margin-bottom:10px;
}
.past a{
	text-decoration:underline;
}


/*pc-----------------------------------------------*/

@media screen and (min-width: 769px){
}


/*mb-----------------------------------------------*/

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