/* 画面固有 */
article{
	margin-bottom: 90px;
}
article dl{
	width: 410px;
}
article img{
	float: right;
	width: 260px;
}
.table dl{
	clear: inherit;
}
.table dt{
	display: block;
	width: 100%;
	border-bottom: none;
	padding-bottom: 0px;
}
.table dd{
	display: block;
	width: 100%;	
	border-top: none;
	padding-top: 0px;
	padding-left: 0px;
}
.table a{
	color: #22aeff !important;
}
@media (max-width: 768px) {
	article dl{
		width: 100%;
	}
	article img{
		width: 100%;
		float: inherit;
	}
	.table dt:first-child{
		border-top:none;
	}
	.table dt, .table dd{
		padding-left: 0px !important;
}