/* 画面固有 */
.table dt{
	width: 30%;
}
.table dd{
	width: 70%;
}
.table dt > span{
	font-weight: normal;
	margin-left: 5px;
}
.w60{
	width: 60px;
}
.w170{
	width: 170px;
}
.w300{
	width: 300px;
}
.w430{
	width: 430px;
}
.w100p{
	width: 100%;
}
#address_list{
	margin-bottom: 40px;
	line-height: 1.8em;
}
@media (max-width: 768px) {
	.table dt, .table dd{
		width: 100%;
	}
}