function mv_id(pref_cd) {
	if( pref_cd == "" ) {
		return;
	}
	location.href = "#kousha_list";
	return;
}
