@media screen and (max-width: 767px) {
	.senpaiDetail dt{
		float: none!important;
		margin: 0 auto!important;
	}
	.senpaiDetail dd{
		float: none!important;
		width: 100%!important;
	}
	table.sen{
		width: 100%!important;
	}
	.senpaiDetail{
		margin-bottom: 5%;
	}
	.senpaiList{
		justify-content: center;
		margin-bottom: 5%;
	}
}
