@charset "utf-8";
@import "common.css";

#CHARGE #MAIN div#ZONE-A dl {
	margin-bottom: 10px;
}
#CHARGE #MAIN div#ZONE-A dt {
	margin-bottom: 5px;
}
#CHARGE #MAIN div#ZONE-A dd {
	display: inline;
}
#CHARGE #MAIN div#ZONE-A dd:after {
	content: "、";
}
#CHARGE #MAIN div#ZONE-A dd.last:after {
	content: "";
}
/*
#CHARGE #MAIN div#ZONE-B .section .heading {
	border: solid 1px red;
	position: relative;
}
#CHARGE #MAIN div#ZONE-B .section .heading span {
	position: absolute;
	right: 10px;
	_right: 30px;
	bottom: 0;
	z-index: 1;
}
*/
#CHARGE #MAIN div#ZONE-B dl {
	margin-bottom: 10px;
}
#CHARGE #MAIN div#ZONE-B dt {
	margin-bottom: 5px;
}
#CHARGE #MAIN div#ZONE-B dd {
	display: inline;
}
#CHARGE #MAIN div#ZONE-B dd:after {
	content: "、";
}
#CHARGE #MAIN div#ZONE-B dd.last:after {
	content: "";
}
